LibreOffice Module vcl (master) 1
Namespaces | Functions | Variables
GraphicFormatDetector.cxx File Reference
#include <sal/config.h>
#include <algorithm>
#include <vcl/filter/PngImageReader.hxx>
#include <graphic/GraphicFormatDetector.hxx>
#include <graphic/DetectorTools.hxx>
#include <tools/solar.h>
#include <tools/zcodec.hxx>
#include <tools/fract.hxx>
#include <filter/WebpReader.hxx>
#include <vcl/TypeSerializer.hxx>
#include <vcl/outdev.hxx>
#include <utility>
Include dependency graph for GraphicFormatDetector.cxx:

Go to the source code of this file.

Namespaces

namespace  vcl
 

Functions

bool vcl::peekGraphicFormat (SvStream &rStream, OUString &rFormatExtension, bool bTest)
 

Variables

constexpr sal_uInt32 SVG_CHECK_SIZE = 2048
 
constexpr sal_uInt32 WMF_EMF_CHECK_SIZE = 44
 
constexpr sal_uInt32 DATA_SIZE = 640
 

Variable Documentation

◆ DATA_SIZE

constexpr sal_uInt32 DATA_SIZE = 640
constexpr

Definition at line 37 of file GraphicFormatDetector.cxx.

Referenced by vcl::GraphicFormatDetector::checkTIF().

◆ SVG_CHECK_SIZE

constexpr sal_uInt32 SVG_CHECK_SIZE = 2048
constexpr

Definition at line 35 of file GraphicFormatDetector.cxx.

Referenced by vcl::GraphicFormatDetector::checkSVG().

◆ WMF_EMF_CHECK_SIZE

constexpr sal_uInt32 WMF_EMF_CHECK_SIZE = 44
constexpr