rithy roth Fri, 24 Feb 2012 08:51:52 -0800
Hi, I read an image from a file into memory like so:
pixmap = *GrNewPixmap*(w, h, 0); *GrDrawImageToFit*(pixmap, *gc*, 0, 0, -1, -1, image[0]); How can I access the underlying pixel values? thanks