Thanks to everyone who replied to my inquiry about
getting SGI rgb images over onto the Macintosh.
I got the images I needed over using toppm, and
then read them in using vt. When vt read them in,
it converted them to 8 bit color, and I could see
them on the Mac I was using. I think the portable
pixmap (PPM) utilities are pretty good, and so is
vt. Another good program is GraphicsConverter on
the Mac.
I think that my problems with TIFF and PICT on the
mac side were either:
1) not enough memory set aside for the programs I
was using on the Mac
2) 24 bit color display attempts on a 16bit Mac.
I think I am going to try several of the other
routines suggested below, and see which is the
most trouble free, direct, and reliable.
Following are the replies that I found on the
newsgroup. I suspect that everyone that replied
to me by email found that it bounced - our company
has a firewall, and the machine where the
newsreader is located does not know about my real
email address.
To send me email without a bounce use
sti...@aic.lockheed.com
Thanks again everyone,
-Randy
####################################################
From: MLNeum...@aol.com
Sender: "MLNeumann" <MLNeum...@aol.com>
To: sti...@aic.lockheed.com
Date: Sun, 21 Aug 94 13:18:53 EDT
Subject: .rgb to Mac woes
Randy,
I saw your post on one of the newsgroups regarding .rgb to Mac.
You may have alredy tried this, but you might have more success if you
convert the .rgb file to a .tif, .gif, .tga, or whatever on the SGI side
using xv.
I assume that you are doing this for the proposal (time is clearly running
out). Wish I could help some more than just this suggestion, but I have ~0
experience with what a Mac likes to read.
Good Luck,
-- Mike Neumann
Newport News Shipbuilding
mlneum...@aol.com
####################################################
From: jsqui...@nic.cerf.net (James A. Squires)
Newsgroups: comp.sys.sgi.apps
Subject: Re: SGI Images for Macintosh
Date: 21 Aug 1994 17:16:55 GMT
Organization: CERFnet
Keywords: rgb alpha macintosh
sti
...@rdd.lmsc.lockheed.com (Randy Stiles) writes:
>I am pretty frustrated trying to get rgb files captured on an
>onyx over to the Mac in any usable form. I have used the
>totiff, tops, togif, topict, and toppm utilities, and several utilities
>on the Mac side including Adobe Photoshop and
[ snip ]
This is very simple, and routine. I do this all the time with no problem.
1. Convert the rgb to gif or jpeg using togif or tojpeg (freeware).
2. Download file to Mac (preserve the binary format!).
3. Use freeware jpegview on Mac. Go to FILES/OPEN, and select item
"Scan for images" in dialog menu.
4. Select your image, sit back and smile smile smile!
'luck,
><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><
-JAS <jsqui
...@cerf.net> [ James A. Squires, Kinetic Visuals, Inc. ]
><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>><><<
####################################################
From: trim...@ph-meter.beckman.uiuc.edu (Chris Trimble)
Newsgroups: comp.sys.sgi.apps
Subject: Re: SGI Images for Macintosh
Date: 21 Aug 94 21:28:50 GMT
Organization: University of Illinois at Urbana
Keywords: rgb alpha macintosh
The only format I go between platforms with now-a-days is Targa. I think
this might be the only format that someone has yet to screw up the imple-
mentation of (sometimes the compressed format is not coded, but I'm talking
about the uncompressed version). I use either the SDSC imconv tool (which
is outdated but still works for Targa) or ImageMagick to convert SGI-type
files into Targa and then pull them over to the Mac.
I never have had good luck with PICT (I think the only valid reader/writer
of PICT files in the world is in the Macintosh ROM) or TIFF (there are either
unknown tags or the picture is flipped... not to mention that, because of the
different versions of TIFF, you often have a hard time finding two programs
that will actually write the same version.. especially between Mac and SGI).
Don't even waste your time with EPS, and there aren't enough programs that
read PPM to make it worth while.
If you're still having problems, I have to give this advice:
Get Debabelizer.
Of course, it is only available on the Mac. Hopefully the guys who made it
will port it to other platforms (it's just too slow on the Mac when trying
to do massive batch jobs). It would be really nice to have available on the
SGI, especially given that they are adding the Softimage, and I think Alias
and Wavefront graphics file formats into the next version.
See ya later,
Chris
--
Chris Trimble - chr...@uiuc.edu- "'Lectroids? Planet 10? A girl named John?"
####################################################
Newsgroups: comp.sys.sgi.apps
Path: enterprise!butch!netcomsv!netcomsv!larry.corollary.com!paris.ics.uci.edu!cs ulb.edu!nic-nac.CSU.net!usc!howland.reston.ans.net!cs.utexas.edu!rutgers!sg igate.sgi.com!sgiblab!cgl!cgl.ucsf.edu!troyer
From: tro...@cgl.ucsf.edu (John M. Troyer)
Subject: Re: SGI Images for Macintosh
Message-ID: <troyer.777510...@cgl.ucsf.edu>
Keywords: rgb alpha macintosh
Lines: 46
Sender: n...@cgl.ucsf.edu (USENET News System)
Cc: sti...@rdd.lmsc.lockheed.com
Organization: UCSF Computer Graphics Lab
References: <1994Aug21.074149.2...@enterprise.rdd.lmsc.lockheed.com> <338267$...@news.cerf.net>
Date: Sun, 21 Aug 1994 23:02:49 GMT
>sti
...@rdd.lmsc.lockheed.com (Randy Stiles) writes:
>>I am pretty frustrated trying to get rgb files captured on an
>>onyx over to the Mac in any usable form.
jsqui
...@nic.cerf.net (James A. Squires) writes:
>1. Convert the rgb to gif or jpeg using togif or tojpeg (freeware).
>3. Use freeware jpegview on Mac. Go to FILES/OPEN, and select item
> "Scan for images" in dialog menu.
gif is 8bit, jpeg is lossy. You don't want to use either of these,
at least not for your publication-quality scientific data!
I've also had problems with jpegview freezing up my PowerMac.
This is trickier than it looks: not all TIFFs are created equal. I've
spent hours banging my head against the wall doing this.
I've had the best luck with 'imconv' (by Dave Nadeau of the San Diego
Supercomputer Center; use archie if you don't have it.).
imconv myfile.rgb -outcompress lzw myfile.tiff
imconv myfile.rgb -outcompress pb myfile.tiff
(try both; sometimes one or the other is much smaller. Sometimes on the mac
side one or the other won't load. I have more trouble with one format than
the other (lzw compression or packbits), but I forget which one.)
If you don't use a compression scheme, you will probably be sorry.
(If you think the alpha channel is giving you problems, use -outnoalpha)
Now the trick is
DO NOT USE APPLESHARE TO TRANSFER THE FILES TO THE MAC
It never works. Instead use ftp or fetch (raw mode) to grab the files onto
the mac. They are now openable by Photoshop, GraphicConverter, or
GIFConverter.
Alternatively, there are 2 different plug-ins to read SGI rgb files on
AdobeIllustrator (which I got from the archives of this group).
They are slow, but work.
hope this helps,
john
tro...@cgl.ucsf.edu
####################################################
From: trim...@ph-meter.beckman.uiuc.edu (Chris Trimble)
Newsgroups: comp.sys.sgi.apps
Subject: Re: SGI Images for Macintosh
Date: 23 Aug 94 22:59:53 GMT
Organization: University of Illinois at Urbana
Keywords: rgb alpha macintosh
tro...@cgl.ucsf.edu (John M. Troyer) writes:
[...]
>Now the trick is
> DO NOT USE APPLESHARE TO TRANSFER THE FILES TO THE MAC
>It never works. Instead use ftp or fetch (raw mode) to grab the files onto
>the mac...
Not true! I use Appleshare all of the time for this kind of thing, and it
works. We used to serve off of our RS/6000 using CAP, a free package that
turns a unix box into an Appleshare server. It's okay. It sometimes would
hang and that sort of thing.
However, we just switched to a commercial package called Ethershare. It
has worked very well, and I have had no problem transferring over the
targa files that I use for putting animations to tape.
I agree with your advice if we're talking about 1 or 2 files at a time--
FTP is a lot more reliable than Appleshare when going between platforms.
If you're talking about 500-600 files, oftentimes it's infeasible or
unnecessary. Using a DQ Animaq to put frames out to tape is a good example.
By using Appleshare, you can put the frame out to tape as soon as it is
loaded in and you won't need the extra disk space.
- Chris
--
Chris Trimble - chr...@uiuc.edu- "'Lectroids? Planet 10? A girl named John?"
####################################################
Newsgroups: comp.sys.sgi.apps
From: Daryoush Tehranchi <daryo...@keystone.denver.cdev.com>
Subject: RE:SGI Images for Macintosh
Sender: n...@arl.mil (The News System <news>)
Organization: U.S. Army Research Lab (ARL), APG, MD.
Date: Tue, 23 Aug 1994 16:06:22 GMT
Please don't be frustrated, here is what you need to do:
Use either the totiff or topict utilities, and on the mac side the best product
that I found was MacDraw Pro, and bring it in as such. You may have to
increase
the MacDraw Pro memory allocation to a larger number such as 6000 before doing
so. Depending on the size of the file it may take a minute or so. Using tops
and or EPS take too much space. Also if you desire to take the output from the
Mac and put them on a floppy for transportability, you may use Stuffit to
compress/archive the files on the floppy. It does a great job of compression
with graphics files as much as 95% compression ratio. Also make sure you have
the latest versions of the to* files, if not you can get them from ftp:sgi.com.
Good luck!
DTC
--
Daryoush Tehranchi | Phone: (303) 779-2886
Computing Devices International | FAX : (303) 779-7704
7100 East Belleview Ave | email : (daryo...@keystone.denver.cdev.com)
Englewood, CO 80111-1635 | or
...
read more »