Search found 1 match
tif issue
Its my first day using ImageMagick with ubuntu. Im trying to create a bash script that will allow me to return filenames based on size but when I write (identify -format "%w %h %f\n" *tif) I get a TIFFWarnings/824 error. I would also like to know how to add .jpegs and .jpg checks. I can run it ...