Commit Graph

70 Commits

Author SHA1 Message Date
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