-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The column used to write the filename may not have a file extension. A user might prefer to have images saved with extensions present in the filenames.
Another optional Boolean flag could be used to give the user the chance to specify something like:
-e, --infer-extension Infer the appropriate file extension if one is not present in the --img-name-col (default: False)
If this is switched on, some options mentioned in the discussion for #1 for doing this could be:
First, double check that there isn't a valid image extension in the --img-name-col to avoid writing a file with something like image.png.png (if there's an extension present and the user says -e, I can't imagine why they would have done so intentionally).
To detect an extension:
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request