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
> 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
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