John Cupitt
b20a9f78dd
faster --centre logic for dzsave
...
don't test pixel-by-pixel for background tiles, instead track the rect
of real pixels and test for intersection
this might help performance scaling on many-core CPUs since we are no
longer spinning up a threadgroup for each output tile
thanks Kacey
2013-06-19 14:03:39 +01:00
John Cupitt
85eee0528a
fix make dist
2013-06-18 13:49:26 +01:00
John Cupitt
d461d082fa
sync
2013-06-18 11:01:43 +01:00
John Cupitt
47adc8f08d
flag more str->array errors
...
str->[int] and [double] conversions set the output array to size 0 on
convert fail
2013-06-18 11:00:04 +01:00
John Cupitt
2fd2fd58f7
fix up gtk-doc
...
fix various problems:
- out of date IGNORE in doc/reference/Makefile.am
- name clashes between private .h and public
2013-06-17 20:16:20 +01:00
John Cupitt
4c0ace34f0
docs cleanups
2013-06-17 14:54:11 +01:00
John Cupitt
301d3a1809
argh remove unknown.pot
...
and kill *all* .pot files
2013-06-17 12:05:29 +01:00
John Cupitt
dcd2dbb756
vips_pngload_buffer() works
...
fix a bug in vips_jpegload_buffer() too
2013-06-17 09:41:22 +01:00
John Cupitt
005984226e
add png load from buffer
...
though untested as yet
2013-06-16 22:51:28 +01:00
John Cupitt
1dbff8f5c0
sync
2013-06-16 12:26:27 +01:00
John Cupitt
7bdc1e54f2
allow NULL out pointer for vips2buf*()
...
im_vips2bufjpeg() etc. needed a valid output IMAGE*, annoyingly
2013-06-16 10:24:56 +01:00
John Cupitt
dad036afbf
make a baseclass for the new create thing
2013-06-14 10:34:00 +01:00
John Cupitt
038015a971
Merge remote-tracking branch 'origin/7.32'
2013-06-14 09:04:01 +01:00
John Cupitt
216d286065
fix --disable-cxx build
...
quadratic.c was missing from the list of non-C++ sources, thanks Michael
2013-06-14 09:01:18 +01:00
John Cupitt
a1a5d0b376
sync
2013-06-14 08:53:05 +01:00
John Cupitt
d7d91363ba
im_sines() as a class
2013-06-13 18:46:41 +01:00
John Cupitt
6031b40b8d
move im_zone*() over to a class
2013-06-13 17:37:24 +01:00
John Cupitt
85e2092cdf
start im_zone()
2013-06-13 14:55:33 +01:00
John Cupitt
bfa8c85837
im_grey*() as a class
2013-06-13 14:35:26 +01:00
John Cupitt
cf09f3376e
redo im_*eye() as a class
2013-06-13 13:50:24 +01:00
John Cupitt
4436e370c7
make a "create" package
...
the old "other" package, plus move some of conversion in there
2013-06-13 10:12:22 +01:00
John Cupitt
84f3fa5b19
move conver_disp to deprecated
2013-06-13 09:36:04 +01:00
John Cupitt
7430e49f91
polish vips_xyz() a bit
...
and remove the old one
2013-06-12 17:59:29 +01:00
John Cupitt
86f3d2b083
add vips_xyz()
2013-06-12 14:51:43 +01:00
John Cupitt
de5745d1cc
Merge remote-tracking branch 'origin/master'
2013-06-12 12:55:50 +01:00
John Cupitt
4c0c3f7063
don't call g_type_init() on newer glibs
...
stops a warning message
2013-06-11 15:22:02 +01:00
John Cupitt
87bdfd1cf5
oop turn off DEBUG
2013-06-11 14:54:01 +01:00
John Cupitt
c77386f3cf
vips_magickload() only reads 1st image in sequence
...
with an @all_frames option to get them all, thanks acrispino
2013-06-11 14:29:43 +01:00
John Cupitt
e15f02161e
fix up im_vips2dz args
...
oops arg processing wasn't right
2013-06-11 14:03:14 +01:00
John Cupitt
55bfa92725
add a vips7 interface to the deepzoom writer
2013-06-11 12:32:46 +01:00
John Cupitt
69de2f83af
fix auto* change
...
mkinstalldirs is no longer included
2013-06-11 10:23:26 +01:00
John Cupitt
3bffb2a7e3
Merge remote-tracking branch 'origin/7.32'
2013-06-11 09:54:21 +01:00
John Cupitt
0550ace61c
change Type tag for RAD
...
tag as scRGB, seems more sensible
2013-06-10 16:40:37 +01:00
John Cupitt
c95dbe3dcd
link against gthread on old glib
...
if glib is ancient, link against gthread ... fixes centos5 build
thanks re-boot
2013-06-09 17:09:21 +01:00
John Cupitt
0221bcd3f6
fix no-pango mode
...
oops again
2013-06-07 22:52:54 +01:00
John Cupitt
23f05d4d8c
oops
2013-06-07 18:03:31 +01:00
John Cupitt
5d7f19beb3
fix VImage.PIL_mode_from_vips()
...
thanks Alessandro
2013-06-07 10:42:47 +01:00
John Cupitt
d13ff241c5
don't scan whole files in israd()
2013-06-07 10:30:09 +01:00
John Cupitt
ad258d9ad2
version bump
2013-06-07 09:53:22 +01:00
John Cupitt
17151241f0
better error debug
2013-06-07 09:13:18 +01:00
John Cupitt
697555962a
fix vips_image_write() for non "p" sources
...
oops!
2013-06-06 14:43:52 +01:00
John Cupitt
bd5c4757e8
fix vips_shrink() seq again
...
perhaps properly this time
2013-06-06 12:08:26 +01:00
John Cupitt
ad08389fbf
seq debug notes
2013-06-05 09:29:12 +01:00
John Cupitt
5998c78fcc
oops forgot to unlock
...
unlocks missing
2013-06-04 17:07:39 +01:00
John Cupitt
b405047132
im_system*() -> a class
...
vips_system() is a bit more flexible too
2013-06-04 13:25:38 +01:00
John Cupitt
dfd09a0285
redo im_text() as a class
2013-06-03 14:37:55 +01:00
John Cupitt
27b7332a60
im_msb() -> class
...
and some cleanups
add a --band option
2013-06-03 10:26:09 +01:00
John Cupitt
738fe3aeaf
redo subsample as a class
2013-06-01 21:31:45 +01:00
John Cupitt
0bbc1b20d6
im_zoom() -> class
2013-06-01 10:56:16 +01:00
John Cupitt
236b8b99ad
redo im_wrap() as a class
...
incorporate im_rotquad() as an option too
2013-05-31 18:12:39 +01:00