Just thought I'd ask here to see what you guys might think about storing this kind of data within Valentina. I am writing a program that downloads temperature images from the net and then stores the images in a BLOB field. Now, I need to also parse the image and get the color value of all the pixels - (1037x477) - so about 495,000 pixels. I need to be able to compare this data to another images data - so I can find the rate of temperature change between the images.
Would it be wise to store the color data in a list and then put that into a varChar field? I need somehow to store the color values of each image so that they don't need to be processed each time a comparison is made...
Thoughts appreciated...
Dave ©2001 Mennenoh, David |