libvips/tools
John Cupitt ee2b1f71ce better option parsing for "vips"
The vips driver program was parsing options in a single pass. This
failed if an option came in two parts, for example:

	vips --plugin x.plg list

the argument to --plug would be picked up as the action for "vips",
since actions were selected before option parsing

Now we parse in two passes: the first pass picks up options for vips
itself and for the libvips library, then we select the action, then we
parse again, including any options created by the action
2012-12-31 14:10:54 +00:00
..
batch_crop.in reorganise tools/ dir 2011-04-06 12:06:32 +01:00
batch_image_convert.in reorganise tools/ dir 2011-04-06 12:06:32 +01:00
batch_rubber_sheet.in reorganise tools/ dir 2011-04-06 12:06:32 +01:00
edvips.c more robust char->enum 2012-01-27 17:36:25 +00:00
find_mosaic.c add vips_shutdown() 2011-09-24 10:17:32 +01:00
header.c more robust enum printing 2012-01-27 17:14:59 +00:00
light_correct.in reorganise tools/ dir 2011-04-06 12:06:32 +01:00
Makefile.am version bump for new stable 2012-07-20 10:32:20 +01:00
mergeup.c add vips_shutdown() 2011-09-24 10:17:32 +01:00
shrink_width.in reorganise tools/ dir 2011-04-06 12:06:32 +01:00
vips-7.30 version bump for new stable 2012-07-20 10:32:20 +01:00
vips.c better option parsing for "vips" 2012-12-31 14:10:54 +00:00
vipsthumbnail.c argh still deadlocks on example.rb 2012-09-04 14:56:22 +01:00