When retrieving the value of a pixel at x,y from the picture in a picturebox control it outputs a single value. How does this value represent the pixel's value, and can it be easily converted to an RGB value?
This is something that's going to need to be done 4,294,967,296 times, so is there a quicker way to reference pixel RGB values from a large image? The image being read will be of a varying format, 8192x8192 pixels and grayscale. The high number of "reads" is because it's being used as a modifier by an algorithm that is generating a 65536x65536 grayscale image. ----- Kevin Fishburne, Eight Virtues www: http://sales.eightvirtues.com http://sales.eightvirtues.com e-mail: mailto:[email protected] [email protected] phone: (770) 853-6271 -- View this message in context: http://old.nabble.com/PictureBox.Picture.Image-x%2C-y--output-interpretation-tp27196508p27196508.html Sent from the gambas-user mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ Gambas-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
