Re: sips
Re: sips
- Subject: Re: sips
- From: David Hayward <email@hidden>
- Date: Wed, 28 Jan 2004 17:36:04 -0800
Here's how to call sips to match an image from its original space to a
CMYK tiff:
sips /foo/origing.jpg --setProperty format tiff --matchTo
/System/Library/ColorSync/Profiles/Generic\ CMYK\ Profile.icc --out
/foo/new.tiff
David Hayward
ColorSync Engineering
email@hidden
On Jan 28, 2004, at 3:55 PM, Darren Sheppard wrote:
sips looks like it is going to be a useful tool via the Terminal; it
will be interesting to see how it progresses with OS X, but at this
moment in time, can sips do conversions from RGB to CMYK?
Regards
Darren S
On 28 Jan 2004, at 04:23, email@hidden
wrote:
Or for those who are comfortable in Terminal, you can get the names of
all the embedded profiles in a folder of images by typing:
cd {path to folder containing images}
sips --getProperty profile *
You can extract an embedded profile to disk like so:
sips {path to image with profile} --extractProfile
~/Desktop/embprof.icc
_______________________________________________
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.
- Follow-Ups:
- Re: sips
- From: Roger Breton <email@hidden>
References: | |
| >sips (From: Darren Sheppard <email@hidden>) |