This commit is contained in:
John Cupitt 2009-11-11 12:21:36 +00:00
parent 8a081f08da
commit 6879f66734
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
- removed vips-7.x.spec.in, shouldn't really have this in SVN
- bumped version to 7.20
- fixes to get "make dist" working again
- oop, im_clip2fmt() was missing PTOP flag, should get a small speedup
3/4/09 started 7.19.0
- version bump

View File

@ -503,7 +503,7 @@ clip2fmt_vec( im_object *argv )
static im_function clip2fmt_desc = {
"im_clip2fmt", /* Name */
"convert image format to ofmt", /* Description */
IM_FN_PIO, /* Flags */
IM_FN_PIO | IM_FN_PTOP, /* Flags */
clip2fmt_vec, /* Dispatch function */
IM_NUMBER( clip2fmt_args ), /* Size of arg list */
clip2fmt_args /* Arg list */