maforget / ComicRackCE

A Community Edition for the legendary Comic Book Manager ComicRack. ComicRack is back from the dead.
GNU General Public License v2.0
213 stars 20 forks source link

Blank pages not showing up #79

Closed chowbok closed 3 weeks ago

chowbok commented 3 weeks ago

I have a comic that has two blank pages, which are necessary to keep pages on the correct side in two-page mode. They are no longer displayed or listed in the page listing.

chowbok commented 3 weeks ago

Aha, just saw this: "NEW: Images smaller than 512 bytes will be ignored inside archives." This is a problem, because these blank pages are just 400-byte PNGs. Not sure what this is trying to fix, but can it possibly be reverted? I have several comics with these blanks.

maforget commented 3 weeks ago

The idea was to exclude thumbnails. Maybe change it to 256?

chowbok commented 3 weeks ago

That would probably work.

maforget commented 3 weeks ago

I've checked the initial person problem and they said that files had 200 to 300 bytes thumbnails. I thought no normal pages would be smaller than that. I'll change it to 256, because blank pages are more important than the occasional wrongly packed file, that can be fixed easily.

maforget commented 3 weeks ago

Tell me if there is any more problem or if that value is fine. I will either lower it again or scrap it all together if it still a problem.

Note: Affected images might need a refresh or just checking the pages tab so that they are recognized.

chowbok commented 3 weeks ago

Sounds good; thanks! Really appreciate your addressing this so quickly.