SatDump 2.0.0-alpha-520736c72
Loading...
Searching...
No Matches
j2k_utils.h
Go to the documentation of this file.
1#pragma once
2
7
8#include "image/image.h"
9#include <cstdint>
10
11namespace satdump
12{
13 namespace image
14 {
21 Image decompress_j2k_openjp2(uint8_t *data, int length);
22 } // namespace image
23} // namespace satdump
Definition image.h:17
Core Image class.