SatDump 2.0.0-alpha-520736c72
Loading...
Searching...
No Matches
j2k_utils.h File Reference

Utilities specific to JPEG2000 manipulation (from memory) More...

#include "image/image.h"
#include <cstdint>

Go to the source code of this file.

Functions

Image satdump::image::decompress_j2k_openjp2 (uint8_t *data, int length)
 Decompress J2K Data from memory with OpenJP2, returns a 16-bit image.

Detailed Description

Utilities specific to JPEG2000 manipulation (from memory)

Function Documentation

◆ decompress_j2k_openjp2()

Image satdump::image::decompress_j2k_openjp2 ( uint8_t * data,
int length )

Decompress J2K Data from memory with OpenJP2, returns a 16-bit image.

Parameters
datainput buffer
lengthbuffer size
Returns
the image