[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: a color management issue and how do I link TOOL_NAME stuffs withApp
From: |
Alexander Malmberg |
Subject: |
Re: a color management issue and how do I link TOOL_NAME stuffs withAppKit |
Date: |
Wed, 26 Nov 2003 14:12:00 +0100 |
Banlu Kemiyatorn wrote:
> Color management:
> Where should I put color profile in the file system? On OSX it uses
>
> /System/Library/ColorSync/Profiles/
>
> and
>
> /Library/ColorSync/Profiles/
As I understand it (based on discussion of this in #GNUstep), these
profiles are generic ICC profiles and have nothing to do with ColorSync.
Thus, I think .../Library/Colors/Profiles/ is the best place. Other
reasonable alternatives are .../Library/ColorProfiles/ (if we want to
keep Colors/ clean and Library/ messy :) and
.../Library/Colors/ICCProfiles/ (if we want to be more specific).
Alex Perez wrote:
> At the risk of getting burned to a crisp for saying this, why break a
> standard and create another, completely unused and completely proprietory
> standard when one already exists.
Because we can do better, and because implementation compatibility is a
non-issue. (In fact, as those who share domains between GNUstep and
OPENSTEP could tell you, naming different things differently is a Good
Thing.)
> Can't we live with a somewhat poopy
> directory structure?
Why would we want live with a somewhat poopy directory structure?
- Alexander Malmberg