Some black pictures on html #976
-
Hi, when I was converting pdf file to html file, sometimes there appears a total black image shown on html, while original pdf didn't show, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 14 replies
-
This a known bug - see #657. The image has an alpha channel. You can find this out by inspecting the list |
Beta Was this translation helpful? Give feedback.
This a known bug - see #657. The image has an alpha channel. You can find this out by inspecting the list
page.get_images()
. For each image on the page, there is an item like(xref, smask, ...)
in this list. If smask is > 0, then this image may show this unpleasant appearance in HTML output.