Satishpethani92 / alivepdf

Automatically exported from code.google.com/p/alivepdf
0 stars 0 forks source link

adding a non traparent png throws Error: Alpha channel not supported for now in PNGImage #210

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. do addImageStream with the attached image
2.
3.

What is the expected output? What do you see instead?
Error: Alpha channel not supported for now in PNGImage

What version of the product are you using? On what operating system?
r 263

Please provide any additional information below.
-checked the image in photoshop it has no alpha channel
-exported the image via photoshop as a png without transparency
tried 8-16 bit RGB Color

Original issue reported on code.google.com by JesperH...@googlemail.com on 15 Mar 2010 at 12:31

Attachments:

GoogleCodeExporter commented 8 years ago
i think the error apears if the image is not a 24 Bit png file.
I got this error if i use png files with less colors or reduced palettes.

Original comment by JesperH...@googlemail.com on 29 Jun 2010 at 9:54