
OpenJPEG
OpenJPEG is an open-source JPEG 2000 codec written in C language. It has been developed in order to promote the use of JPEG 2000, a still-image compression standard from the Joint …
openjpeg.c File Reference
Jan 8, 2017 · opj_encode () ... Encode an image into a JPEG-2000 codestream. Parameters ... Returns Returns true if successful, returns false otherwise References …
OpenJPEG: OpenJPEG v2.5.0 Documentation
Jan 8, 2017 · The OpenJPEG library is an open-source JPEG 2000 library developed in order to promote the use of JPEG 2000. This documents is focused on the main part of the library …
OpenJPEG: openjpeg.h File Reference
JPEG 2000 Profiles, see Table A.10 from 15444-1 (updated in various AMD) These values help choosing the RSIZ value for the J2K codestream. The RSIZ value triggers various encoding …
jp2.c File Reference - OpenJPEG
opj_jp2_decode () ... Decode an image from a JPEG-2000 file stream. Parameters ... Returns Returns a decoded image if successful, returns NULL otherwise
OpenJPEG: headers diff between 2.0 and 2.0.1 versions
Diff for header files between 2.0 and 2.0.1 versions of openjpeg
OpenJPEG: jp2.h File Reference
Jan 8, 2017 · jp2.h File Reference The JPEG-2000 file format Reader/Writer (JP2) More... Go to the source code of this file.
OpenJPEG 2.5.2 released
Feb 28, 2024 · Hello, OpenJPEG 2.5.2 is released today. This is a bugfix-only release correcting an issue of 2.5.1 (openjpeg.h no longer including opj_config.h), as detailed in the Changelog …
An open-source JPEG 2000 codec written in C. - openjpeg.org
OpenJPEG is an open-source JPEG 2000 codec written in C language. It has been developed in order to promote the use of [JPEG 2000] (http://www.jpeg.org/jpeg2000), a still-image …
OpenJPEG: event.h File Reference
Jan 8, 2017 · Implementation of a event callback system. The functions in EVENT.C have for goal to send output messages (errors, warnings, debug) to the user.