Re: Ghostscript/GhostPDL 9.28 Release Candidate 1

"Akira Kakuto" <[email protected]> Tue, 20 Aug 2019 15:11:38 +0900
Newsgroups gmane.comp.printing.ghostscript.devel
Message-ID <A7CE1AAF5DFC4EEE91B210EA043D4A35@CJ3001517A>
Dear Chris,

> I suspect that the new code fails to read iccprofiles in the
> SAFER case if compiled with COMPILE_INITS=0, and setpagedevice is contained.
> In the case of usual eps without setpagedevice,
> ps2pdf foo.eps foo.pdf
> succeeds without any problem, so I believe that iccprofiles are read successfully in these cases.

I confirmed that if I compile with COMPILE_INITS=1,
all my problems disappear:
ps2pdf iii.eps iii.pdf
that is, -dSAFER works fine with setpagedevice.

Please check the case COMPILE_INITS=0.
In my case, gs-9.28rc1 fails to read iccprofiles in -dSAFER case
if setpagedevice is found. The iccprofiles can be read in
-dSAFER -dOLDSAFER and, of course, -dNOSAFER cases.

Thanks,
Akira