Search found 6 matches
- 2013-10-19T08:21:38-07:00
- Forum: Developers
- Topic: Fast identify for embedded color profile
- Replies: 5
- Views: 11661
Re: Fast identify for embedded color profile
Brilliant! Thanks so much for the quick turnaround. Big IM fan now even bigger.
- 2013-10-18T13:33:18-07:00
- Forum: Developers
- Topic: Fast identify for embedded color profile
- Replies: 5
- Views: 11661
Re: Fast identify for embedded color profile
From memory adding -ping speeds things like this up? Winner!!! Holy smokes, that's fast. I would still prefer eventually to incorporate this into my existing identify call (and prefer Fred's syntax as well), but in the meantime you have saved the day: convert -ping [filename] /tmp/test.icc is ...
- 2013-10-18T12:10:39-07:00
- Forum: Developers
- Topic: Fast identify for embedded color profile
- Replies: 5
- Views: 11661
Fast identify for embedded color profile
I would like to propose adding an option to identify -format "[format string]" to enable rapid detection of embedded icc/icm profiles. Both currently available methods are too slow for my needs: identify -verbose [filename] | grep -A1 'Profile-ic' and convert [filename] test.icc . The problem is I ...
- 2013-10-18T12:08:33-07:00
- Forum: Users
- Topic: Fast way to detect embedded profile
- Replies: 5
- Views: 5096
Re: Fast way to detect embedded profile
I must be blind. Will do. Still, hoping for users to chime in support of this feature...fmw42 wrote:I would suggest you repost this on the Developers forum
- 2013-10-18T12:07:13-07:00
- Forum: Users
- Topic: Fast way to detect embedded profile
- Replies: 5
- Views: 5096
Re: Fast way to detect embedded profile
Something like this meets my needs perfectly, but I'm dealing with situations where I can't build from source. Thanks for reviewing and incorporating! --- magick/property.c.bak 2013-10-18 13:51:10.000000000 -0500 +++ magick/property.c 2013-10-18 13:51:16.000000000 -0500 @@ -2372,6 +2372,22 @@ image ...
- 2013-10-18T11:52:39-07:00
- Forum: Users
- Topic: Fast way to detect embedded profile
- Replies: 5
- Views: 5096
Fast way to detect embedded profile
I would like to propose adding an option to identify -format "[format string]" to enable rapid detection of embedded icc/icm profiles. Both currently available methods are too slow for my needs: identify -verbose [filename] | grep -A1 'Profile-ic' and convert [filename] test.icc . The problem is I ...