Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Mvpr

  1. Mvpr

    How do I create an image (bmp) file?

    Hi, I have read in several images as INTEGER*2 matrices, am doing pixel manipulations with them and writing the result to an output matrix. How do I convert this output matrix into a bitmap image file? Thanks for any help. Mvpr
  2. Mvpr

    how do I READ in an image file?

    PAnderson, I'm getting some numbers out! It will be fairly simple to check whether they're the right numbers. Thanks for your help. Mvpr
  3. Mvpr

    how do I READ in an image file?

    PAndersen, Thanks for the quick response. I'm still at a loss though. I can read the header if I use a formatted read, but then it doesn't get to the data. Also, the low byte preceeds the high byte. Here's the relevant part of the code I have for it: INTEGER(2) MAT(256,256)...
  4. Mvpr

    how do I READ in an image file?

    I am trying to read an image file of the following format: header consisting of 1024 bytes image data consisting of 256x256 16 bit pixels. I'm having trouble with I/O errors, especially whether the READ statement should specify direct or sequential access, formatted or unformatted read, etc...

Part and Inventory Search

Back
Top