ImageMagick 7.0.2 NoImagesForWrite Issue

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
nabarun
Posts: 6
Joined: 2016-04-26T18:19:23-07:00
Authentication code: 1151

ImageMagick 7.0.2 NoImagesForWrite Issue

Post by nabarun »

Hi I am seeing this issue when executing the identify command with formats. This was not the case in 6.8 version. Is this a known issue?

ImageMagick/ImageMagick-7.0.2-7/bin/identify -format "%m\n%w\n%h\n" /tmp/bs_3149164730814487265.tmp
magick: NoImagesForWrite '-write' '/tmp/bs_3149164730814487265.tmp' at CLI arg 3 @ error/operation.c/CLINoImageOperator/4748.
magick: NoImageForProperty "%w" @ warning/property.c/GetMagickPropertyLetter/2550.
magick: UnknownImageProperty "%w" @ warning/property.c/InterpretImageProperties/3489.
magick: NoImageForProperty "%h" @ warning/property.c/GetMagickPropertyLetter/2438.
magick: UnknownImageProperty "%h" @ warning/property.c/InterpretImageProperties/3489.
magick: NoImageForProperty "%m" @ warning/property.c/GetMagickPropertyLetter/2469.
magick: UnknownImageProperty "%m" @ warning/property.c/InterpretImageProperties/3489.
nabarun
Posts: 6
Joined: 2016-04-26T18:19:23-07:00
Authentication code: 1151

Re: ImageMagick 7.0.2 NoImagesForWrite Issue

Post by nabarun »

This seems to be an issue in the ways I am calling. Got it fixed.
Post Reply