console app, spaces in filename
Posted: Tue Jun 18, 2024 4:19 pm
Sorry to post so many questions, but it is normal, I think, when starting with new software.
I use the string below after starting up imagemagick convert in the parameter section:
{current_image} -quality 75 -resize 1800x1200^ {local_workfolder}\overlays\template.png -compose over -composite {local_workfolder}\merged\{filename}
It works perfectly, except when there are spaces in the filenames.
Like 123564.jpg is no problem but using names like this: 3-2024-05-21 13.11.55.jpg gives a problem.
What are your thoughts about this?
Christian
I use the string below after starting up imagemagick convert in the parameter section:
{current_image} -quality 75 -resize 1800x1200^ {local_workfolder}\overlays\template.png -compose over -composite {local_workfolder}\merged\{filename}
It works perfectly, except when there are spaces in the filenames.
Like 123564.jpg is no problem but using names like this: 3-2024-05-21 13.11.55.jpg gives a problem.
What are your thoughts about this?
Christian