John Cupitt
3e72edf1b5
rewrite im_black() as a class
2011-10-31 14:49:39 +00:00
John Cupitt
735749a4a2
add VipsLinear
...
remove im_lintra*(), redone as a class
2011-10-31 14:25:27 +00:00
John Cupitt
441ae2305e
sync
2011-10-28 17:36:20 +01:00
John Cupitt
2da5560992
bandjoin done and dusted
2011-10-28 14:12:39 +01:00
John Cupitt
c1f1957e88
break out libvip gtypes
...
all libvips gtype definitions broken out and renamed for consistency
2011-10-28 10:28:31 +01:00
John Cupitt
c027528b82
im_clip2fmt() redone as a class
...
plus some rationalisation of member names
2011-10-27 12:10:24 +01:00
John Cupitt
014763a845
rewrite im_replicate() as a class
2011-10-26 16:51:27 +01:00
John Cupitt
2bfe021088
oops, forgot one
2011-10-26 15:11:19 +01:00
John Cupitt
7e6f885ea1
redo im_extract*() as a class
2011-10-26 15:09:01 +01:00
John Cupitt
b969ce2aa5
im_*join() redone as a class
2011-10-26 13:26:20 +01:00
John Cupitt
0c74ac2ebf
insert works fully
...
switched im_insert over, though nip2 make check still fails
2011-10-24 16:21:42 +01:00
John Cupitt
5f0bf05f2c
TODO notes
...
and fix a typo
2011-10-19 12:06:02 +01:00
John Cupitt
7fdeb1789b
vips7wrap works for non-image output
...
"vips max x.jpg" now works
2011-10-19 10:53:18 +01:00
John Cupitt
c600338366
fix gcc4.6 warnings
2011-10-18 17:11:04 +01:00
John Cupitt
932bc3585a
work on wrapvips7
2011-10-17 14:48:20 +01:00
John Cupitt
ac377c143b
im_dlip*() redone as a class
...
VipsFlip replaces im_fliphor() and im_flipver().
2011-10-17 07:15:51 +01:00
John Cupitt
62baa5dfbc
remove old im_embed()
...
switched to the new class-based one
2011-10-16 18:02:23 +01:00
John Cupitt
8dfb3056ac
added VipsEmbed
...
added VipsEmbed class, new macros for arg boilerplate, new priority
thing for arg ordering
2011-10-16 14:48:47 +01:00
John Cupitt
7999edbc73
switch to new vips_copy()
2011-10-15 06:49:59 +01:00
John Cupitt
de77449b6e
oops dropped one
2011-10-11 17:49:02 +01:00
John Cupitt
66126c1076
hackery to move to vips_copy()
...
half-way through moving over to the new vips_copy()
2011-10-11 17:47:06 +01:00
John Cupitt
952199e92a
add VipsCopy
...
add a basic VipsCopy operation, also demand_hint is now void
2011-09-29 13:34:14 +01:00
John Cupitt
ae8faf6597
remove dmalloc support
...
we never used it and valgrind etc. is better anyway
2011-09-23 17:12:47 +01:00
John Cupitt
2959dbff39
oops memory problems
...
removed unnecessary and broken im_malloc() compat functions, fixed a
memleak
2011-09-23 12:27:37 +01:00
John Cupitt
9c84b0dfd9
add vips_tracked_malloc()
...
new malloc()/free() pair do tracked allocations ... use g_new()/g_free()
everywhere else
2011-09-21 14:50:32 +01:00
John Cupitt
e7cd1147ce
cache in and working, at a basic level
...
reverted the switch thing as well, annoying
2011-09-09 17:01:29 +01:00
John Cupitt
bb8f3abf4a
replace ifs with a switch
...
oops, obvious improvement
2011-09-07 13:20:24 +01:00
John Cupitt
5b7de5e594
added VipsMin
...
though there's a problem with the cli interface, see TODO
2011-08-30 16:33:25 +01:00
John Cupitt
2909cb93a4
add a 'stop' param to generate
...
generate now has a 'stop' param, set this to indicate early successful
termination
this will be used by VipsMin and friends to stop scanning early for
conditions like seen a 0 in a uchar image while searching for min
2011-08-29 14:29:33 +01:00
John Cupitt
7a392d4789
im_avg() is a class
2011-08-26 10:15:39 +01:00
John Cupitt
ae016dd408
turn im_subtract() into a class
2011-08-23 20:56:35 +01:00
John Cupitt
a848adc7b3
add im_concurrency_get() to operation db
...
to help benchmarkn.sh loop appropriately automatically
2011-08-03 11:17:57 +01:00
John Cupitt
122c697349
vips7compat missed old enum names
...
oops, ==0 missing from a strcmp()
2011-07-28 16:52:29 +01:00
John Cupitt
9627f889b0
reenable wrap7 for nicked vips7 ops
...
so now "vips im_subtract" gets you the old interface, "vips subtract"
the new one
2011-07-22 16:12:47 +01:00
John Cupitt
cfb076f726
make enum names work again
...
allow old names in enums, so edivips --format allows IM_BANDFMT_UCHAR,
VIPS_FORMAT_UCHAR and uchar
2011-07-22 15:56:31 +01:00
John Cupitt
0a4e314194
start fixing char->int enums use
...
oops was doing chart->int incorrectly for glib enums
2011-07-22 13:51:20 +01:00
John Cupitt
058bcdfac4
disable wrap7 for now
...
we don't want to use wrap7 yet, we need to make sure the vips7 interface
keeps working
2011-07-18 17:13:27 +01:00
John Cupitt
ed5cb531bd
wrap7 works, for images at least
...
still need to add masks, doubles, strings, etc.
2011-07-18 17:10:41 +01:00
John Cupitt
fde23c93ef
vipsobject cleanups
...
vipsobject always goes via set_prop so it can work with subclasses
which override these funcs (eg. wrap7)
2011-07-17 14:36:57 +01:00
John Cupitt
e11fbbb23f
move vips.c usage and nickname
...
wrap7 now has the old vips.c nickname maker and usage code
2011-07-16 13:33:20 +01:00
John Cupitt
10b7b2eec0
wrap7 works more
...
"vips im_subtract" now produces a usage message via vips8
2011-07-16 12:44:35 +01:00
John Cupitt
580536e412
indent class lists
...
"vips list classes" now indents the class lists by structure
2011-07-16 11:26:24 +01:00
John Cupitt
03226f6f67
vips7 wrap runs
...
"vips list clases" now works, not tested actually supplying any args
2011-07-15 21:28:33 +01:00
John Cupitt
a9dc321afd
add wrap7
...
add a thing to wrap vips7 functions as vips8 classes
in and in use, but not yet working
2011-07-15 14:37:20 +01:00
John Cupitt
5b97d5210a
more vips7 wrapper hackery
...
small changes to vipsobject etc. as well ... warn on read of unset
props, for example, and dont pointlessly set the set/set ops in
subclasses
2011-07-13 14:51:02 +01:00
John Cupitt
516b76da7b
started a wrapper for vips7 functions
...
have a go at automatically wrapping up a vips7 im_function as a vips8 class
2011-07-12 17:21:45 +01:00
John Cupitt
b04daa4849
added deprecated wrapper for im_remainderconst_vec
...
forgot to add a dispatch wrapper for im_remainderconst_vec when we reanmed to
im_remainder_vec
2011-06-27 15:47:01 +01:00
John Cupitt
b9d32462ba
add gobject introspection support
2011-06-20 18:00:01 +01:00
John Cupitt
35a7515e3f
small bugfixes
...
various bugfixes ... nip2 runs reliably again now
2011-06-02 15:34:57 +01:00
John Cupitt
971615d6ae
back to fixed refs, add a pool system instead
...
floating refs were very confusing and annoying, instead use simple fixed
refs and add a pool system to track refs for you
also fixed a couple of dumb errors in close callbacks
2011-06-02 12:23:56 +01:00
John Cupitt
1a75cf5be2
object new from string() is now a vfunc
...
and the inverse too ... interpolate and format need fixing still
2011-05-25 12:24:01 +01:00
John Cupitt
0b902bfbd4
make CLI arg handling into vfuncs
...
add vfuncs to vipsobject for the CLI interface
2011-05-24 14:44:23 +01:00
John Cupitt
26c0ce8fde
fixed vips7 CLI
...
"vips im_add a b c" works again
2011-05-24 13:50:17 +01:00
John Cupitt
77caf201f1
vipsobject has floating refs
...
derive from GInitiallyUnused to get floating refs
2011-05-19 14:35:51 +01:00
John Cupitt
79a7a37d71
create output images in _build()
...
new idea: output image get made in _build(), we copy them out after
calling the operation's build, see TODO
vips_image_new() param removed, it just always makes "p" images now
2011-05-18 11:03:31 +01:00
John Cupitt
0c1034de44
vips7 has sizealike as well
2011-05-16 17:34:00 +01:00
John Cupitt
8d367998c6
VipsAdd works
...
done VipsAdd class and made an im_add() stub for compat
2011-04-04 15:46:57 +01:00
John Cupitt
370641d25b
stuff
...
oops argh
2011-04-01 15:11:59 +01:00
John Cupitt
c7b74f620f
yet more cleanups
...
just util.c left now, woo
2011-03-28 14:57:43 +01:00
John Cupitt
6bca2616bc
move vips7compat to deprecated
...
makes sense, really
2011-03-28 10:44:07 +01:00
John Cupitt
56840af97d
fix im_cache
...
im_cache updated
2011-03-25 12:52:48 +00:00
John Cupitt
bb813a21b5
libvips builds
...
clean build, phew, try tools next
2011-03-04 16:14:13 +00:00
John Cupitt
cbc366cd7d
more image to object hackery
...
More movement of VipsImage to a subclass of VipsObject. im_close.c still
to do. Added wrappings for the enums.
2011-02-14 18:23:01 +00:00
John Cupitt
af95502d82
final operators gtk-doc'd
...
All done! Good Lord. Just some parts of iofuncs/ still to do.
2011-02-02 17:17:05 +00:00
John Cupitt
df91b4e4a0
more gtk-doc hacking
...
gtk-doc more of "other", move various useless functions into deprecated
2011-02-01 14:41:46 +00:00
John Cupitt
390fd643a3
move im_dif_std() to almostdeprecated
...
im_dif_std() is another ancient function which I don't want to update.
You can now make this function with a simple combination of other vips
operations.
This patch includes gtk-doc for im_benchamrk.c
2011-02-01 13:27:50 +00:00
John Cupitt
117a5fedcf
deprecate cooc and glds
...
Moved cooc and glds functions to almostdeprecated. No one uses them, no
one understanbds them, I don't want to fix them up.
2011-02-01 12:14:30 +00:00
John Cupitt
4915fb0a83
flood -> draw_flood
2010-10-01 10:47:48 +00:00
John Cupitt
6bcf09c1d4
smudge / smear stuff
2010-09-30 13:36:21 +00:00
John Cupitt
64f7f58411
stuff
2010-09-30 08:14:39 +00:00
John Cupitt
94763652ad
added im_draw_point() / im_read_point()
2010-09-29 13:45:09 +00:00
John Cupitt
6b1c5b8e56
im_draw_mask() added
2010-09-28 16:06:58 +00:00
John Cupitt
aad2eb8703
line drawing
2010-09-27 17:14:22 +00:00
John Cupitt
9330273f51
stuff
2010-09-26 15:33:58 +00:00
John Cupitt
3cae292f4f
stuff
2010-09-22 22:02:44 +00:00
John Cupitt
39a6a2c0b3
added im_draw_rect(), deprecated im_paintrect()
2010-09-22 14:51:36 +00:00
John Cupitt
de026e0750
deprecate _copy() inplace ops
2010-09-22 12:51:52 +00:00
John Cupitt
f5faed779c
stuff
2010-08-21 11:34:34 +00:00
John Cupitt
fdbdba432b
strip out threadgroup
2010-04-16 21:21:15 +00:00
John Cupitt
31a8830f46
stuff
2010-02-11 12:23:15 +00:00
John Cupitt
14516e72d3
conversion gtkdocs
2010-01-28 16:05:57 +00:00
John Cupitt
0be02902cb
gtkdoc hacking
2010-01-27 16:35:36 +00:00
John Cupitt
79c050c814
added vips_bandfmt_*()
2010-01-26 21:28:33 +00:00
John Cupitt
00a00be432
stuff
2010-01-13 12:30:50 +00:00
John Cupitt
66cd7511f4
goffice 0.7.15 fix
2009-11-15 14:01:37 +00:00
John Cupitt
73fba1c2ea
rename convf to conv_f to help overloading
2009-11-13 12:01:36 +00:00
John Cupitt
c2a4908d43
stuff
2009-11-07 21:33:07 +00:00
John Cupitt
04f01d3e60
deprecate _raw versions
2009-11-05 14:57:30 +00:00
John Cupitt
a19c6cd175
stuff
2009-11-05 13:41:21 +00:00
John Cupitt
be6306172c
stuff
2009-11-05 13:35:21 +00:00
John Cupitt
8200afcbb6
stuff
2009-11-04 17:20:23 +00:00
John Cupitt
64eaeeb6c3
stuff
2009-11-04 15:04:12 +00:00
John Cupitt
cf18ba40ab
stuff
2009-11-04 14:06:47 +00:00
John Cupitt
ba0d928885
stuff
2009-11-04 12:49:10 +00:00
John Cupitt
ea4562a24a
stuff
2009-11-02 22:01:09 +00:00
John Cupitt
83fc4b907b
finished colour
2009-11-02 17:54:42 +00:00
John Cupitt
f9adf20874
gtkdoc comments for check
2009-10-12 15:27:18 +00:00
John Cupitt
3fdee44694
stuff
2009-10-03 14:15:24 +00:00
John Cupitt
af9ea39b6e
stuff
2009-10-02 08:24:02 +00:00
John Cupitt
af1cb6e7ad
stuff
2009-09-21 16:39:41 +00:00
John Cupitt
70ae9f7751
move affine/similarity to deprecated
2009-09-21 16:19:23 +00:00
John Cupitt
b628642f4a
fix im_errormsg() calls
2009-09-21 15:50:29 +00:00
John Cupitt
5875278850
tweaks
2009-09-10 12:29:29 +00:00
John Cupitt
4fce90fabb
stuff
2009-09-10 10:44:10 +00:00
John Cupitt
e443f53b97
added deprecated package
2009-09-02 20:15:15 +00:00