John Cupitt
9866127e6a
small cleanups
2014-12-10 15:31:22 +00:00
John Cupitt
7daa70ead3
add tiny demo prog
2014-12-10 15:03:33 +00:00
John Cupitt
069ff8982c
zero out edge tile buffers before tiff jpeg write
...
see https://github.com/jcupitt/libvips/issues/204
thanks iwbh15
2014-12-10 09:41:31 +00:00
John Cupitt
9694cc8adb
output ref_count in object summary
...
tiny Vips.py fix too
2014-12-10 09:23:51 +00:00
John Cupitt
64bdadadf2
expand tiff write res range
...
see
https://github.com/jcupitt/libvips/issues/206
2014-12-10 09:23:13 +00:00
John Cupitt
aa6c883434
ignore missing class methods in Vips.py
...
thanks Ben
see https://github.com/jcupitt/libvips/issues/199
2014-12-05 12:50:53 +00:00
John Cupitt
ecc0975667
arg another attempt to fix travis
2014-12-05 12:31:15 +00:00
John Cupitt
ae51bbd71d
try to fix travis again
2014-12-04 23:03:25 +00:00
John Cupitt
76653e9e78
add notes to logs for @density
2014-12-04 21:47:46 +00:00
John Cupitt
31d3f714ca
Merge pull request #200 from lovell/magickload-density
...
Expose 'density' attribute for magickload
2014-12-04 21:43:00 +00:00
John Cupitt
9f0032ac03
maybe this fixes travis
2014-12-04 21:40:38 +00:00
John Cupitt
9ae19ed727
quieter gobject-introspection scan
...
and make sure gtk-doc.make isn't a symlink
2014-12-04 17:43:41 +00:00
Lovell Fuller
14c8aa33fc
Expose 'density' attribute for magickload
...
Allows control of vector format resolution
2014-12-04 17:01:06 +00:00
John Cupitt
f8cca8e59d
load and save XMP metadata in tiff
...
see https://github.com/jcupitt/libvips/issues/198
2014-12-03 09:03:09 +00:00
John Cupitt
90b78fe9c6
remove -pthread from libs
...
we should get it from cflags, I think
2014-12-01 13:10:02 +00:00
John Cupitt
44122ea880
more .pc changes
...
see https://github.com/jcupitt/libvips/issues/196
2014-12-01 12:38:49 +00:00
John Cupitt
dbc404ed66
fix nip2 build on win
...
we have to statically link on win if we are using cfitsio ... make sure
-ljpeg gets into the link line, it doesn't have a .pc
https://github.com/jcupitt/libvips/issues/196
2014-11-29 14:32:08 +00:00
John Cupitt
a651f4b1b4
add Libs.private to help static link with mingw
...
see https://github.com/jcupitt/libvips/issues/196
2014-11-29 11:27:36 +00:00
John Cupitt
b9aef076d4
don't make the .pc libs list ourselves
...
see https://github.com/jcupitt/libvips/issues/196
thanks bgilbert
2014-11-29 09:56:59 +00:00
John Cupitt
ed6eaa4662
tiny fixes
2014-11-28 17:55:55 +00:00
John Cupitt
9be2d6cc8d
improve vipsthumbnail with broken images
...
if there was an incorrect embedded profile, no fallback import profile,
and an export profile, vipsthumbnail could crash
see https://github.com/jcupitt/libvips/issues/186
2014-11-28 17:54:01 +00:00
John Cupitt
ffe90ef38a
add .szi as a synonym for .zip
...
in dzsave
2014-11-26 14:26:57 +00:00
John Cupitt
a927c79cd9
update build from git notes
2014-11-26 11:07:10 +00:00
John Cupitt
eb692a3624
Merge pull request #195 from homerjam/patch-1
...
Added note for building on OSX from source (from #179 )
2014-11-26 00:07:36 +00:00
homerjam
730e6413b1
Added note for building on OSX from source (from #179 )
2014-11-25 23:44:58 +00:00
John Cupitt
4c3461967b
duuh fix up misplaced patch
2014-11-25 12:05:04 +00:00
John Cupitt
6bfe9b45b7
Merge branch '7.40'
2014-11-25 12:04:24 +00:00
John Cupitt
f66afb78da
fix profile handling in XYZ2scRGB
...
see
https://github.com/lovell/sharp/issues/125
2014-11-25 12:01:13 +00:00
John Cupitt
4b51a9d61f
don't strip profiles in XYZ2scRGB
...
see
https://github.com/lovell/sharp/issues/125
2014-11-25 11:43:48 +00:00
John Cupitt
9a3fcc74c1
oops, README dropped from dist
2014-11-23 14:02:38 +00:00
John Cupitt
3d1469179c
add the test_thumbnail script too
2014-11-20 14:36:04 +00:00
John Cupitt
fcc790f6c0
better tiled tiff tilecache on write
2014-11-20 13:28:17 +00:00
John Cupitt
037f6cd162
tiles tiff write needs to cache input
...
to keep it seq, as it promises to be
2014-11-20 10:07:28 +00:00
John Cupitt
810abeea34
small fixups
2014-11-19 17:32:29 +00:00
John Cupitt
ee4416040b
make a test suite
...
put the python and non-nip2 bits of the nip2 suite together
some test images too
2014-11-19 15:01:28 +00:00
John Cupitt
384a5e05dc
change parameters of vips_gaussblur()
...
sorry :-(
The old param (passing sigma*2 as an int) were just too confusing
coming from other packages. This new behaviour matches ImageMagick, and
almost everyone else in the world.
A new optional param lets you set the minimum amplitude as well.
2014-11-19 12:27:26 +00:00
John Cupitt
2a4f56ff9f
notes
2014-11-19 09:51:52 +00:00
John Cupitt
77d5bd8d08
add sharpening step to vips_resize()
2014-11-18 21:39:29 +00:00
John Cupitt
589e15b8a4
better vips_resize()
2014-11-18 18:37:19 +00:00
John Cupitt
c120edde0d
get make dist going
2014-11-18 14:52:52 +00:00
John Cupitt
dda412c85f
add command-line option parsing to python
2014-11-18 11:29:32 +00:00
John Cupitt
759682ef8a
updates notes on binding vips
2014-11-17 14:23:25 +00:00
John Cupitt
240f0f1fd2
more doc work
2014-11-17 12:25:46 +00:00
John Cupitt
394149e9e8
fix all docs warnings
2014-11-17 10:32:40 +00:00
John Cupitt
703514b85d
fix gtkdoc expansions in intro
2014-11-16 18:01:19 +00:00
John Cupitt
008d6d7a78
more doc polishing
2014-11-16 12:57:27 +00:00
John Cupitt
71c5069b42
revise cplusplus gen scripts
2014-11-16 12:19:04 +00:00
John Cupitt
e3afa878e6
better support for drawing operations
...
much more mem efficient for repeated draws
doc updates too
2014-11-16 11:07:42 +00:00
John Cupitt
d25beeddac
remove wrap7 class
...
and pyvips8 now knows about deprecated args and ops
2014-11-14 22:41:05 +00:00
John Cupitt
b40bad04bb
hide deprecated args to operations in python
2014-11-14 12:19:25 +00:00