mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Bugfixing
This commit is contained in:
@ -492,7 +492,7 @@ int PDFRasterizerPool::getDefaultRasterizerCount()
|
||||
|
||||
int PDFRasterizerPool::getCorrectedRasterizerCount(int rasterizerCount)
|
||||
{
|
||||
return qBound(1, rasterizerCount, 16);
|
||||
return qBound(1, rasterizerCount, 256);
|
||||
}
|
||||
|
||||
PDFImageWriterSettings::PDFImageWriterSettings()
|
||||
|
Reference in New Issue
Block a user