RedSquirrel87 / manga-downloader

A very simple application written in JAVA to download any chapters of any manga from the supported websites
37 stars 1 forks source link

Error while downloading pages #730

Open RedSquirrel87 opened 2 years ago

RedSquirrel87 commented 2 years ago

Original report by Anonymous.


https://mangaplus.shueisha.co.jp/titles/100020 - chapter 1061 https://mangaplus.shueisha.co.jp/titles/100034 - chapter 198 for both of them the program errors while downloading the pages and downloads a pdf with blank pages

RedSquirrel87 commented 2 years ago

Original comment by Red Squirrel (Bitbucket: Red_Squirrel, GitHub: RedSquirrel87).


com.packenius.library.xspdf.XSPdfException: Please use 24 bits per pixel RGB image!

It seems that the PDF library does not support the color profile used in those image

RedSquirrel87 commented 2 years ago

Original comment by Red Squirrel (Bitbucket: Red_Squirrel, GitHub: RedSquirrel87).


In the next version I plan to switch to Apache PDFBox library which should fix the problem

RedSquirrel87 commented 2 years ago

Original comment by Red Squirrel (Bitbucket: Red_Squirrel, GitHub: RedSquirrel87).


Issue #737 was marked as a duplicate of this issue.

RedSquirrel87 commented 2 years ago

Original comment by Red Squirrel (Bitbucket: Red_Squirrel, GitHub: RedSquirrel87).


Issue #732 was marked as a duplicate of this issue.