Problem Converting DNG to PNG

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
Wolfman

Re: Problem Converting DNG to PNG

Post by Wolfman »

What about first removing all image tags?

There's some special command for that which I can't remember, but

Code: Select all

convert -thumbnail file file2
should work as well as it says this command will remove all image tags.
Post Reply