Target overflow fix
This commit is contained in:
parent
0491b4f713
commit
48bc708e0c
@ -127,7 +127,7 @@ class DialogConvert(QtGui.QProgressDialog):
|
|||||||
index = index + 1
|
index = index + 1
|
||||||
target = os.path.join(self.bookPath, '%05d.png' % index)
|
target = os.path.join(self.bookPath, '%05d.png' % index)
|
||||||
self.convertAndSave(source,
|
self.convertAndSave(source,
|
||||||
target
|
target,
|
||||||
device,
|
device,
|
||||||
flags ^ ImageFlags.Split | ImageFlags.SplitRight,
|
flags ^ ImageFlags.Split | ImageFlags.SplitRight,
|
||||||
archive,
|
archive,
|
||||||
|
Loading…
Reference in New Issue
Block a user