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
0200e229c7
fix wrapmany compat
2013-11-11 14:08:51 +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
8f69e4ece2
compat
2013-10-28 21:16:31 +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
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
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
6c0eced22c
build fixes for OS X
...
stupid libjpeg and their stupid bool type argh
2013-10-04 11:54:01 +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
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
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
d029461bc0
redo im_tone_build*() as classes
...
start vips_hist_percent() as well
2013-09-20 14:33:34 +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
1c54970deb
deprecate im_hsp()
2013-08-19 16:40:30 +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
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
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
0b23128ff6
fix two trivial compiler warnings
2013-06-29 13:08:14 +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
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
bfa8c85837
im_grey*() as a class
2013-06-13 14:35:26 +01:00