Hi,

>I have a couple of thousand jpg-files and I want to know which ones have a
>ICC-profile embedded (and after that which profiles of course).
>OS is Windows 2000 server.
>
>Is there a command-line utility that can do the trick?

The new jpegicc can extract such profiles. Is a command-line utility.

To know if any embedded profile

jpegicc -v a.jpg nul
a.jpg(sRGB) -> nul(sRGB) [perceptual] (embedded profile found)

for extracting the profile

jpegicc -s profile.icc a.jpg nul

You will need the 1.14 beta for doing that, get it here:
http://www.littlecms.com/downloads.htm

Regards
Marti Maria
The little cms project
http://www.littlecms.com

----- Original Message ----- 
From: "Goossen Rijnders" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, November 22, 2004 8:16 PM
Subject: [Lcms-user] extracting ICC profiles


Hi

I have a couple of thousand jpg-files and I want to know which ones have a
ICC-profile embedded (and after that which profiles of course).
OS is Windows 2000 server.

Is there a command-line utility that can do the trick?

Kind regards

Goossen Rijnders



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
Lcms-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/lcms-user



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
Lcms-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/lcms-user

Reply via email to