Path: utzoo!attcan!uunet!cs.utexas.edu!bcm!wilkins.iaims.bcm.tmc.edu!klong From: klong@wilkins.iaims.bcm.tmc.edu (Kevin Long) Newsgroups: comp.graphics Subject: Re: MAC -> X Summary: Use GIF Keywords: MAC, X Message-ID: <1542@gazette.bcm.tmc.edu> Date: 7 Aug 90 16:37:36 GMT References: <1362@pedsga.UUCP> Sender: usenet@bcm.tmc.edu Distribution: na, nj Organization: Baylor College of Medicine, Houston, TX Lines: 27 Nntp-Posting-Host: wilkins.iaims.bcm.tmc.edu In article <1362@pedsga.UUCP> paragano@pedsga.UUCP (Vince Paragano ,APPLE,7708) writes: >Does anyone know of a conversion utility for Mac graphics images to and >from the X format (bit/pix maps)? > > Vinman > (201) 758-7708 Well, as long as you're not using 24-bit PICT2 images, then opening your PICT file with the Giffer on the Mac and saving it out as a GIF image will get it off the Mac and into a format that other programs can manipulate, like the pbm routines giftoppm | ppmtorast, etc. If you only need to convert black-and-white PICT images over to X format, then try xbitmap (I think that's what it's called), a Mac program ftp-able from sumex-aim.stanford.edu in info-mac/util/xbitmap.hqx. You'll find the giffer there too, named gifpicturetools*.hqx. If you need to convert 24-bit PICT2 images over (such as are created by Aldus Persuasion 2.0 when you export your slides, even on 8-bit displays!), then you'll need something tougher like Thomas Knoll's PhotoShop (don't know who's marketing it--you can call him at (313) 995-8426 ) to open the PICT2 image and save it out as an 8-bit GIF. Later, Kevin Long Baylor College of Medicine klong@bcm.tmc.edu