tyre / gutenex

Native PDF generation for Elixir
MIT License
243 stars 35 forks source link

In v0.2.0 all images are invalid #8

Open dbulic opened 8 years ago

dbulic commented 8 years ago

In Ubuntu 16.04, opening PDF containing image in Chrome results in black rectangle where image should be. Document Viewer refuses to load generated PDF. In v0.1.0 it works (though images appear larger than they should be and are blurry because of scaling). JPG images are unsupported in all versions, as are PNGs with alpha channel - but I believe you know that due to issue #3 . I guess there is no way to load vector images?

corepoint-cio commented 7 years ago

Experiencing the same issue here (Dev env is Mac OSX). Is there any suggested work arounds? (Other than reverting back to v0.1.0)