mirror of
https://github.com/YACReader/yacreader
synced 2025-07-25 00:15:07 -04:00
BUMP minimum render size for PDF pages
This commit is contained in:
@ -55,7 +55,7 @@ QImage MacOSXPDFComic::getPage(const int pageNum)
|
||||
// CGPDFPageRef page = [self getPage:page_number];
|
||||
|
||||
CGRect pageRect = CGPDFPageGetBoxRect(page, kCGPDFMediaBox);
|
||||
int width = 1200;
|
||||
int width = 2560;
|
||||
|
||||
// NSLog(@"-----%f",pageRect.size.width);
|
||||
CGFloat pdfScale = float(width) / pageRect.size.width;
|
||||
|
Reference in New Issue
Block a user