John Cupitt
20ce700e23
jpeg tag read/write cleanups
2012-11-22 09:15:02 +00:00
John Cupitt
9710679240
update make dist
2012-11-16 21:45:52 +00:00
John Cupitt
9abb7a1fd1
Merge remote-tracking branch 'origin/7.30'
...
Conflicts:
ChangeLog
configure.in
libvips/conversion/tilecache.c
po/vips7.pot
2012-11-14 14:52:27 +00:00
John Cupitt
4ab937a8b6
fix library versioning mixup
...
thanks benjamin
2012-11-14 09:59:30 +00:00
John Cupitt
f8a160de44
Merge remote-tracking branch 'origin/master' into colour
...
Conflicts:
ChangeLog
configure.in
po/vips7.pot
2012-10-21 12:24:08 +01:00
John Cupitt
4050c47281
fix .dzi format string
...
dzsave left the save options attached to the Format string in the .dzi
file
also, version bump
2012-10-02 13:11:43 +01:00
John Cupitt
3836faffcb
Merge remote-tracking branch 'origin/master' into colour
...
Conflicts:
ChangeLog
TODO
configure.in
2012-09-15 17:42:06 +01:00
John Cupitt
45e3c0bd39
fix some warnings from jpeg write
...
jpeg write with a non-jpeg source could produce some warnings as it
tried to update exif that wasn't there
2012-08-14 14:31:08 +01:00
John Cupitt
88c3f7ab7d
fix compiler warnings
...
some compiler warnings appeared in a production build (assert()s
commented out, -Wall, and -O2)
thanks to Dmitry Roshchin for the report
2012-08-14 12:43:54 +01:00
John Cupitt
dab22df75b
fixes to deep zoom write
...
- shrink down to a 1x1 pixel tile, even for very long and thin images
- round image size up on shrink
- write a .dzi file with the pyramid params
- default tile size and overlap now matches the openslide writer
thanks to Benjamin Gilbert for pointing out the errors
2012-08-06 15:14:59 +01:00
John Cupitt
bc13abe3da
update the manual version numbers
2012-07-20 15:52:45 +01:00
John Cupitt
17f6489c0e
Merge remote-tracking branch 'origin/7.28'
...
Conflicts:
ChangeLog
configure.in
libvips/deprecated/im_csv2vips.c
2012-07-18 10:39:29 +01:00
John Cupitt
5b43d4dd44
get ready for dist
2012-07-13 14:55:26 +01:00
John Cupitt
87e37e83e2
Merge remote-tracking branch 'origin/7.28'
...
Conflicts:
libvips/iofuncs/generate.c
libvips/iofuncs/init.c
po/vips7.pot
2012-07-09 14:09:25 +01:00
John Cupitt
8582e40307
improve use from many threads
...
lock around the operation cache and the upstrea/downstream link system
so vips works when used from many threads: you can now create an image
in one thread and process it in another
2012-07-09 13:47:09 +01:00
John Cupitt
fb23c3df7f
improvements to dzsave
...
it wasn't making the RH column of tiles if they were cropped
makes tiles all the way down to 1x1 pixels
2012-07-05 18:08:55 +01:00
John Cupitt
4cfae3c4d0
Merge remote-tracking branch 'origin/7.28'
...
Conflicts:
libvips/iofuncs/image.c
po/vips7.pot
2012-07-05 16:40:33 +01:00
John Cupitt
0367f90fc4
better temp file habndling on Windows
...
this patch reuses file descriptors rather than duping them
duping was problematic on Windows -- reusing is a bit hacky, but seems
to work
2012-07-05 14:40:18 +01:00
John Cupitt
5243f334e1
Merge remote-tracking branch 'origin/7.28'
...
Conflicts:
ChangeLog
configure.in
po/vips7.pot
2012-06-21 09:23:42 +01:00
John Cupitt
5b6b25b1e1
oops stray printf()
2012-06-20 22:44:27 +01:00
John Cupitt
542d7f9c10
final tweaks for new release
2012-06-20 15:03:52 +01:00
John Cupitt
2dde7ce256
Merge remote-tracking branch 'origin/7.28'
...
Conflicts:
libvips/foreign/vips2tiff.c
po/vips7.pot
2012-06-08 19:37:03 +01:00
John Cupitt
b6f902560f
add doc comments for vips_concurrency_*()
2012-06-03 13:01:21 +01:00
John Cupitt
3f76648a11
more vips_argument_map() fixups
2012-05-31 14:50:05 +01:00
John Cupitt
8e019730ba
Merge remote-tracking branch 'origin/7.28'
...
Conflicts:
ChangeLog
configure.in
po/vips7.pot
2012-04-17 21:22:35 +01:00
John Cupitt
04c7f97cf4
prepare for release
2012-04-17 11:28:40 +01:00
John Cupitt
451ac04eba
version bump
2012-03-09 09:47:28 +00:00
John Cupitt
15c5f330c4
small compiler fixes
2012-03-07 12:25:14 +00:00
John Cupitt
ef19ecc923
win32 fixes
...
we had a dropped file and a mode_t in a va_get() that should have been
an int
2012-02-25 17:47:40 +00:00
John Cupitt
2fed2f3490
sync
2012-02-01 14:55:12 +00:00
John Cupitt
ef2d7024bd
version number bump
...
starting to stabilise 7.28, hopefully
2012-01-30 11:27:28 +00:00
John Cupitt
b948f17c02
Merge remote-tracking branch 'origin/7.26'
...
Conflicts:
ChangeLog
configure.in
libvips/include/vips/vips.h
libvips/include/vips/vips7compat.h
libvips/iofuncs/image.c
libvips/iofuncs/init.c
po/vips7.pot
2011-10-11 21:49:06 +01:00
John Cupitt
5e6251ac1d
sync
2011-10-11 21:21:12 +01:00
John Cupitt
7111ff2433
version bump for next cycle
...
s Please enter the commit message for your changes. Lines starting
2011-08-21 18:06:19 +01:00
John Cupitt
0b39b4d9c8
better compiling without c++
...
closer to a painless no-c++ build, though not quite there yet
2011-08-16 15:37:50 +01:00
John Cupitt
b748961743
im_benchmark.c had some debugging left in
...
oops, im_benchmark.c had some work commenetd out, hence the fast run
times
2011-08-10 10:17:36 +01:00
John Cupitt
cf4c5979eb
more win32 fixes
2011-07-26 18:44:52 +01:00
John Cupitt
eda7a9d9d7
fixes to get win32 building
2011-07-26 16:40:26 +01:00
John Cupitt
b0e7c727fa
version bump
...
version bump for release, get make dist working again
2011-07-26 09:59:53 +01:00
John Cupitt
691893f31c
updated German translation
...
new German translation, thanks Chris, tiny change to jpeg2vips
2011-05-07 15:11:01 +01:00
John Cupitt
05ceccc4d2
po updates
2010-11-30 14:41:04 +00:00
John Cupitt
23b381638b
fixes for release
2010-06-09 20:54:19 +00:00
Nicolas Robidoux
07b0775ae3
More cleaning out of snohalo and adding vsqbs
2010-05-29 13:20:11 +00:00
John Cupitt
def00f7854
stuff
2010-05-26 11:26:09 +00:00
John Cupitt
8cb481f0be
updated en_GB translation
2010-05-26 11:19:25 +00:00
John Cupitt
b4925940fb
add German translation
2010-05-24 10:05:59 +00:00
John Cupitt
4cb732b9a0
stuff
2010-05-14 18:35:54 +00:00
John Cupitt
44433f18d0
bump for 7.22
2010-05-12 21:04:27 +00:00
John Cupitt
cdbda60d2e
wooo, threadpool works
2010-03-21 00:49:30 +00:00
John Cupitt
1861c82cf6
bump to 7.21, im_system_image works
2010-01-15 14:22:11 +00:00