Description
ExtractImages utility ignores the -prefix option, doesn't output expected filenames.
String name = getUniqueFileName( key, image.getSuffix() );
should be
String name = getUniqueFileName( prefix, image.getSuffix() );
ExtractImages utility ignores the -prefix option, doesn't output expected filenames.
String name = getUniqueFileName( key, image.getSuffix() );
should be
String name = getUniqueFileName( prefix, image.getSuffix() );