Mike Hord wrote: > 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. My image utility routines can read "INF" image file format, among others. This is not a standard, but does provide a means of interpreting raw image data files. You create a .inf file with a text editor that explains things like the pixel stride, offsets for each component, etc. One of my software releases is bound to contain the IMAGE_xxx utility programs. When you find one, look at the IMAGE_TYPES documentation file, which should refer you to a doc file for the INF format. One you have a INF file, it should work with all the IMAGE_xxx programs, like IMAGE_DISP, IMAGE_COPY, etc. I'm not sure which software releases contain the image utilities, but certainly the full development release at http://www.embedinc.com/pic/dload.htm does. ******************************************************************** Embed Inc, Littleton Massachusetts, http://www.embedinc.com/products (978) 742-9014. Gold level PIC consultants since 2000. -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist