Re: unnecessary image appear
Posted: 2006-08-14T13:51:24-07:00
dontlie wrote: hi )
trying to know image width:image "-identify" appears (same as file_tmp)Code: Select all
convert file_tmp -format "%w" -identify
how i can cancel that? i dont need it
sorry for bad english))
Try
Code: Select all
identify -format "%w" file_tmp