LibreOffice Module vcl (master) 1
|
#include <vcl/filter/PngImageWriter.hxx>
#include <png.h>
#include <bitmap/BitmapWriteAccess.hxx>
#include <vcl/bitmap.hxx>
#include <vcl/BitmapTools.hxx>
Go to the source code of this file.
Namespaces | |
namespace | vcl |
Functions | |
static void | vcl::lclWriteStream (png_structp pPng, png_bytep pData, png_size_t pDataSize) |
static bool | vcl::pngWrite (SvStream &rStream, const BitmapEx &rBitmapEx, int nCompressionLevel, bool bInterlaced, bool bTranslucent, const std::vector< PngChunk > &aAdditionalChunks) |