You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by Khim <la...@patroids.com> on 2000/09/07 10:38:57 UTC

CMYK Images

Hi there,
	 I am having a problem of inserting a CMYK images to the pdf. do anyone
know how to do it and can the pdf  be view on the browser with CMYK image
embedded?.
Thanx a million

Re: CMYK Images

Posted by Eric SCHAEFFER <es...@posterconseil.com>.
You should look at the org.apache.fop.image package. I suppose you use Gif
or Jpeg images, so look at GifJpegImage. I don't know if the producer
returns the image data in RGB or CMYK. If the data are returned in CMYK,
GifJpegImage should return a CMYK color space (org.apache.fop.datatypes
package).
If it still doesn't work, you will need to search...

PS: the FopImage object is created during the layout process. When
rendering, a PDFXObject (org.apache.fop.pdf package) is created to write the
image in the PDF file.

Eric.


----- Original Message -----
From: "Alvin Tan" <al...@patroids.com>
To: <fo...@xml.apache.org>
Sent: Friday, September 08, 2000 6:39 AM
Subject: RE: CMYK Images


> How to do it? I would like to help. Can you tell me where do I start? I
have
> limited knowledge about images.
>
> -----Original Message-----
> From: Eric SCHAEFFER [mailto:eschaeffer@posterconseil.com]
> Sent: Thursday, September 07, 2000 4:50 PM
> To: fop-dev@xml.apache.org; laykhim@patroids.com
> Subject: Re: CMYK Images
>
>
> There's no CMYK support for images. Need to do it...
> :-(
>
> Eric.
>
> ----- Original Message -----
> From: "Khim" <la...@patroids.com>
> To: <fo...@xml.apache.org>
> Sent: Thursday, September 07, 2000 10:38 AM
> Subject: CMYK Images
>
>
> > Hi there,
> > I am having a problem of inserting a CMYK images to the pdf. do anyone
> > know how to do it and can the pdf  be view on the browser with CMYK
image
> > embedded?.
> > Thanx a million
> >
>


CVS Version FOP.jar

Posted by Khim <la...@patroids.com>.
Hi,
	Does anyone has the CVS Version FOP.jar?
	I try to create one myself but encountered a lots of compilation error. If
anyone has it could u please send it to me. Thanx a million
Khim



RE: CMYK Images

Posted by Alvin Tan <al...@patroids.com>.
How to do it? I would like to help. Can you tell me where do I start? I have
limited knowledge about images.

-----Original Message-----
From: Eric SCHAEFFER [mailto:eschaeffer@posterconseil.com]
Sent: Thursday, September 07, 2000 4:50 PM
To: fop-dev@xml.apache.org; laykhim@patroids.com
Subject: Re: CMYK Images


There's no CMYK support for images. Need to do it...
:-(

Eric.

----- Original Message -----
From: "Khim" <la...@patroids.com>
To: <fo...@xml.apache.org>
Sent: Thursday, September 07, 2000 10:38 AM
Subject: CMYK Images


> Hi there,
> I am having a problem of inserting a CMYK images to the pdf. do anyone
> know how to do it and can the pdf  be view on the browser with CMYK image
> embedded?.
> Thanx a million
>


Re: CMYK Images

Posted by Eric SCHAEFFER <es...@posterconseil.com>.
There's no CMYK support for images. Need to do it...
:-(

Eric.

----- Original Message ----- 
From: "Khim" <la...@patroids.com>
To: <fo...@xml.apache.org>
Sent: Thursday, September 07, 2000 10:38 AM
Subject: CMYK Images


> Hi there,
> I am having a problem of inserting a CMYK images to the pdf. do anyone
> know how to do it and can the pdf  be view on the browser with CMYK image
> embedded?.
> Thanx a million
>