bajuwa / ComicCompiler

Scripts that help combine/splice webtoon images into a smaller collection of pages
GNU General Public License v3.0
15 stars 5 forks source link

Change default behaviour to identify the highest frequency width of all input images instead of width of first image #93

Closed bajuwa closed 4 years ago

bajuwa commented 4 years ago

Sometimes the first image is a weird title page and so may not be the most accurate width to resize everything to. Instead, find the 'path of least resistance' by getting the highest frequency width of all images and resizing them all to that width instead.