convert files with additional dots

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
brian_jackson

Re: convert files with additional dots

Post by brian_jackson »

Yes, you should be able to. You can also force the filetype with JPEG:"filename". You don't need the "jpeg:", but you can use it if you feel more comfortable or if you are naming the file without an extension.

ex: convert "abcd 1.2.3.gif" jpeg:"abcd 1.2.3.jpeg"
Post Reply