> I have raw image data, stripped from an isochronous FireWire > stream, that I'd like to view. > > Has anyone had any experience with making this happen? The > data is 8-bit grayscale- it should be amazingly easy to do this, > but it's turning out harder than I'd have suspected. > > Note that there isn't any file header data or anything- it's from a > 1024x768 pixel detector, and I have exactly 512 packets of 8-bit > data, 1536 bytes per packet. AIUI, it doesn't even match the > .raw image format. > > I'd hate to have to write a program to do this. > IrfanView will allow you to view raw data. You may have some issues though if your packets have padding since they don't fall on 1024 byte boundaries. On the other hand, writing a program to mangle the data should be very easy since it's 8 bit grayscale. In Delphi, for instance, it would be a piece of cake. Cheerful regards, Bob -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist