Re: CMYK Text of Photoshop Layer rendered incorrectly

2010-10-18 Thread Peter Krajčík
dex of image you want to decode from multi-image file - Photoshop psd in my case. Peter > > Message: 1 > Date: Mon, 18 Oct 2010 15:35:25 +0200 > From: Thorsten Lemke > Subject: Re: CMYK Text of Photoshop Layer rendered incorrectly > To: > Message-ID: > Content-Type

Re: CMYK Text of Photoshop Layer rendered incorrectly

2010-10-18 Thread Thorsten Lemke
> Betreff: CMYK Text of Photoshop Layer rendered incorrectly > > Hi, > > I am reading Photoshop layer images using this approach: > > (simplified code) > > for (i=0; i <= imageCount; i++) > { > unsigned long offset, size; > GraphicsImportSetImageIndex(im

CMYK Text of Photoshop Layer rendered incorrectly

2010-10-18 Thread Peter Krajčík
Hi, I am reading Photoshop layer images using this approach: (simplified code) for (i=0; i <= imageCount; i++) { unsigned long offset, size; GraphicsImportSetImageIndex(importer, i); GraphicsImportGetDataOffsetAndSize(importer, &offset, &size); // create a Graphics Exporter component that w