ee2b1f71ce
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 |
||
---|---|---|
.. | ||
batch_crop.in | ||
batch_image_convert.in | ||
batch_rubber_sheet.in | ||
edvips.c | ||
find_mosaic.c | ||
header.c | ||
light_correct.in | ||
Makefile.am | ||
mergeup.c | ||
shrink_width.in | ||
vips-7.30 | ||
vips.c | ||
vipsthumbnail.c |