cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Sign-in to the JMP Community will be unavailable intermittently Dec. 6-7 due to a system update. Thank you for your understanding!
  • We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.
  • JMP 19 is here! Learn more about the new features.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
miguello
Level VII

Open BMP file as a table?

Any suggestions on how to open\convert a BMP (bitmap image) file as\to a table?

Ideally would like to have columns like X, Y, R, G, B with all the information, so that when plotted would resemble actual BMP.

Might be some external converter first, then open a CSV file, might be a script that reads binary file and poarses into a tble, might be some built in function?

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Open BMP file as a table?

Hmm, this looks useful.

 

Capture.JPG

View solution in original post

2 REPLIES 2

Re: Open BMP file as a table?

Hmm, this looks useful.

 

Capture.JPG

Jeff_Perkinson
Community Manager Community Manager

Re: Open BMP file as a table?

@Mark_Bailey pointed to exactly the right first step. The << Get Pixels() message is the next step. Check out ImageToDatatable JSL for an example, and Image Analyzer for an application to do it automatically. Thanks to @JohnPonte for these great contributions.

-Jeff

Recommended Articles