John Cupitt
0bfcf2efc2
add note about vips_hist_find_ndim()
2017-01-19 09:23:05 +00:00
John Cupitt
5111246a1c
oops argh travis
2017-01-18 20:41:10 +00:00
John Cupitt
a0d9a0794e
more dbg in travis.yml
2017-01-18 20:34:43 +00:00
John Cupitt
d91396649f
trying to fix travis OS X
...
try catting config.log
2017-01-18 16:20:22 +00:00
John Cupitt
79c21dfcf8
seems to be done!
2017-01-18 14:39:27 +00:00
John Cupitt
2b72244a45
fix fitsload
2017-01-17 19:09:00 +00:00
John Cupitt
0231b512b4
fits isn't quite working still
2017-01-17 14:53:40 +00:00
John Cupitt
c464503510
Merge branch 'master' into invalidate-on-load-error
2017-01-17 13:47:14 +00:00
John Cupitt
fb88d037fc
Merge branch 'master' into add-thumbnail-geometry
2017-01-17 11:51:10 +00:00
John Cupitt
84270ce787
Merge branch 'master' into prepare-reorder
2017-01-15 10:40:25 +00:00
John Cupitt
dafa26435e
only use webp presets in lossy mode
...
it seems lossless and near-lossless modes have a separate preset system
see https://github.com/jcupitt/libvips/issues/578
2017-01-13 12:37:19 +00:00
John Cupitt
2f8a279f2d
ooops, forgot convasep
2017-01-12 21:53:24 +00:00
John Cupitt
6b325145e4
use new hints and prepare everywhere
2017-01-12 14:36:44 +00:00
John Cupitt
f302bd6570
all working!
2017-01-12 14:06:54 +00:00
John Cupitt
3d216da8c9
rename recomp as reorder
2017-01-12 09:15:10 +00:00
John Cupitt
d1ef5a6890
compiles, needs more testing
2017-01-11 14:05:50 +00:00
John Cupitt
c5e675f7db
fix --vips-cache-max etc.
...
--vips-cache-max, --vips-cache-max-memory and --vips-cache-max-files were not
working and probably hadn't been for a while
vipsthumbnail.c turns off the operation cache, it's not useful for
the same operation repeated across many files
2017-01-10 14:12:24 +00:00
John Cupitt
8bbba73d73
try to fix soname.h again
...
now make in install-exec-hook so we are certain libvips.la has been built
2017-01-06 19:37:36 +00:00
John Cupitt
ec79682215
small fixes
2017-01-06 14:01:55 +00:00
John Cupitt
2fa3736722
all done, I think
2017-01-06 13:43:43 +00:00
John Cupitt
470aee77f4
note govips
2017-01-06 08:43:09 +00:00
John Cupitt
e958de7814
add geo strings
2017-01-05 15:02:29 +00:00
John Cupitt
366c1acd6c
notes
2017-01-05 12:04:29 +00:00
John Cupitt
4ca1132087
improve reliability with high -j
...
another sleep to give libvips.la time to be fully written
2017-01-04 19:00:50 +00:00
John Cupitt
eef4f035a1
try to fix make with -j
...
in all-hook, wait for libvips.la to appear
2017-01-04 17:04:38 +00:00
John Cupitt
180459ea16
turn off -j in travis
...
seems to break our soname.h creation
2017-01-04 16:57:36 +00:00
John Cupitt
d905cf7ec3
more travis poking
2017-01-04 16:39:58 +00:00
John Cupitt
3e80828805
try to fix travis
2017-01-04 16:31:34 +00:00
John Cupitt
5d61bd4982
Merge branch 'master' into add-webp-metadata
2017-01-04 16:13:39 +00:00
John Cupitt
0dd51c43ac
don't rebuild everything all the time
...
oops, soname.h was being rewritten all the time, triggering a full
rebuild every time
2017-01-04 15:51:59 +00:00
John Cupitt
c4640b61c7
Merge branch 'glib-logging'
2017-01-04 14:58:11 +00:00
John Cupitt
784c7c0669
don't enable structured logging by default
2017-01-04 14:53:45 +00:00
John Cupitt
9581e14dee
all done
2017-01-04 14:45:35 +00:00
John Cupitt
b29201595d
note fits improvements in changelog
2017-01-04 12:56:04 +00:00
John Cupitt
c06dc8455b
add another FITS suffix
2017-01-04 12:40:58 +00:00
John Cupitt
a0b8bac8f2
load fits images to equiv. data type
...
so we have better support for bzero / bscale
2017-01-04 12:27:23 +00:00
John Cupitt
0c4a40e82f
oop missed a merge conflict
2017-01-04 10:18:54 +00:00
John Cupitt
262d5a10f7
Merge branch 'master' into glib-logging
2017-01-04 10:13:06 +00:00
John Cupitt
3a48ff9cc1
don't warn for missing exif res
...
don't warn for missing exif res (even though it should be there) since
we fall back to jfif
cs3 seems to avoid the exif res fields and just uses jfif
see https://github.com/lovell/sharp/issues/657
2017-01-04 09:22:32 +00:00
John Cupitt
07e6ac1994
support --vips-info
...
now turns on glib g_info() output
2017-01-04 07:23:50 +00:00
John Cupitt
e7a6ea3d0c
oops! revert previous
2017-01-03 17:12:42 +00:00
John Cupitt
0d97c78f02
compat macro for early glibs
2017-01-03 17:06:50 +00:00
John Cupitt
2be0b97dce
switch to g_warning()_/g_info()
...
we had vips_warn() and vips_info(), but they are a bit crappy ... switch
to g_warning() and g_info() instead
see https://github.com/jcupitt/libvips/issues/544
2017-01-03 15:52:27 +00:00
John Cupitt
c31f4ec2d7
add VIPS_SONAME etc.
...
helps check ABI and php-vips-ext lock the right library
2016-12-31 17:58:33 +00:00
John Cupitt
c1ca76f6a2
Merge branch '8.4'
2016-12-09 15:46:02 +00:00
John Cupitt
4f85a5d7cd
lower libgsf requirement to 1.14.26
...
1.14.16 seems to more or less work, and is the most recent version on
centos
see https://github.com/jcupitt/libvips/issues/528
2016-12-08 13:54:05 +00:00
John Cupitt
0d9bf6a81e
gifload supports n and page-height
2016-11-26 15:07:12 +00:00
John Cupitt
577588c2d1
start adding many page read to gifload
2016-11-25 18:19:55 +00:00
John Cupitt
6e968d46f2
magick7 now supports page/n
2016-11-25 18:19:36 +00:00
John Cupitt
6e26e317e0
update magick6 loader
...
now supports page/n/page-height
2016-11-25 14:46:46 +00:00