ChapterForge
Loading...
Searching...
No Matches
jpeg_info.hpp File Reference
#include <cstdint>
#include <vector>
Include dependency graph for jpeg_info.hpp:

Go to the source code of this file.

Functions

bool parse_jpeg_info (const std::vector< uint8_t > &data, uint16_t &width, uint16_t &height, bool &is_yuv420)
 

Function Documentation

◆ parse_jpeg_info()

bool parse_jpeg_info ( const std::vector< uint8_t > &  data,
uint16_t &  width,
uint16_t &  height,
bool &  is_yuv420 
)