LibreOffice Module vcl (master) 1
|
#include <vcl/graph.hxx>
#include <vcl/BitmapTools.hxx>
#include <vcl/outdev.hxx>
#include <sal/log.hxx>
#include <tools/fract.hxx>
#include <tools/helpers.hxx>
#include <tools/stream.hxx>
#include <memory>
#include <filter/PsdReader.hxx>
Go to the source code of this file.
Macros | |
#define | PSD_BITMAP 0 |
#define | PSD_GRAYSCALE 1 |
#define | PSD_INDEXED 2 |
#define | PSD_RGB 3 |
#define | PSD_CMYK 4 |
#define | PSD_MULTICHANNEL 7 |
#define | PSD_DUOTONE 8 |
#define | PSD_LAB 9 |
Functions | |
bool | ImportPsdGraphic (SvStream &rStream, Graphic &rGraphic) |
Definition at line 769 of file ipsd.cxx.
Referenced by GraphicFilter::readPSD().