Top o' my head...


2004-06-29 11:43:43 AM
cppbuilder95
TImage->Bitmap->Canvas->Pixels[X][Y] (away from my c++ builder so I
can't verify this exactly)
"Barcode" < XXXX@XXXXX.COM >wrote in message news:< XXXX@XXXXX.COM >...
Quote
I use TImage to access pictures with various formates which include JPEG. I
can load JPEG pictures and get their sizes through property
picture->Graphic->Height and property picture->Graphic->Width, but I don't
know how to read a image data dot by dot or line by line.