bmp from scratch

J

Jim

I'm interested in the algorithm that would create a bmp, or gif file
from a matrix of numbers say 400x400. Also in code that would take
arbitrary scaled data and translate those numbers into gray-scale or
color representations.
Anyone know about this?
Jim
 
M

Martin Brown

Jim said:
I'm interested in the algorithm that would create a bmp, or gif file
from a matrix of numbers say 400x400. Also in code that would take
arbitrary scaled data and translate those numbers into gray-scale or
color representations.
Anyone know about this?

Shameless plug. I do an Imager addin for XL that does exactly this for
greyscale and various commonly used false colour mapping with optional
linear and log scaling. It is useful for modest amounts of bulk data.

http://www.nezumi.demon.co.uk/consult/excel/image.htm

Hope this helps.

Regards,
Martin Brown
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top