Re: applescript and colorsync (solved)
Re: applescript and colorsync (solved)
- Subject: Re: applescript and colorsync (solved)
- From: Paul Wagland <email@hidden>
- Date: Wed, 7 Jan 2004 20:07:00 +0100
On Jan 7, 2004, at 13:37, Paul Wagland wrote:
>
On Tue, 2004-01-06 at 20:50, John Gnaegy wrote:
>
> You want to match
>
> them from one space to another. For that you don't even need to write
>
> your own script, just drag the image onto
>
> /Library/ColorSync/Scripts/Match to chosen profiles. The applet will
>
> ask you to choose a profile to represent the source space (the
>
> camera's
>
> profile), then to choose a profile to represent the destination space
>
> (Generic RGB, sRGB, AdobeRGB, etc).
Turns out that I didn't fully understand what was going on. Still don't
for that matter :-) But at least I no know how to make it work. First,
since the image already has an embedded ICC profile when using that
applet you should not select the camera's profile as the source
profile, since then it appears that it gets applied twice, once from
the image, and then once from the source. When the picture has an
embedded profile then the following two lines will convert that file to
a standard RGB JPEG without an embedded profile.
match rgbFile from source rgbProf to destination rgbProf
unembed rgbFile
What I don't understand is why the source profile gets applied twice,
or why if you don't specify a source profile it doesn't work, since the
image profile appears to be applied twice. Can anyone explain this, or
is this a bug?
Thanks in advance,
Paul
[demime 0.98b removed an attachment of type application/pgp-signature which had a name of PGP.sig]
_______________________________________________
colorsync-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/colorsync-users
Do not post admin requests to the list. They will be ignored.