Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Mogrify-How tell if needed' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Mogrify-How tell if needed
Authored by: MtnBiker on Aug 07, '03 01:57:00PM

How can I tell if the jpg's on my server need this treatment? Or if they have any extra information?


I don't have shell access so couldn't do this on the uploaded jpg's, but I did upload all the pictures, so have copies on my local G4. I also avoid using Terminal as I'm not real comfortable with it.

---
Hermosa Beach, CA USA



[ Reply to This | # ]
Mogrify-How tell if needed
Authored by: MtnBiker on Aug 07, '03 02:14:57PM

Studying the related thread I saw reference to Graphic Converter.

With GC's Get Info I only see one tab with size and resolution information whereas the originals had two tabs of EXIF information. Will the color profile information show up in this GC Get Info?

---
Hermosa Beach, CA USA



[ Reply to This | # ]
identify -verbose
Authored by: jecwobble on Aug 07, '03 04:26:53PM

I found this at the ImageMagick site: "Use identify -verbose to find out what profiles are in the image file"

I realize you said you weren't comfortable using the Terminal, but if you're interested in using mogrify, then identify shouldn't be a stretch.

[ Reply to This | # ]