Axial shading sampling

This commit is contained in:
Jakub Melka
2021-03-01 15:24:04 +01:00
parent 5b8b1de2db
commit d9c6c5e2b4
9 changed files with 405 additions and 26 deletions

View File

@ -62,6 +62,7 @@ private:
struct RenderedImage
{
QImage image;
QList<pdf::PDFRenderError> errors;
};
void updatePageImage();