Link to home
Start Free TrialLog in
Avatar of talltk
talltk

asked on

Is It Possible To Get An Image In BMP Or GIF Format In Java

Image Img = Toolkit.getDefaultToolkit().getImage("Monyet.bmp");
There is an error when executing this code in java. If i was to change the image to Monyet.jpg the code is able to execute. Is it possible to get the image in gif or bmp format? If it is possible. How?
Avatar of CEHJ
CEHJ
Flag of United Kingdom of Great Britain and Northern Ireland image

Depends on your JDK version - what are you using?
Possible in 1.6
Avatar of talltk
talltk

ASKER

I am currently using 1.6.0_03. Is it working for you?
You should be fine.
ASKER CERTIFIED SOLUTION
Avatar of Mick Barry
Mick Barry
Flag of Australia 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
talltk, can you tell me why you accepted that answer? It seems to be an answer to a different question