Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!cs.utexas.edu!rutgers!psuvax1!psuvm.bitnet!art100 From: ART100@PSUVM.BITNET (Andy Tefft) Newsgroups: comp.graphics Subject: Solution to diagonal gif files Message-ID: <75090ART100@PSUVM> Date: 9 Mar 89 20:22:20 GMT Organization: Penn State University - Center for Academic Computing Lines: 6 Turns out my problem with diagonal gif files was due to a bug in gif2ras (I was using an older version). These were gif files with an odd number of bytes in a line, but sun rasterfiles want even, so it was one byte short in each line... anyway I got the new version of gif2ras and it works fine. Andy