Can i get java code to convert the image into binary bits.
Deva.VG 0 Newbie Poster
Recommended Answers
Jump to PostRead the file into an Image, then use the PixelGrabber class to extract the pixels as an array of alpha/r/g/b ints.
This gives you the image data after it has been decoded from jpeg/tiff or whatever.
All 3 Replies
moutanna 2 Posting Whiz
JamesCherrill 4,733 Most Valuable Poster Team Colleague Featured Poster
JamesCherrill 4,733 Most Valuable Poster Team Colleague Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.