mogrify converts CR2 to JPG but doesn't copy images from tmp

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
Nemo_bis
Posts: 11
Joined: 2012-06-16T01:13:18-07:00
Authentication code: 13

mogrify converts CR2 to JPG but doesn't copy images from tmp

Post by Nemo_bis »

I have successfully used convert IMG_6081.CR2 IMG_6081.JPG; then I tried mogrify -format jpg *CR2 in the folder, with about 700 images for a total of 16 GB; after a long busy while, the task finished with no errors but no JPG had been produced: I checked /tmp and they all were still there instead of being moved over the originals. What did I do wrong?
I'm using ImageMagick 6.6.0-4 2012-04-30 Q16 and I have both ufraw-batch and ufraw installed.
Post Reply