Help BufferedImage doesn't work!
in
Core Library Questions
•
1 year ago
Hello.
Im trying to use the BufferedImage function but it doesn't work.
im using:
Im trying to use the BufferedImage function but it doesn't work.
im using:
- import com.sun.image.codec.jpeg.*;
And the line of code that doesn't work is:
- BufferedImage img = new BufferedImage(srcimg.width, srcimg.height, 2);
But im getting the following errors:
Cannot find a class or type named "BufferedImage"
No libarary found for com.sun.image.codec.jpeg
Please help me this is driving me mad!!!!
Thanks.
Cannot find a class or type named "BufferedImage"
No libarary found for com.sun.image.codec.jpeg
Please help me this is driving me mad!!!!
Thanks.
1