Path: utzoo!utgpu!jarvis.csri.toronto.edu!clyde.concordia.ca!uunet!mcsun!sunic!draken!d88-jwa From: d88-jwa@nada.kth.se (Jon Watte) Newsgroups: comp.sys.mac.programmer Subject: Re: Macintosh Raster Image Message-ID: <2776@draken.nada.kth.se> Date: 20 Jan 90 16:44:46 GMT References: <22410@usc.edu> Reply-To: d88-jwa@nada.kth.se (Jon W{tte) Organization: Royal Institute of Technology, Stockholm, Sweden Lines: 19 In article <22410@usc.edu> robiner@oberon.usc.edu (Steve Robiner) writes: >Does anyone know of any application or utility which can convert an >existing Macintosh graphics format (ie, PICT, PICT2, GIF, TIFF, etc) >into stardard raster format (ie, uncompressed, unencoded, 1 byte per >pixel, bit stream). Well, how about the built-in DrawPicture() and CopyBits ? Basically, you draw to the screen (or an offscreen bitmap depending on personal taste and size of picture) and then read the bits directly. No problem. Especially in the offscreen bitmap version, where you have complete control over the process. This is good for PICT and PICT2, of course. h+ -- --- Stay alert ! - Trust no one ! - Keep your laser handy ! --- h+@nada.kth.se == h+@proxxi.se == Jon Watte longer .sig available on request