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!
Identify %A is not returning transparency
Identify %A is not returning transparency
Last edited by depthless on 2018-03-14T10:21:39-07:00, edited 3 times in total.
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Identify %A is not returning transparency
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
False
Undefined
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:
Code: Select all
magick lena.png -format "%A" info: