TacoAnime69 / nh-pdf-downloader

Downloads and coverts any doujin/manga from nhentai to PDF
GNU General Public License v3.0
20 stars 14 forks source link

Transparency RGBA Conversion #5

Closed TacoAnime69 closed 4 years ago

TacoAnime69 commented 4 years ago

When downloading a doujin that contains images with an alpha channel (such as 161502), The following warning is printed:

Palette images with Transparency expressed in bytes should be converted to RGBA images.

This results in a corrupted file being saved that is not readable by all PDF readers.

TacoAnime69 commented 4 years ago

Update

User have reported that upgrading Pillow to 5.0.0 has solve the issue. Will test updated requirements.txt and find solution for earlier version of Pillow.

TacoAnime69 commented 4 years ago

Issue has been resolved. See merge for fixed details.