John Cupitt
7ca9121c32
gtk-doc fixes
2014-09-06 08:01:13 +01:00
John Cupitt
6f8b5c6745
bring the rest of the API into python
2014-09-05 23:18:16 +01:00
John Cupitt
7608524f61
fix up gtk-doc comments
...
fewer warnings now, phew
2014-09-03 14:32:55 +01:00
John Cupitt
fe7bd9bdcc
add vips_resize()
...
a wrapper over affine that just scales ... much faster from the
command-line, since it can set SEQ mode
2014-08-13 13:57:52 +01:00
John Cupitt
0bb8a218bb
exit() in fewer cases
...
we now only exit() when we know the stack has been trashed, just warn in
other cases
2014-07-29 15:23:27 +01:00
John Cupitt
cdecee2705
more vips7 compat fixes
...
thanks steve
2014-07-16 09:40:26 +01:00
John Cupitt
235eb87aa5
sort out sense of fourier filter masks
2014-07-15 09:05:00 +01:00
John Cupitt
df225a97ff
small fixes
2014-03-17 13:56:55 +00:00
John Cupitt
ffed43dffe
add basic auto-rotate support to vipsthumbnail
2014-03-06 19:39:18 +00:00
John Cupitt
62307d18ef
fix to vips_grey() --uchar
2014-03-06 13:56:12 +00:00
John Cupitt
e489d2e099
add --uchar option to vips_linear()
2014-01-14 19:31:19 +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
2c184ac06a
redo im_fractsurf() as a class
2014-01-04 14:38:30 +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
e8c4188936
be more forgiving about x values
...
buildlut() would fail if rounding moved some of your x values away from
ints
2013-12-10 14:56:14 +00: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
7ef4573f18
redo im_log_*mask() as classes
2013-10-20 16:10:22 +01:00
John Cupitt
4e06d0a2b4
redo im_gauss*mask*() as classes
2013-10-20 12:17:29 +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
d029461bc0
redo im_tone_build*() as classes
...
start vips_hist_percent() as well
2013-09-20 14:33:34 +01:00
John Cupitt
4e8f25bd4e
invertlut fix
2013-09-17 21:54:28 +01:00
John Cupitt
7a5e04ba00
redo im_invertlut() as a class
2013-09-05 09:11:23 +01:00
John Cupitt
222a7abdbf
start on vips_invertlut()
2013-09-04 14:58:07 +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
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
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
dad036afbf
make a baseclass for the new create thing
2013-06-14 10:34:00 +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