View Single Post
Old 08-31-2019, 08:40 AM   #1278
sprite7
Member
sprite7 could sell banana peel slippers to a Deveel.sprite7 could sell banana peel slippers to a Deveel.sprite7 could sell banana peel slippers to a Deveel.sprite7 could sell banana peel slippers to a Deveel.sprite7 could sell banana peel slippers to a Deveel.sprite7 could sell banana peel slippers to a Deveel.sprite7 could sell banana peel slippers to a Deveel.sprite7 could sell banana peel slippers to a Deveel.sprite7 could sell banana peel slippers to a Deveel.sprite7 could sell banana peel slippers to a Deveel.sprite7 could sell banana peel slippers to a Deveel.
 
Posts: 16
Karma: 3274
Join Date: Dec 2014
Device: Kindle Oasis 3
Is it possible to add alternative 4 panel view? Right-top, right-bottom, left-top, left-bottom. For 4-panel manga (4koma), like this.

update: I found a solution, need to modify 1 line in comic2ebook.py
Code:
                    #order = [2, 1, 4, 3]
                    order = [3, 1, 4, 2]

Last edited by sprite7; 09-07-2019 at 01:16 PM.
sprite7 is offline   Reply With Quote