Creating a Java JPEG!!

wxdqz

New Member
Hi, I need to create a JPEG from a Java application, but I'm not sure howto do it?I've found the JPEG api documentation at the sun's java website, but wereis the .class file that I need to run the examples??I create the Buffered Image, but when I tried to use the JPEGEncoder .....BOOM!! java class not found!!!Thanks!
 
Top