[comp.graphics] Unknown Graphics File Format

jhsu@Neon.Stanford.EDU (Jeffrey H. Hsu) (08/13/90)

Does anybody recognize the following file format?



000000:  0128 0130 0045 6521  0052 7235 005A 6B27   .(.0.Ee!.Rr5.Zk'
000010:  0046 6317 0048 611E  0040 5921 003F 5515   .Fc..Ha..@Y!.?U.
000020:  0038 5614 0036 4D15  0031 4514 0033 4314   .8V..6M..1E..3C.
000030:  0046 733B 0078 854D  006A 6B34 0059 6D30   .Fs;.x.M.jk4.Ym0
000040:  0079 8449 00AC A97D  00CB AF82 00C3 A46F   .y.I...}.......o
000050:  00AF 9862 00AD 986A  0082 6D37 0043 4A14   ...b...j..m7.CJ.
000060:  0037 4D20 0040 5221  003F 4F23 003B 5B27   .7M .@R!.?O#.;['
000070:  0059 7342 0070 5F3A  0037 271A 0025 2114   .YsB.p_:.7'..%!.
000080:  0025 2017 0028 1E15  0024 2918 0025 241B   .% ..(...$)..%$.
000090:  002A 2118 0021 231E  0025 1B1C 0025 1B14   .*!..!#..%...%..

It's obviously a hex dump. The first two words (0128, 0130) are the height
and width of the image in pixels. Each pair of words following the width and
height represent a pixel. The first byte of each pixel is unused. The next
three bytes are the integer R, G, and B values respectively.

My question is: Is there some existing Macintosh application that will display
this image. Or, is there some way to convert this file into a standart graphics
file for some mac graphics program.

Thanks for the help,
Jeff

knoll@well.sf.ca.us (John Knoll) (08/17/90)

Adobe Photoshop can read this in using the Raw input option.