Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!wuarchive!cs.utexas.edu!sun-barr!newstop!exodus!birdland!rberlin From: rberlin@birdlandEng.Sun.COM (Rich Berlin) Newsgroups: comp.lang.postscript Subject: Re: Color Images in PostScript Keywords: Help, Color,PostScript, Images. Message-ID: <11407@exodus.Eng.Sun.COM> Date: 11 Apr 91 16:34:46 GMT References: <1031@augean.ua.OZ.AU> Sender: news@exodus.Eng.Sun.COM Reply-To: rberlin@Eng.Sun.COM Organization: Sun Microsystems Lines: 23 In article <1031@augean.ua.OZ.AU>, pxw@augean.ua.OZ.AU (Paul Whitbread) writes: |> Would some kind soul tell me how to get a color image -- preferably |> from the separations -- and also what manuals/ref books I can look in to |> find more on this subject? There's an analogue to the image operator callec "colorimage" which takes RGB or CMYK raster data. You'll find it documented in the PostScript Language Reference Manual, second edition. You can also get the documentation for this operator (it was an extension to the original design) on the Adobe file server. Try sending a mail message to "ps-file-server@adobe.com" with the subject line "send Documents/Color_Ext.ps" (or, if you're running unix and have the btoa software, you could try "send Documents/Color_Ext.ps.Zba" instead; the smaller, compressed message will have a higher priority with the file server so you'll likely get it sooner.) I think you'll find it easiest to use if you reformat your data to be interleaved either by pixel (RGBRGBRGB) or by scanline (1 line of R, one line of G, one line of B, one line of R, etc.) Hope that helps. -- Rich