I am interested in encoding a raw RGB stream (in memory) with JPEG
2000. Preferably, I'd be able to use 8bpp or 16bpp data (or even
something inbetween, if that will work) Is there a simple example
someone has to do this? Encoding and decoding? To begin with, I'd just
like to pass either quality or image size, if possible.
I've been looking at the examples and this is what I've gathered I
need to call?
opj_image_create()
opj_create_compress()
opj_setup_encoder()
opj_encode()
Thank you,
Sam
Perhaps you could post your code as an example for others looking for
an example?
--
Michael Wood <esio...@gmail.com>