John Cupitt
7ef00a3d7e
fix a cache warning
...
you can now call vips_cache_set_max() and friends just after
vips_init() ... previously you had to wait for the cache to be built
2012-04-11 14:41:30 +01:00
John Cupitt
668bf1759b
Merge remote-tracking branch 'origin/7.28'
2012-04-11 12:53:33 +01:00
John Cupitt
3540e3ef09
support :level,associated in the vips7 openslide
...
the vips7 stub for openslide now supports :level,associated mode
options, eg:
$ header CMU-2.svs
CMU-2.svs: 19500x7615 uchar, 4 bands, rgb VipsImage (0x236a060)
$ header CMU-2.svs:2
CMU-2.svs:2: 4875x1903 uchar, 4 bands, rgb VipsImage (0x244c060)
$ header CMU-2.svs:,label
CMU-2.svs:,label: 387x463 uchar, 4 bands, rgb VipsImage (0xa2d060)
$ header CMU-2.svs:2,label
CMU-2.svs:2,label: 387x463 uchar, 4 bands, rgb VipsImage (0x1b23060)
2012-04-11 12:48:41 +01:00
John Cupitt
5ab6e2d1aa
Merge remote-tracking branch 'origin/7.28'
2012-04-10 16:53:03 +01:00
John Cupitt
7af1fb34d7
cast to unsigned int did not remove <0
...
previously cast to uint did nothing (since the positive range of uint is
greater than int), now it changes <0 values to 0
2012-04-10 14:26:41 +01:00
John Cupitt
57cf9011e7
fix openslide read
...
previously it returned Cairo-style pre-multiplied argb, now it always
unpacks to png-style rgba for you
there was no real use for the coded form and it was annoying to have to
call im_argb2rgba() explicitly
2012-04-09 18:03:17 +01:00
John Cupitt
63be2e1a08
fix warning for unused vips7 gvalue arg
...
this fixes this warning:
$ vips im_copy_set_meta
GLib-GObject-CRITICAL **: g_value_unset: assertion `G_IS_VALUE (value)'
failed
2012-04-08 10:13:10 +01:00
John Cupitt
2b67f3e6c4
Merge remote-tracking branch 'origin/7.28'
...
Conflicts:
ChangeLog
configure.in
2012-04-06 12:15:52 +01:00
John Cupitt
d338d0fae6
fix vips_divide() for int args
2012-04-06 12:09:53 +01:00
John Cupitt
8345cbf1e9
Revert "vips7 compat for argb coding"
...
This reverts commit a8969680ef
.
2012-04-04 17:18:48 +01:00
John Cupitt
0231cdf134
Revert "add ARGB coding"
...
This reverts commit 78b5ad5883
.
Conflicts:
libvips/colour/im_rad2float.c
2012-04-04 17:18:32 +01:00
John Cupitt
e8b83aa96e
fail if numeric args to vips are malformed
2012-04-04 13:37:05 +01:00
John Cupitt
a8969680ef
vips7 compat for argb coding
2012-04-03 11:20:48 +01:00
John Cupitt
78b5ad5883
add ARGB coding
2012-04-02 11:12:40 +01:00
John Cupitt
d930b69161
Merge remote-tracking branch 'origin/dzsave'
...
Conflicts:
ChangeLog
2012-03-26 22:12:19 +01:00
John Cupitt
a2d512af73
works!
2012-03-26 22:08:59 +01:00
John Cupitt
ffb34c943c
nearest0neighbor now rounds to nearest
...
before it just truncated x/y downs, now it rounds to nearest ... this
removes a 0.5 shift compared to the other interpolators
thanks Nicolas
2012-03-26 09:35:22 +01:00
John Cupitt
eda3762fba
hackety hack
2012-03-23 14:57:41 +00:00
John Cupitt
48b23d9f56
hackery
2012-03-23 09:21:28 +00:00
John Cupitt
a07b73f73e
dropped some oops
2012-03-21 14:56:01 +00:00
John Cupitt
9c3318be5c
started hacking in dzsave
2012-03-21 14:53:53 +00:00
John Cupitt
3f850b5f8b
Merge remote-tracking branch 'origin/master'
...
Conflicts:
ChangeLog
2012-03-19 11:42:31 +00:00
John Cupitt
4ff248bb6a
Merge remote-tracking branch 'origin/7.28'
2012-03-17 17:59:48 +00:00
John Cupitt
d8000bb1b5
tiffsave xres/yres args broken
...
the declarations for xres/yres tiff args were all wrong
2012-03-17 17:57:46 +00:00
John Cupitt
2e0510f2bf
sync
2012-03-16 16:49:31 +00:00
John Cupitt
b42eedcd02
sync
2012-03-16 13:15:12 +00:00
John Cupitt
2e7f4b2900
sanity-check PNG read line size
2012-03-15 12:53:38 +00:00
John Cupitt
8126d48717
Merge remote-tracking branch 'origin/master'
2012-03-15 11:46:16 +00:00
John Cupitt
3b583d7744
Merge remote-tracking branch 'origin/7.28' into 7.28
2012-03-15 11:45:37 +00:00
John Cupitt
671c8da098
better behaviour for malformed PNGs
...
thanks Nicolas
2012-03-15 09:54:26 +00:00
John Cupitt
b8a6a9d9b5
fix compiler warning
2012-03-14 11:57:13 +00:00
John Cupitt
a16daf0b41
fix compiler warning
2012-03-14 11:56:13 +00:00
John Cupitt
4595413e0d
add ICC profile read/write for png
2012-03-13 14:22:13 +00:00
John Cupitt
fd160a4793
oops remove a print
...
left some debugging in
2012-03-13 13:44:51 +00:00
John Cupitt
b8d977544c
lower I thresh for orc compile
...
fixes a segv with very large and complex morph masks
2012-03-13 13:11:06 +00:00
John Cupitt
15c5f330c4
small compiler fixes
2012-03-07 12:25:14 +00:00
John Cupitt
11fff8343e
better arg ranges for embed
2012-03-06 14:34:56 +00:00
John Cupitt
dbb8f5fac5
test cache trim
...
seems to work fine -- runaway memuse is caused by nip2's cache, which
does not track mem
this should be fixed when nip2's cache is removed
2012-03-06 13:34:12 +00:00
John Cupitt
91837d8277
fix a segv
...
vips_image_write() needs to ref its argument if it's a delayed
calculation ... fixes a segv under heavy load
2012-03-06 13:24:40 +00:00
John Cupitt
c4a5831238
make it easy to remove some print stuff
2012-03-02 14:14:09 +00:00
John Cupitt
5771be4186
xres/yres become double
...
we had them as float before to make load/save easier, but that means we
need lots of hacks to make properties work correctly
instead, convert to/from float on read/write and have them as double
internally
2012-03-02 12:54:50 +00:00
John Cupitt
792ff7f03d
sync
2012-03-02 10:16:58 +00:00
John Cupitt
59c655683a
relax assert() checks for foreign
...
load from buffer can have get_flags() but no get_flags_filename(),
remove assert test
2012-03-01 14:21:06 +00:00
John Cupitt
8344dbb808
complex ==, != was broken
...
argh the broken test suite was hiding some nasties
2012-03-01 14:09:52 +00:00
John Cupitt
04b10fb0b8
im_measure() works on labq
...
the old im_measure() woprked on labq images, make the wrapper work on
labq too
2012-03-01 13:48:44 +00:00
John Cupitt
20a916e4fa
im_measure() works on labq
...
the old im_measure() woprked on labq images, make the wrapper work on
labq too
2012-03-01 13:45:57 +00:00
John Cupitt
3b6691dd57
Merge remote-tracking branch 'origin/master'
2012-02-29 13:50:23 +00:00
John Cupitt
58439e31fb
fix filename display in "header" and friends
2012-02-29 13:49:48 +00:00
Benjamin Gilbert
c96cfaa695
convert "layer" to "level" where externally visible
...
OpenSlide >= 3.3.0 will use the term "level" instead of "layer".
To avoid gratuitous incompatibility between libvips 7.28 and later
versions, change this now in the openslideload argument, the
"slide-layer" metadata item, and error messages.
2012-02-28 16:53:26 -05:00
John Cupitt
6ab6ec410c
cleanups
2012-02-28 14:17:02 +00:00
John Cupitt
19c0f928a7
never delay-load IM files
...
IM is too unreliable to be able to separate Ping and Read, always Read
2012-02-28 14:16:09 +00:00
John Cupitt
3b5e049fd6
oops useless left-over member
2012-02-28 14:15:14 +00:00
John Cupitt
6ba96b2333
fix hist normalisation
...
hist norm was broken due to the VipsStats width change
2012-02-28 12:05:25 +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
862cac1e4f
avoid NaN in max/min, better double ranges
2012-02-24 13:57:50 +00:00
John Cupitt
1fffc6a4de
oop, don't always set pyramid
2012-02-24 12:04:42 +00:00
John Cupitt
3888026ca2
report position of error for EOF/EOL in csv load
2012-02-23 14:44:45 +00:00
John Cupitt
d93f772f1f
fix deadlock with generate failing
...
and better error msg from libpng
2012-02-23 12:42:21 +00:00
John Cupitt
d54c787e92
move COLLECT macros to object
2012-02-23 10:05:13 +00:00
John Cupitt
a7a5a69109
ignore complex /0
...
also rework TODO list ready for release push
2012-02-22 14:30:09 +00:00
John Cupitt
1a5b8df9be
oop buffer size issue
2012-02-20 21:33:14 +00:00
John Cupitt
9ea1387a68
add FLAGS args
2012-02-20 21:02:37 +00:00
John Cupitt
8c6e3738dd
fix up ordering issues in seq mode
...
read order should be guaranteed now, hopefully
2012-02-20 15:03:29 +00:00
John Cupitt
8af5522a96
sequential support for the jpg reader
2012-02-19 22:17:20 +00:00
John Cupitt
bbadb8d681
jpeg2vips now keeps a load struct about
...
so we are ready to add lazy read
2012-02-19 10:54:41 +00:00
John Cupitt
fa03bfb4cd
tiff reader supports new sequential mode
...
good speedup for large tiffs
$ time ~/vips-7.26/bin/vips-7.26 vips im_copy wtc.tif x.v
real 0m12.728s
user 0m0.220s
sys 0m1.032s
$ time vips copy wtc.tif[sequential] x.v
real 0m4.328s
user 0m0.584s
sys 0m0.764s
new one was compiled with DEBUG, hence (partly) larger user time
2012-02-18 13:17:21 +00:00
John Cupitt
77ab09d451
start adding sequential jpeg support
2012-02-17 18:08:58 +00:00
John Cupitt
3dcd3729a0
fix interlaced png read
...
also remove old sinkmemory
2012-02-17 17:59:09 +00:00
John Cupitt
fcf052ab09
new sinkmemory works, more png fixing
2012-02-17 17:12:51 +00:00
John Cupitt
ff7d02a979
start a new sinkmemory
2012-02-17 10:45:58 +00:00
John Cupitt
f38c94ca65
more sequential improvements
...
always do everything on first pixel access if there's a @load() method
2012-02-16 16:04:19 +00:00
John Cupitt
b6c56e980c
work on progressive png support
2012-02-15 17:19:42 +00:00
John Cupitt
05d31e0890
better arg parsing
...
oops in arg parse, better error messages
2012-02-15 16:24:10 +00:00
John Cupitt
7f94fb3597
break vips_sequential() out
2012-02-15 15:47:43 +00:00
John Cupitt
13a6c02c5c
Merge remote-tracking branch 'origin/master'
2012-02-15 13:56:10 +00:00
John Cupitt
aee2999259
generic sequential read mode
...
moved sequential read stuff into VipsForeignLoad
2012-02-15 13:55:34 +00:00
John Cupitt
07cf2be29e
fix png save
2012-02-14 10:53:39 +00:00
John Cupitt
71d55c4554
compat wrapper for bool was broken
...
oops it was calling relational instead
2012-02-10 14:50:46 +00:00
John Cupitt
8b5b3288b4
fix im_shrink()
2012-02-10 13:17:19 +00:00
John Cupitt
24e86ae458
better im_shrink()
...
faster, lower memuse, simpler
2012-02-10 10:00:39 +00:00
John Cupitt
9403948bee
break cycle in new im_open() compat
2012-02-08 14:31:32 +00:00
John Cupitt
e0f31e3b4a
vipsthumbnail knows about :seq mode for png
...
also im_open() knows about old-style embedded filename options
2012-02-08 13:33:19 +00:00
John Cupitt
b52785eef7
add a sequential read mode to pngload
...
helpful for thumbnailing
2012-02-07 14:30:54 +00:00
John Cupitt
5028771e6f
always print mem high-water on leak check
2012-02-03 10:37:10 +00:00
John Cupitt
d38e7bea57
fix delayed write to foreign via "w"
...
also added vips_foreign_find_save_options()/
vips_foreign_find_load_options()
2012-02-02 15:08:57 +00:00
John Cupitt
1068ccc4eb
much faster smudge
...
the new smudge based on im_conv() is just too slow ... back to the old
one, with some clean-ups
2012-01-30 10:18:06 +00:00
John Cupitt
710b69e273
oops abs(double) was broken
2012-01-28 14:09:18 +00:00
John Cupitt
4ca2f3ed55
clean up fft, reduce memuse
2012-01-28 11:53:45 +00:00
John Cupitt
d621cd1f38
remove old fftw2 path, reduce mem use
2012-01-28 11:27:16 +00:00
John Cupitt
bf10ec7432
oop abs(complex) was broken
2012-01-27 21:24:47 +00:00
John Cupitt
d1f5225e58
more robust char->enum
...
edvips has much safer char->enum conversion
2012-01-27 17:36:25 +00:00
John Cupitt
c197e2f90e
more robust enum printing
2012-01-27 17:14:59 +00:00
John Cupitt
7330c244a4
remove the fft fallbacks
...
libvips had a set of fallback fft routines in case fftw was not
detected at configure time ... but they were terrible
remove them! we are fftw-only now
2012-01-27 14:48:28 +00:00
John Cupitt
b081f6a2fe
oop we need im_setupout() after all
...
also fix the type hint setting for the fft functions
2012-01-27 14:25:52 +00:00
John Cupitt
95fc8190fa
sync
2012-01-27 09:22:08 +00:00
John Cupitt
d2e7644e97
cast to output was not working for save
...
auto type conversion for save-as was broken
2012-01-26 17:37:57 +00:00
John Cupitt
21f9a7f69b
find hist of any image type
...
... by casting to u8/u16.
2012-01-25 15:03:13 +00:00
John Cupitt
e518427437
more magick tweaks
2012-01-18 17:39:01 +00:00
John Cupitt
8dcaa45489
Merge remote-tracking branch 'origin/master'
2012-01-18 17:10:42 +00:00
John Cupitt
2e4dedeebc
gm tweaks
2012-01-18 14:57:22 +00:00
John Cupitt
d73d0e4d74
oops find_load() was broken
2012-01-17 16:38:36 +00:00
John Cupitt
4311fa71da
fix the magick loader
...
see
http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=20017
2012-01-17 15:29:39 +00:00
John Cupitt
71fed4a614
add a vips7 openslide reader stub
2012-01-17 11:43:02 +00:00
John Cupitt
1583000298
oops
2012-01-17 11:14:15 +00:00
John Cupitt
5fd317941d
rationalise the dumpers
2012-01-16 14:54:29 +00:00
John Cupitt
f98dbceb60
add VIPS_IMAGE_N_PELS()
...
a macro to calculate the number of pels in an image, in 64 bits
2012-01-15 11:15:12 +00:00
John Cupitt
56bab17678
Merge remote-tracking branch 'origin/7.26'
...
Conflicts:
ChangeLog
TODO
configure.in
libvips/deprecated/dispatch_types.c
libvips/foreign/tiff2vips.c
libvips/include/vips/image.h
libvips/iofuncs/header.c
libvips/iofuncs/operation.c
po/vips7.pot
2012-01-14 14:00:41 +00:00
John Cupitt
228784c52e
fix a used before set warning
2012-01-14 13:45:00 +00:00
John Cupitt
b210d34192
interpolation CLI args were broken
...
thanks to speckins, broken since 7.26.4, embarassingly
I've added another test to make check to stop this happening again
2012-01-14 11:19:50 +00:00
John Cupitt
f8ac4dc804
oops tiff read with non-square tiles was broken
2012-01-13 14:15:15 +00:00
John Cupitt
a5b3eb2040
amke vips_cache() a vips8 operation
2012-01-13 13:15:56 +00:00
John Cupitt
c04458c7ce
Merge remote-tracking branch 'origin/master'
2012-01-13 12:11:22 +00:00
John Cupitt
23807b5999
add a test type
2012-01-13 12:11:12 +00:00
John Cupitt
ef09bcd01a
sync
2012-01-13 09:03:11 +00:00
John Cupitt
429c9977d4
add a test type for intro
2012-01-12 14:58:34 +00:00
John Cupitt
5096031371
oops matlab load compat wrapper was broken
2012-01-12 14:14:54 +00:00
John Cupitt
351a2ad71c
better saving of coded images
2012-01-12 13:39:58 +00:00
John Cupitt
b43f38997d
small fixes
2012-01-11 15:00:37 +00:00
John Cupitt
b4d37b86fb
sync
2012-01-10 14:56:59 +00:00
John Cupitt
0c556de9d5
clean up types.c a bit
...
still tying to get constants working, cleaned up types.[hc] a bit
2012-01-10 14:09:25 +00:00
John Cupitt
774e2fe495
read jfif resolution
...
read jfif, if available, before we read exif resolution
2012-01-09 10:34:47 +00:00
John Cupitt
ae46447f5e
silently truncate long strings in arg handling
...
we were assert()ing out before
2012-01-08 13:57:43 +00:00
John Cupitt
2dec30da2c
better options parser
...
now only gets the options from the very end of a filename, so this
works:
"this should work (I hope!!).tif[compression=jpeg]"
2012-01-07 14:10:02 +00:00
John Cupitt
1e3edd7b1e
mvoe vips7 wrap back to vips7 names
...
improve cache trace formatting too
2012-01-06 14:56:24 +00:00
John Cupitt
d5034b0485
add --vips-cache-trace
...
and rename cache-print as cache-dump
2012-01-06 09:36:04 +00:00
John Cupitt
c190c8e660
new Python binding
...
just a test thing for now, but seems to work OK
some small tweaks to help gobject-introspction
2012-01-05 13:26:25 +00:00
John Cupitt
a6dc0b6fea
operation cache works from Python
2012-01-04 13:50:10 +00:00
John Cupitt
6f82f1ad61
make the cache more goi-friendly
2012-01-03 16:02:52 +00:00
John Cupitt
acd8ce277e
just the cache to fix now
2012-01-02 15:50:41 +00:00
John Cupitt
405b89b000
get goi try.py going
2012-01-02 11:06:04 +00:00
John Cupitt
9fc55c3011
fix a segv with old-style interpolate CLI args
...
thanks Nicolas
2012-01-01 21:54:30 +00:00
John Cupitt
dce5e3483d
oops
2012-01-01 14:21:53 +00:00
John Cupitt
7ae919e4f4
more hacking on gio warnings
...
all the serious ones seem to be fixed now
2012-01-01 12:04:46 +00:00
John Cupitt
d0ec401a12
hackery to get goi working
2011-12-31 18:22:42 +00:00
John Cupitt
0983b50905
Merge remote-tracking branch 'origin/gobject-introspection' into goi-merge
...
Conflicts:
TODO
libvips/arithmetic/im_recomb.c
libvips/arithmetic/im_stats.c
libvips/deprecated/im_measure.c
libvips/include/vips/header.h
libvips/include/vips/image.h
libvips/include/vips/object.h
libvips/iofuncs/header.c
libvips/iofuncs/image.c
libvips/iofuncs/object.c
2011-12-24 17:36:55 +00:00
John Cupitt
6c33ec9ff2
foreign docs
2011-12-22 12:12:27 +00:00
John Cupitt
9c850fc45c
sync
2011-12-22 08:48:34 +00:00
John Cupitt
49d3542cc7
remove outchecks, again
2011-12-21 19:00:32 +00:00
John Cupitt
a62f5f8832
remove wio_output
2011-12-21 12:08:29 +00:00
John Cupitt
b4ae37819e
rawsavefd -> rawsave_fd for consistency
2011-12-20 18:20:37 +00:00
John Cupitt
5a77fb4d1b
fix a memleak in png buf write
2011-12-20 18:14:41 +00:00
John Cupitt
14734596a1
move VipsFormat to deprecated
2011-12-20 15:29:33 +00:00
John Cupitt
3e45e2cd6b
move rad over to the new thing
2011-12-20 14:57:05 +00:00
John Cupitt
6864739351
move matio read to new system
2011-12-20 10:10:53 +00:00
John Cupitt
70bde4a90d
move ppm read/write to new-style
2011-12-20 09:37:07 +00:00
John Cupitt
0377920764
mvoe png load/save over
2011-12-19 21:40:08 +00:00
John Cupitt
3015d7d7b8
move imagemagick load over to the new style
2011-12-19 08:58:04 +00:00
John Cupitt
7b4a6d07d4
fix analyze load, csv save, copy_swap
2011-12-17 11:03:08 +00:00
John Cupitt
3ee442ca6a
move csv load/save to new style
2011-12-16 15:24:35 +00:00
John Cupitt
d75f2af5ea
oop bandjoin bug
2011-12-16 12:25:39 +00:00