Link to home
Start Free TrialLog in
Avatar of MTRUBS
MTRUBS

asked on

Image Analysis

I was wondering if there was a way to look at an Image in java pixel by pixel.  I am looking to get the color of each pixel for comparison perposes.  It would be best if it was built into the SDK, but I guess it doesnt need to be.

Thanks,
MTRUBS
ASKER CERTIFIED SOLUTION
Avatar of CEHJ
CEHJ
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of MTRUBS
MTRUBS

ASKER

would this work with any sort of image file? ... .bmp? .jpg? .gif? etc.

because i cannot seem to get it to load an image
AFAIK Java does not support bitmap files in the normal libraries
Avatar of MTRUBS

ASKER

ah yes, i have it now, thanks a bunch
:-)