Get image extensions when not present in --img-name-col
column
#3
Labels
enhancement
New feature or request
--img-name-col
column
#3
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:
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 likeimage.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:
or
The text was updated successfully, but these errors were encountered: