Page 1 of 1

Identify %A is not returning transparency

Posted: 2018-03-14T07:18:56-07:00
by depthless
ImageMagick-7.0.7-Q16
Windows

Command i'm running: magick identify -format "%d,%f,%t,%x,%A,%C" C:\Art\Files\File.tif

What's strange is that for %A it returns the full path and filename without backslashes. "C:ArtFilesFile.tif"

According to this link (https://www.imagemagick.org/script/escape.php) %A should be "image transparency channel enabled (true/false)"

What am I missing here?

EDIT

THIS WAS AN ISSUE W/ MY BATCH FILE. PLEASE DELETE!

Re: Identify %A is not returning transparency

Posted: 2018-03-14T09:42:42-07:00
by fmw42
It might help the developers to know what version of ImageMagick you are using and on what platform!

This seems to work fine for me on IM 6.9.9.38 and 7.0.7.26

Code: Select all

convert lena.png -format "%A" info:
False

Code: Select all

magick lena.png -format "%A" info:
Undefined