John Cupitt
499b977043
back out the complex linear stuff
...
needs cooking for a while longer in a branch
2014-03-04 14:32:43 +00:00
John Cupitt
1002d4da52
vips__vector_to_ink() has an imag parameter
2014-02-22 16:26:42 +00:00
John Cupitt
a562f46e69
VipsLinear allows complex constants
2014-02-22 16:08:46 +00:00
John Cupitt
3bceb5286b
better usage message
...
more sensible output for "vips max" or "vips getpoint"
2014-02-20 19:52:36 +00:00
John Cupitt
3277e26e65
add a direct path to flood for labelregions
2014-02-14 10:29:09 +00:00
John Cupitt
025e56c894
im_label_regions() is a class
2014-02-11 14:55:31 +00:00
John Cupitt
f4e970fb72
im_draw_smudge() done
2014-02-11 13:28:13 +00:00
John Cupitt
25fbe71c74
do im_read_point() / im_draw_point()
2014-02-10 21:54:54 +00:00
John Cupitt
4c732ce369
im_draw_point() -> vips8
2014-02-10 13:00:04 +00:00
John Cupitt
6b54181707
rename draw funcs
...
more consistent now
2014-02-10 11:59:05 +00:00
John Cupitt
33551fbf4c
im_draw_rect() is a class
2014-02-10 11:07:00 +00:00
John Cupitt
495a6c7af1
im_draw_image() is a class
2014-02-09 19:38:53 +00:00
John Cupitt
268fe3c38c
add line_user ... helps vips7 compat
...
so we now have a working im_draw_line_user() wrapper for the nip2
paintbox
2014-02-09 11:00:45 +00:00
John Cupitt
da6de1f10e
im_draw_mask() is now a class
2014-02-07 17:15:21 +00:00
John Cupitt
aa93889480
vips_paintmask() compiles
2014-02-07 14:59:18 +00:00
John Cupitt
95a9c52138
start line draw
...
line is working, doing a line_mask subclass
2014-02-06 14:46:45 +00:00
John Cupitt
3c087fc902
replace im_circle()/im_flood() with wrappers
2014-02-06 09:52:45 +00:00
John Cupitt
b2cb285f59
tiny stuff
2014-02-04 16:40:38 +00:00
John Cupitt
ea13b34e2f
flood compiles
2014-02-04 14:55:37 +00:00
John Cupitt
7ef49c2f2d
Merge remote-tracking branch 'origin/master' into draw
2014-02-04 09:22:18 +00:00
John Cupitt
0509249c16
Merge remote-tracking branch 'origin/7.38'
...
Conflicts:
ChangeLog
configure.ac
2014-02-04 09:21:59 +00:00
John Cupitt
de0448b53d
undeprecate VIPS_MASK_*
...
ruby-vips was using them, thanks ahacking
2014-02-04 09:11:43 +00:00
John Cupitt
54f2ea772c
almost compiling
2014-02-04 08:49:17 +00:00
John Cupitt
ad5b6be8f6
hackey hack
2014-02-03 14:51:43 +00:00
John Cupitt
87ab32d422
Merge remote-tracking branch 'origin/master' into draw
2014-02-03 14:33:34 +00:00
John Cupitt
fb489bad53
move vips_image_decode() into the public API
2014-02-03 14:29:57 +00:00
John Cupitt
b72818a2b8
add VIPS_OPERATION_DEPRECATED
...
and fix a tiny problem in vipswrap7
2014-02-03 13:23:58 +00:00
John Cupitt
9cb152596c
bg render thread quits on shutdown
...
fixes a small memleak
2014-01-29 09:07:58 +00:00
John Cupitt
16830d6937
vips_sink_screen() now invalidates for you
...
clients no longer need to call vips_image_invalidate_all()
2014-01-28 13:08:02 +00:00
John Cupitt
4ac08bc2d6
add some auto unpack stuff
...
so RAD etc get unpacked automatically
2014-01-22 13:26:59 +00:00
John Cupitt
407f036a87
start on inplace
2014-01-21 19:35:13 +00:00
John Cupitt
5983833caa
deprecate im_zerox(), not very useful
...
morph now done
2014-01-17 18:03:46 +00:00
John Cupitt
cd7fcf5cfe
redo im_rank() as a class
2014-01-17 14:44:25 +00:00
John Cupitt
cb96ed814e
redo im_cntlines() as a class
2014-01-17 11:18:05 +00:00
John Cupitt
bbd5cbfb44
add vips_thread_shutdown()
...
You now need to call vips_thread_shutdown() from all threads you create
yourself just before they exit. This gives vips a chance to free any
thread-private memory and to write out profiling data. libvips will
complain noisily if you fail to do this. You can harmlessly call
vips_thread_shutdown() more than once if you wish.
libvips will call vips_thread_shutdown for you automatically for the main
thread (the one that calls vips_shutdown()) and for threads it creates
directly itself.
2014-01-15 14:07:13 +00:00
John Cupitt
2a81c611c5
Merge remote-tracking branch 'origin/7.36'
...
Conflicts:
ChangeLog
configure.ac
libvips/deprecated/im_exr2vips.c
libvips/foreign/radiance.c
2014-01-09 14:30:52 +00:00
John Cupitt
c81654ad93
fix some clang warnings
2014-01-09 14:26:58 +00:00
John Cupitt
f5b0722a13
redo im_phasecor_fft() a s aclass
2014-01-07 09:06:02 +00:00
John Cupitt
2c184ac06a
redo im_fractsurf() as a class
2014-01-04 14:38:30 +00:00
John Cupitt
4bc67b8bee
redo im_disp_ps() as a class
2014-01-04 13:00:43 +00:00
John Cupitt
f8b9645bd8
move im_freqflt() to a class
...
and move im_freq_mask() to deprecated
2014-01-03 23:22:07 +00:00
John Cupitt
9f150e3063
rename freq_filt package as freqfilt
2014-01-03 17:19:45 +00:00
John Cupitt
fe92ef64d4
deprecate old im_*fft*() funcs
...
just wrappers over the new classes
2014-01-03 17:07:41 +00:00
John Cupitt
46489ea84c
redo im_invfft() as a class
2014-01-03 17:03:06 +00:00
John Cupitt
451eff58b1
im_fwfft() is a class
2014-01-03 16:23:44 +00:00
John Cupitt
1f51409bf1
remove old vips7 mask stuff
...
just a wrapper now
2014-01-03 14:24:04 +00:00
John Cupitt
bd17e1811b
oops forgot the fractal filter
2014-01-03 12:58:48 +00:00
John Cupitt
2fbaf2d051
finish new mask funcs
...
revised docs too
2014-01-03 12:40:13 +00:00
John Cupitt
54b6ef4e87
rename ffilter as mask
...
ffilter was annoying to type
2014-01-03 09:55:21 +00:00
John Cupitt
dde6e4508a
rewrite (most of) the freq mask builders
...
all classes now, except gauss band filter
2014-01-02 18:29:59 +00:00
John Cupitt
2c5ee332f0
make the buffer recycle list per image
...
so now recycle lists are short, scale with pipeline complexity, and
buffers are always appropriately sized for the image instead of being
slowly sized up to the max size for the pipeline
before:
$ vips sharpen k2.jpg x.jpg --radius 20
memory: high-water mark 38.99 MB
after:
$ vips sharpen k2.jpg x.jpg --radius 20
memory: high-water mark 29.46 MB
2013-12-18 09:54:26 +00:00
John Cupitt
0d79221853
memuse improvements
...
- conv is now SMALLTILE
- more instrumentation
- better buffer recycling
- quicker buf freeing
2013-12-17 15:21:21 +00:00
John Cupitt
bfcd50acf2
works!
...
reusing work, though memuse seems high?
2013-12-13 16:51:01 +00:00
John Cupitt
c0b8b67987
better memuse graph
2013-12-09 15:14:54 +00:00
John Cupitt
466f25cf28
added memory logging to --vips-profile
...
though the analysis program doesn't understand yet
2013-12-09 10:04:24 +00:00
John Cupitt
f387d13106
Merge remote-tracking branch 'origin/7.36'
2013-12-01 12:30:12 +00:00
John Cupitt
d7037618fc
use a define for PATH_MAX
...
add VIPS_PATH_MAX, a long-enough-for-almost-any-path buffer size
we ought to switch to dynamic paths really ... do this when we fix
filename encoding
2013-12-01 12:18:16 +00:00
John Cupitt
eb3ad6d64f
add lots of instrumentation
...
also svg output
2013-11-26 14:57:56 +00:00
John Cupitt
b746ab36d6
works!
2013-11-25 14:45:06 +00:00
John Cupitt
d49eed6d20
Merge remote-tracking branch 'origin/master' into gate
2013-11-25 08:55:41 +00:00
John Cupitt
54dcea8c3d
fix some clang warnings
2013-11-21 17:43:28 +00:00
John Cupitt
d366320cb1
cleanups, vipsprofile.py now works
2013-11-20 21:35:18 +00:00
John Cupitt
693ed09edd
add --vips-profile
...
only added a few gates so far, try a visualiser next
2013-11-18 18:31:49 +00:00
John Cupitt
8b2dc6f53f
Merge remote-tracking branch 'origin/master'
2013-11-16 18:40:24 +00:00
John Cupitt
8992110a85
Merge remote-tracking branch 'origin/7.36'
...
Conflicts:
ChangeLog
configure.ac
2013-11-16 13:18:45 +00:00
John Cupitt
4065ec925c
add im_init_world() entry point
...
C++ programs need this as a function rather than just a macro, see
VImage.h
thanks Phil for finding this
2013-11-16 12:57:05 +00:00
John Cupitt
5e0a9f941f
added vips_gaussblur()
2013-11-15 12:37:26 +00:00
John Cupitt
a01e2e3e13
finish vips_sharpen()
...
does any image type, any number of bands
2013-11-14 12:09:42 +00:00
John Cupitt
ad723ade5a
move --strip into save base class
...
was in jpegsave, now in save
need to add support to png writer, maybe vips as well, tiff could not
attach ICC profiles I guess
2013-11-13 09:00:47 +00:00
John Cupitt
0257dda270
first hack at supporting XYZ PCS
...
still need to fix new encode / decode
2013-11-12 14:58:59 +00:00
John Cupitt
b3484e1c8e
rename vips_gammacorrect() as vips_gamma()
...
and swap exp to 1 / exp
also works for any format
2013-11-11 14:57:55 +00:00
John Cupitt
b1f01af01b
add vips_crop()
...
a synonym for vips_extract_area()
2013-11-11 14:31:41 +00:00
John Cupitt
6351bad027
Merge remote-tracking branch 'origin/7.36'
2013-11-09 16:03:24 +00:00
John Cupitt
f8f61fedf3
operation flags were not disjoint
...
meaning CACHE / NOCACHE was not working correctly
2013-11-09 11:54:33 +00:00
John Cupitt
7463edb783
remove _() from vips_init
...
since it will be compiled by clients and they may not be using i18n
2013-11-08 21:12:24 +00:00
John Cupitt
f0d4760560
redo correlation funcs as classes
...
im_fastcor()
im_spcor()
im_gradcor()
though gradcor we just deprecate, it's complex and hardly used ...
rework later is anyone complains
2013-11-08 14:09:42 +00:00
John Cupitt
b0f262091f
oop fix compile
2013-11-04 14:34:36 +00:00
John Cupitt
ad94488734
deprecate im_contrast_surface()
...
slower than calling conv a few times
2013-11-03 12:24:46 +00:00
John Cupitt
4b0bcd311b
deprecate im_addgnoise()
...
it's just noise + add now.
2013-10-25 14:52:58 +01:00
John Cupitt
68c5f1909a
redo im_convsep() as a class
...
and im_convsep_f()
2013-10-25 14:37:43 +01:00
John Cupitt
edbbc5fe2b
add im_imask2vips()
2013-10-25 13:56:13 +01:00
John Cupitt
2e3d7db0e6
switch to new im_compass()
...
plus im_linedet() and im_gradient()
2013-10-25 13:46:17 +01:00
John Cupitt
33f978f0ca
add vips_matrixprint()
2013-10-25 12:02:02 +01:00
John Cupitt
e74a0b71d9
almost done compass
2013-10-24 14:46:08 +01:00
John Cupitt
2720026a61
redo im_rank_image() as a class
2013-10-23 14:54:22 +01:00
John Cupitt
5475cabbf2
redo im_dilate()/erode() as classes
...
just a thin wrapper over the vips7 operations for now
2013-10-23 13:15:31 +01:00
John Cupitt
12cf71a6a9
combin copy_fields and demand_hint
...
We had two API calls, vips_image_copy_fields() and vips_demand_hint().
They are now combined in the single vips_image_pipeline() call.
All operations are now slightly smaller and simpler.
2013-10-22 09:29:40 +01:00
John Cupitt
f7f061d265
vips_init() does ABI checking
...
just checks sizeof(VipsObject) for now
2013-10-20 16:46:55 +01:00
John Cupitt
7ef4573f18
redo im_log_*mask() as classes
2013-10-20 16:10:22 +01:00
John Cupitt
aa107b1bf7
remove old 45 degree mask rotate code
...
just a wrapper now
2013-10-20 12:30:54 +01:00
John Cupitt
4e06d0a2b4
redo im_gauss*mask*() as classes
2013-10-20 12:17:29 +01:00
John Cupitt
67dff74b2c
rot45 works
2013-10-19 18:26:46 +01:00
John Cupitt
ae37c8eb6f
start rot45
2013-10-15 21:21:35 +01:00
John Cupitt
439522a254
add vips_similarity()
...
simple wrapper over vips_affine() that lets you give the matrix as scale
+ angle.
2013-10-03 11:56:35 +01:00
John Cupitt
57b6622690
track local mem allocs for debugging
2013-10-02 21:20:41 +01:00
John Cupitt
75b47962ef
remove some orphaned code
2013-10-02 21:11:29 +01:00
John Cupitt
45ccf7f5cb
small oopes
2013-10-02 13:38:28 +01:00
John Cupitt
0fcff235b3
deprecate im_tone_map() and im_tone_analyze()
...
too trivial and specialised to be worth redoing
2013-10-02 10:36:00 +01:00
John Cupitt
d329fb165d
im_ismonotonic() becomes a class
2013-10-02 10:16:46 +01:00
John Cupitt
feb72b2a5a
vips_conv() should work
2013-10-02 05:21:11 +01:00
John Cupitt
45a9e417f4
start vips_conv()
2013-10-01 14:26:13 +01:00
John Cupitt
440b800e0e
add a new unbuffered seq mode
...
things like
vips copy huge.png x.v
now run with only a small line cache
2013-09-29 11:04:11 +01:00
John Cupitt
e5ba019942
start adding unbuffered sequential mode
2013-09-27 14:47:04 +01:00
John Cupitt
326365ab6c
redo im_mpercent*() as a class
2013-09-21 16:19:51 +01:00
John Cupitt
b11de1ce22
redo im_profile() as a class
...
also fix an oops in the new project.c code
2013-09-21 15:21:15 +01:00
John Cupitt
481a4445fb
add vips_image_new_matrixv()
2013-09-20 22:06:59 +01:00
John Cupitt
d029461bc0
redo im_tone_build*() as classes
...
start vips_hist_percent() as well
2013-09-20 14:33:34 +01:00
John Cupitt
5ffe42cec6
Merge branch 'webp'
...
Conflicts:
ChangeLog
TODO
2013-09-17 10:32:44 +01:00
John Cupitt
2088e3d111
im_project() becomes a class
2013-09-16 12:19:48 +01:00
John Cupitt
f68a09949a
move hist dispatch to deprecated
2013-09-10 20:36:24 +01:00
John Cupitt
96b3bf1fcb
im_stdif() -> a class
...
also many bands support
2013-09-10 20:19:11 +01:00
John Cupitt
d78b417c3a
im_lhisteq() -> a class
2013-09-05 13:50:47 +01:00
John Cupitt
7a5e04ba00
redo im_invertlut() as a class
2013-09-05 09:11:23 +01:00
John Cupitt
56df56c737
remove rump of im_histspec()
2013-09-04 12:07:32 +01:00
John Cupitt
f35e27135a
im_histspec() becomes a class
2013-09-04 09:19:34 +01:00
John Cupitt
29d5d1afb0
fix a const
2013-08-30 12:29:40 +01:00
John Cupitt
1c54970deb
deprecate im_hsp()
2013-08-19 16:40:30 +01:00
John Cupitt
81ee98fca7
im_histplot() -> vips_hist_plot()
2013-08-19 16:07:35 +01:00
John Cupitt
13cf12f0df
more im_histindexed() to a class
2013-08-19 15:14:15 +01:00
John Cupitt
e2215bd04c
redo im_histnD() as a class
2013-08-17 16:59:28 +01:00
John Cupitt
30364aada3
redo im_heq() as a class
2013-08-13 16:03:20 +01:00
John Cupitt
15dcb27916
redo im_histnorm() as a class
...
also deprecate im_histeq() (it's just cum + norm)
2013-08-13 15:33:29 +01:00
John Cupitt
4e9ed44432
im_histcum() as a class
2013-08-13 14:22:25 +01:00
John Cupitt
ae6d917811
redo im_histgr() as a class
2013-08-12 11:47:53 +01:00
John Cupitt
6855770362
rename vips_diag() as vips_info()
...
plus a command-line flag to turn it on
2013-08-07 09:22:24 +01:00
John Cupitt
e9afbe59e2
added webpsave boilerplate
2013-08-06 16:18:30 +01:00
John Cupitt
878c196341
Merge remote-tracking branch 'origin/master' into webp
2013-08-06 13:20:31 +01:00
John Cupitt
5f340ea554
Merge remote-tracking branch 'origin/7.34'
...
Conflicts:
libvips/iofuncs/type.c
2013-08-06 13:20:13 +01:00
John Cupitt
ba60202285
better type leak checks
2013-08-06 12:02:11 +01:00
John Cupitt
1af06d5ac9
boilerplate for webp read
2013-08-06 10:01:50 +01:00
John Cupitt
8e85c3d0df
deprecate im_hist()
...
a useless combination of find and plot
2013-08-02 10:02:34 +01:00
John Cupitt
9b6f96ed41
redo falsecolour, gammacorrect as classes
2013-08-02 09:41:11 +01:00
John Cupitt
226095c39d
move im_maplut() to a class
2013-07-31 22:00:36 +01:00
John Cupitt
67a5aa7442
make VipsArea leakcheck a run-time option
...
was compile-time
2013-07-16 11:37:01 +01:00
John Cupitt
6167d4d97c
Fix three minor memleaks
2013-07-15 22:01:00 +01:00
John Cupitt
440b3a3362
fix up -DVIPS_DEBUG build
2013-07-15 10:49:49 +01:00
John Cupitt
101c60cf42
add a "const" to get_string
2013-07-13 13:02:06 +01:00
John Cupitt
1ba188dc83
better file format sniffing
...
and vips_error_freeze/thaw() to stop errors from sniffing
being logged
plus better matrix sniffing
2013-07-04 09:43:57 +01:00
John Cupitt
0180a61be4
move im_identity*() to a class
2013-07-03 21:39:28 +01:00
John Cupitt
9cc8204ce1
vips_buildlut() works, removing old im_buildlut()
2013-07-03 14:01:46 +01:00
John Cupitt
7ee47c2073
vips_buildlut() builds
...
also fix ref doc build
2013-07-03 12:52:39 +01:00
John Cupitt
7312fd4ed4
more array->matrix renaming
2013-07-03 09:22:04 +01:00
John Cupitt
7490da07a6
rename image array as matrix
...
we had vips_image_new_array(), this was confusing with VIPS_TYPE_ARRAY,
something completely different ... rename image array as matrix
2013-07-02 22:09:50 +01:00
John Cupitt
9278498623
add vips_matrixload(), vips_matrixsave()
...
read and write vips mat format to and from VipsImage
also fix a leak with vips_check_matrix()
2013-07-02 12:08:46 +01:00
John Cupitt
005984226e
add png load from buffer
...
though untested as yet
2013-06-16 22:51:28 +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
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
55bfa92725
add a vips7 interface to the deepzoom writer
2013-06-11 12:32:46 +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
John Cupitt
caed1199ed
im_scaleps() is a class
...
actually an option to vips_scale(), with a param for the exponent as
well
2013-05-30 16:55:32 +01:00
John Cupitt
4311d452f1
redo im_scale() as a class
2013-05-30 16:29:58 +01:00
John Cupitt
e0951c223b
redo im_grid() as a class
2013-05-30 15:52:36 +01:00
John Cupitt
42b4dd947d
im_copy_file() -> vips_copy_file()
...
also rename vips_image_new_disc_tmpe() as vips_image_new_temp_file()
2013-05-29 17:08:18 +01:00
John Cupitt
62b52ed624
gaussnoise redone as a class
2013-05-29 12:21:30 +01:00
John Cupitt
69136b1d8c
auto rshift to 8 bits for 8-bit save
2013-05-28 10:32:37 +01:00
Benjamin Gilbert
8cc76a6ba3
Update address for Free Software Foundation
...
Also update LGPLv2.1 license text from the copy currently on the GNU
website.
2013-03-07 00:40:19 -05:00
John Cupitt
2d085f753b
record the image loader
...
and display in header too
2013-02-27 12:51:26 +00:00
John Cupitt
25a7b760d0
neater "header" output
2013-02-26 13:32:40 +00:00
John Cupitt
caa51245c7
improve the cond wait wrapper
...
by removing it, we don't want to restart the timer on every loop
2013-01-15 17:23:58 +00:00
John Cupitt
7fb57a4ea7
Merge remote-tracking branch 'origin/master' into corner
...
Conflicts:
ChangeLog
2012-12-19 11:18:30 +00:00
John Cupitt
8b67d53e56
make VipsArea threadsafe
...
google maps output needs threaded create / destroy of VipsArea (used to
hold the background colour). We need a lock on VipsArea::count.
Fixes https://github.com/jcupitt/libvips/issues/46
Thanks fuho
2012-12-19 09:58:35 +00:00
John Cupitt
dbdf9c8d83
deprecate vips7 resample dispatch
2012-12-18 13:43:46 +00:00
John Cupitt
1fc10d56a8
half-way through expanding transform
...
started putting in input displacement
2012-12-17 09:59:04 +00:00
John Cupitt
4c82d45463
redo im_affine as a class
2012-12-14 12:33:47 +00:00
John Cupitt
89ff89ebf8
remove sRGB2XYZ and back
...
now go via scRGB
2012-12-12 12:43:26 +00:00
John Cupitt
c341f0d134
add scRGB functions
2012-12-11 15:25:28 +00:00
John Cupitt
3dc10831c1
added vips_bandbool()
2012-12-07 11:17:09 +00:00
John Cupitt
6602b0680a
compat wrapper for cross_phase
2012-12-06 21:36:41 +00:00
John Cupitt
1de6c6bcc6
add binary complex ops
...
cross_phase is the only one atm
2012-12-06 14:52:51 +00:00
John Cupitt
a83da34355
more deprecations
...
im_point*() and im_linreg() this time
2012-12-06 14:10:43 +00:00
John Cupitt
5b271d16ed
deprecate im_maxpos_avg()
...
and add wrappers for im_maxpos_vec() / im_minpos_vec()
2012-12-05 21:44:41 +00:00
John Cupitt
1e332d2f29
vips_max() returns arrays for position and value
...
int array type too for x/y position arrays
2012-12-05 13:11:29 +00:00
John Cupitt
4b9ca4cfce
add compat stubs
2012-12-05 09:09:52 +00:00
John Cupitt
c3ef2be4ab
preserve jpeg ipct data
...
now copies over ipct data from app13, thanks Gary
2012-11-21 21:33:50 +00:00
John Cupitt
8f364a8b51
rename some _get funcs
...
all the _get_ funcs that returned a bool have become _isthing()
functions, eg.
vips_object_argument_get_assigned() ->
vips_object_argument_isset()
2012-11-09 13:08:59 +00:00
John Cupitt
d5a1d65183
mostly working
...
still some strange things with order3, not initing ddx correctly?
2012-11-08 22:01:39 +00:00
John Cupitt
8df32c84c1
more work on vips_quadratic
2012-11-08 13:34:37 +00:00
John Cupitt
e951668e45
started adding im_transform()
2012-11-07 14:54:50 +00:00
John Cupitt
cb4965536d
added 16-bit sRGB/XYZ conversion
...
need to get it working on images though
2012-11-06 09:35:34 +00:00
John Cupitt
e0b3b4157f
get ready for a 16-bit path in srgb/xyz
2012-11-05 22:11:15 +00:00
John Cupitt
3216fddc92
easier array arg creation
...
added stdarg array double creator, used the _new as well, small other
fixes
2012-11-02 21:45:13 +00:00
John Cupitt
bf11e2ff55
added vips_colourspace_issupported()
2012-11-02 13:13:13 +00:00
John Cupitt
09789ebdfd
add @depth option to dzsave
...
so you can ask for a 1 layer pyramid
2012-11-01 18:11:46 +00:00
John Cupitt
4c5dd969bc
rename colour_convert as colourspace
...
also rework im_icc_ac2rc
2012-11-01 14:59:20 +00:00
John Cupitt
8e72d25c9a
better colourspace sniffing
2012-11-01 13:16:54 +00:00
John Cupitt
f5790be152
rename UCS as CMC
2012-11-01 10:21:55 +00:00
John Cupitt
a2d4c15049
move dE00 to a class
2012-10-31 11:22:28 +00:00
John Cupitt
de3298d69e
redo dEUCS as a class
2012-10-31 11:04:10 +00:00
John Cupitt
db0c05434f
dE_from_lab() as a class
2012-10-25 23:07:09 +01:00