identify -format on raw image (cr2) returns wrong path

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
uwe
Posts: 1
Joined: 2013-12-10T06:55:53-07:00
Authentication code: 6789

identify -format on raw image (cr2) returns wrong path

Post by uwe »

the command
identify -format %i file.cr2

returns wrong value , something like /tmp/magick-a2nnGDbg.png ; it should return the path of the file;

identify -format %i Desktop/images.png returns that value correctly
Post Reply