Commit Graph

123 Commits

Author SHA1 Message Date
John Cupitt bae484ba2c remove old c++ and py interfaces
Instead, use the new(er) vips8 C++ interface, and the new(er) python
interface in pypi.

https://pypi.org/project/pyvips
2019-04-12 16:27:28 +01:00
John Cupitt 64c7165759 fix some clang warnings 2019-03-02 16:23:19 +00:00
John Cupitt 72f6f667c9 make C# binding clearer 2019-02-10 05:31:33 +00:00
John Cupitt 301a08bf3c fix link to docker-builds 2018-10-06 04:31:38 +01:00
John Cupitt e058fdf7f8 fix more links
relative links no longer work in the new home
2018-09-25 10:43:37 +01:00
Yazan Medanat 90f578a05f Change jcupitt references to libvips. 2018-09-21 09:05:47 -07:00
John Cupitt cfeef85677 revise README for 8.7 2018-08-17 17:52:45 +01:00
John Cupitt c1dcb0c535 Merge branch 'master' of github.com:jcupitt/libvips 2018-08-07 15:07:46 +01:00
John Cupitt 0ccde9e0f7 README tweaks 2018-08-07 15:07:38 +01:00
Andrew Murray e64351de28
Fixed typo 2018-08-07 19:47:28 +10:00
John Cupitt 2695916afb test region_shrink
just sets the option, does not verify accuracy :(
2018-07-07 17:07:35 +01:00
John Cupitt 92ff5be4b8 add notes on testing to the README 2018-07-07 16:22:17 +01:00
John Cupitt d70c2cd918 revise README for deprecated py7 and py8
now the two older python bindings are deprecated and disabled by
default, remove notes about them from README.
2018-06-11 12:23:18 +01:00
John Cupitt c0569d25bf final fixups
- add buffer load
- test under valgrind
- code sharing with the poppler pdf loader
2018-04-11 18:53:38 +01:00
John Cupitt 2a82744a10 working at a basic level
TODO

- more code sharing with pdfload.c, eg.  vips_foreign_load_pdf_is_a_buffer()
  and get_flags etc.
- could share the page layout code too
- make pdf.c with base stuff in?
- what about filename encodings
- test transparency
- new_from_buffer needs doing
2018-04-08 18:04:06 +01:00
John Cupitt 05456125b6 builds, links and mostly runs 2018-04-07 17:36:52 +01:00
Mike Odom a410fef94c
Fixing links for Build for Windows & OS X. 2017-12-18 13:38:01 -08:00
John Cupitt c8abaf4f80 update py notes in README 2017-12-01 15:57:26 +00:00
John Cupitt ce4a3bc5f6 speedups, add missing paths, docs 2017-10-02 15:34:49 +01:00
John Cupitt 6e45bd3bd6 note lua binding 2017-06-01 03:00:50 +01:00
John Cupitt 38b65478e5 bump version, doc tweaks
more sotons removed
2017-04-07 15:59:37 +01:00
John Cupitt cf938280d0 fix a few small things
found with clang static analyzer
2017-03-25 17:55:08 +00:00
John Cupitt eb19321de1 update threadsanitizer notes
doesn't work though :( looks like (like helgrind) it can't see locks
2017-03-25 16:36:33 +00:00
John Cupitt cf18db823b add libexpat1-dev to travis 2017-03-01 10:07:36 +00:00
John Cupitt 40294bb85c started png and jpg with dbuf
rad and webp still to do, maybe tiff
2017-02-27 22:06:22 +00:00
John Cupitt 470aee77f4 note govips 2017-01-06 08:43:09 +00:00
John Cupitt 503225b777 more hackery
found a problem with non-aligned strips
2016-11-18 11:57:01 +00:00
John Cupitt 1f403a4add first attempt
seems to all work, test it a bit more

see https://github.com/jcupitt/libvips/issues/491
2016-08-15 15:45:26 +01:00
John Cupitt 0f55c9b7ac note change on README too 2016-08-05 15:00:37 +01:00
John Cupitt 866cfd5ce3 rename bootstrap.sh as autogen
necessary for snapcraft
2016-08-05 14:52:34 +01:00
Felix Bünemann 836c2339cf Target master branch for Travis CI build badge 2016-06-07 14:12:32 +02:00
John Cupitt 9db05c30c2 tiny README fixes 2016-05-09 14:06:44 +01:00
John Cupitt 1366d0af6d note --with-modules flag for IM 2016-05-05 09:14:58 +01:00
John Cupitt 3517037f1e try and only look for giflib4
see https://github.com/jcupitt/libvips/issues/407
2016-04-18 12:34:40 +01:00
John Cupitt f1635b873d README formatting 2016-04-07 09:45:03 +01:00
John Cupitt 9842ce7902 README formatting 2016-04-07 09:44:31 +01:00
John Cupitt 83fe16054c update file format list in README 2016-04-07 09:42:24 +01:00
John Cupitt 6ae2787b13 clarify git builds in README
see https://github.com/jcupitt/libvips/issues/414
2016-04-07 09:37:16 +01:00
John Cupitt efa12029a6 add notes on new image format deps 2016-03-08 09:00:57 +00:00
John Cupitt 4d18300560 add VIPS_FABS/MAX/MIN/CLIP
macros which use the gcc __builtin_fabs() etc. functions when they can
2016-01-26 12:26:21 +00:00
John Cupitt 649c30018e add more links to README 2015-10-23 09:45:20 +01:00
John Cupitt d3351c77a3 revert a test change for coverity 2015-09-30 11:47:10 +01:00
John Cupitt e6a8485d70 oops 2015-09-30 11:37:42 +01:00
John Cupitt 7aebe94b9e remove odd/even debug rule
we had debugging auto-enable in odd minor releases, get rid of this
2015-07-10 13:41:12 +01:00
John Cupitt e8fc353736 update README 2015-07-10 12:44:02 +01:00
John Cupitt bf316364c5 update README 2015-05-05 13:50:43 +01:00
John Cupitt 728f5a0401 add more paths to wrapper script 2015-04-30 09:13:33 +01:00
John Cupitt fbed552f71 typo 2015-02-18 10:36:19 +00:00
John Cupitt 6676b9a24f tiny README updates 2015-01-26 14:58:49 +00:00
John Cupitt a927c79cd9 update build from git notes 2014-11-26 11:07:10 +00:00
homerjam 730e6413b1 Added note for building on OSX from source (from #179) 2014-11-25 23:44:58 +00:00
John Cupitt 243c86f405 small fixes to help freebsd 2014-06-27 13:11:57 +01:00
John Cupitt 011fd99a1a start fixing up the auto-decode stuff 2014-05-19 14:53:47 +01:00
John Cupitt f6de1e7cb9 make libgsf-1 an optional dependency
dzsave vanishes if you don't have it, but you can still build vips
2014-05-09 13:13:18 +01:00
John Cupitt b0e2611f1b tiny fixes 2014-03-20 14:52:06 +00:00
John Cupitt 64ef921f69 README updates 2014-03-20 12:22:04 +00:00
Benjamin Gilbert 2e8d014811 update for new format support in OpenSlide 3.4.0 2014-01-25 02:31:20 -05:00
John Cupitt 4cb37cf0c3 note helgrind usage 2014-01-14 12:21:21 +00:00
John Cupitt c12349ae97 remove old v4l1 code
removed video4linux 1 video grabber

bring it back some day with a v4l2 rewrite

https://github.com/jcupitt/libvips/issues/90
2013-12-30 16:26:56 +00:00
John Cupitt 362c292980 sync 2013-12-05 14:40:42 +00:00
John Cupitt 4aedd7cd16 put the ORC stuff back in arithmetic
ready to use on linear.c
2013-12-03 12:39:13 +00:00
John Cupitt 022f2ab1c3 sync 2013-11-24 11:10:42 +00:00
John Cupitt 3b5eea5903 sync 2013-11-22 14:50:40 +00:00
John Cupitt 5b7b3cb591 small fixes for clang static analyzer
a few small things clang static analyzer found
2013-11-22 14:34:13 +00:00
John Cupitt 2f602eedd6 clang static analyze notes 2013-11-22 11:27:29 +00:00
John Cupitt 36f2f630d7 add clang notes 2013-11-22 10:12:54 +00:00
John Cupitt 67a5aa7442 make VipsArea leakcheck a run-time option
was compile-time
2013-07-16 11:37:01 +01:00
John Cupitt 6167d4d97c Fix three minor memleaks 2013-07-15 22:01:00 +01:00
John Cupitt 8956ba536b fix some cppcheck warnings 2013-05-01 18:46:15 +01:00
Sebastian Gassner a29d1ee7f2 README: adding some additional dependencies needed to bootstrap/make on Debian wheezy/sid. 2012-11-13 16:39:11 +01:00
Benjamin Gilbert 54834e9433 README: add Leica to OpenSlide-supported formats 2012-09-21 17:05:01 -04:00
John Cupitt bb33eb82c9 more README.md polishing 2012-06-29 12:36:56 +01:00
John Cupitt 41fcb2a0e6 stop complaints about a missing README
add a @foreign' option to INIT_AUTOMAKE
2012-06-29 12:30:05 +01:00