hi2all :D,
i wrote as small image lib for reading jpg-files.
it’s a JNI program which wraps jpeg-6b.
Requirements: (Linux || Windows) && Java >= 1.5
it’s one zip file.
extract it and call “ant” for the test.
if you see an image of the “geiranger fjord”, everthing’s allright.
very simple usage:
BufferedImage img = FastImage.readImage(“myImage.jpg”);
any comments?
have fun,
olaf