Color management (without icc color spaces)

This commit is contained in:
Jakub Melka
2019-12-26 16:28:46 +01:00
parent 70daaac841
commit 189836d76c
3 changed files with 467 additions and 3 deletions

View File

@ -28,7 +28,6 @@ PDFAsynchronousPageCompiler::PDFAsynchronousPageCompiler(PDFDrawWidgetProxy* pro
BaseClass(proxy),
m_proxy(proxy)
{
// TODO: Create setting for this
m_cache.setMaxCost(128 * 1024 * 1024);
}