Re: Ghostscript/GhostPDL 9.28 Release Candidate 1

Chris Liddell <[email protected]> Tue, 20 Aug 2019 17:07:05 +0100
Newsgroups gmane.comp.printing.ghostscript.devel
Message-ID <[email protected]>
On 20/08/2019 16:51, James Cloos wrote:
>>>>>> "CL" == Chris Liddell <[email protected]> writes:
> 
> CL> Hmmm, that is odd... I definitely add the ICC profiles path to the
> CL> reading permitted list.
> 
> Long ago, after it was first added, I wrote that iccprofiles/ ought to
> have been put under Resource/.
> 
> I don't recall Michael ever replying to that.
> 
> Might it be that having iccprofiles outside of Resource causes that
> difference?

ICC profiles aren't Postscript resources, nor are they directly usable
by Postscript. Really, the ICC profiles are accessed by the graphics
library, and are used by the graphics library for every language
interpreter we support (PS/PDF/PCL/PXL/XPS), so there is no sense in
which ICC profiles are "Postscript resources", which is what Resource/
is for.

Logically and practically, it makes no sense to have them under Resource/.

By default, we do assume that the ICC profiles are in a directory
adjacent to Resource/ but that is configurable.

Chris