Use https://github.com/ImageMagick/ImageMagick/discussions instead.
Skip to content
Post by glennrp » 2006-08-14T13:51:24-07:00
dontlie wrote: hi ) trying to know image width: Code: Select allconvert file_tmp -format "%w" -identify image "-identify" appears (same as file_tmp) how i can cancel that? i dont need it sorry for bad english))
Code: Select all
convert file_tmp -format "%w" -identify
identify -format "%w" file_tmp
Post by anthony » 2006-08-15T23:44:41-07:00
convert image -format %w info:
identify -format %w image
Return to “Users”