mirror of
https://github.com/ciromattia/kcc
synced 2025-12-13 01:36:27 +00:00
Reimplemented HQ Panel View (close #223)
This commit is contained in:
@@ -209,6 +209,8 @@ class ComicPage:
|
||||
def __init__(self, options, mode, path, image, color, fill):
|
||||
self.opt = options
|
||||
_, self.size, self.palette, self.gamma = self.opt.profileData
|
||||
if self.opt.hq:
|
||||
self.size = (int(self.size[0] * 1.5), int(self.size[1] * 1.5))
|
||||
self.image = image
|
||||
self.color = color
|
||||
self.fill = fill
|
||||
|
||||
Reference in New Issue
Block a user