Command Line Processing: Convert -crop Output File Name
Posted: 2009-01-13T13:59:56-07:00
I am a new user of Magick. I believe this is the best forum to post this question. If not, please direct me to the appropriate forum.
I am using the command line processing command convert as follows:
convert 16141869_cutprofile.jpg -crop "700X500" 16141869_cutprofile.jpg
Instead of the output being 16141869_cutprofile.jpg, it is 16141869_cutprofile-0.jpg.
Is there some way to prevent the command from giving the file a different name?
Thanks,
John
I am using the command line processing command convert as follows:
convert 16141869_cutprofile.jpg -crop "700X500" 16141869_cutprofile.jpg
Instead of the output being 16141869_cutprofile.jpg, it is 16141869_cutprofile-0.jpg.
Is there some way to prevent the command from giving the file a different name?
Thanks,
John