1#ifndef OPENXLSX_XLIMAGEPARSER_HPP
2#define OPENXLSX_XLIMAGEPARSER_HPP
4#include "OpenXLSX-Exports.hpp"
25 static XLImageSize parseDimensions(
const std::string& path);
Parses binary image headers (PNG, JPG, GIF) to extract width and height without external dependencies...
Definition XLImageParser.hpp:23
Definition IZipArchive.hpp:18
Definition XLImageParser.hpp:12
uint32_t width
Definition XLImageParser.hpp:13
std::string extension
Definition XLImageParser.hpp:15
uint32_t height
Definition XLImageParser.hpp:14
bool valid
Definition XLImageParser.hpp:16