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]