|
SatDump 2.0.0-alpha-520736c72
|
Utilities specific to 12-bit JPEG manipulation (from memory) More...
Go to the source code of this file.
Functions | |
| Image | satdump::image::decompress_jpeg12 (uint8_t *data, int length, bool ignore_errors=false) |
| Decompress 12-bit JPEG Data from memory. | |
Utilities specific to 12-bit JPEG manipulation (from memory)
| Image satdump::image::decompress_jpeg12 | ( | uint8_t * | data, |
| int | length, | ||
| bool | ignore_errors = false ) |
Decompress 12-bit JPEG Data from memory.
| data | input buffer |
| length | buffer size |
| ignore_errors | if true, ignore some errors (needed for a few satellites sending slightly malformed but still valid JPEGs) |