New, NATIVE JPG Lib + Java Interface

hi,

like fast native jpeg-image access ?

lib merniImage also published here:
http://www.java-gaming.org/forums/index.php?topic=13828.0

Requirements: (Linux || Windows) && Java >= 1.5
< 300kb

// thats all !!!
BufferedImage img = FastImage.readImage(“myImage-from-my-brandNew-car.jpg”);

comments ?

didn’t test it, but looks like a good option :slight_smile:

How about about creating, a javax.imageio.ImageReader? This would make the use more transparent, e.g. one could include it on windows and linux and fall back to the, probably not so fast, standard loader on macos x without changing the code.