56,7 → 56,7 |
QString MaskToTxt(bool PDF = true); |
QString MaskToTxt14(); |
void swapRGBA(); |
void createLowRes(double scale); |
void createHalfRes(); |
void scaleImage(int width, int height); |
bool LoadPicture(QString fn, QString Prof, int rend, bool useEmbedded, bool useProf, int requestType, int gsRes, bool *realCMYK = 0); |
QString getAlpha(QString fn, bool PDF, bool pdf14); |
116,8 → 116,7 |
bool valid; |
bool isRequest; |
bool progressive; |
int lowResType; /* 0 = full Resolution, 1 = 72 dpi, 2 = 36 dpi */ |
double lowResScale; |
bool isHalfRes; |
double pathXoffset; |
double pathYoffset; |
QMap<QString, FPointArray> PDSpathData; |