packetmonkey / prawn-gmagick

Use GraphcisMagick to load images into a Prawn document
https://github.com/packetmonkey/prawn-gmagick/
13 stars 6 forks source link

Compress the alpha data in the output PDF. Fixes #14. #15

Closed tkfu closed 5 years ago

tkfu commented 7 years ago

This is to close #14. The alpha stream wasn't being compressed at all, yielding massive file sizes.

packetmonkey commented 7 years ago

Thanks for the PR, a couple quick fixes and we should be able to get this merged in

Please add an entry to the CHANGELOG.markdown file under a ## 0.0.9 - UNRELEASED header with the ### Changed subheading linking to this PR

Please remove the change to prawn-gmagick.gemspec, I'll combine all the release changes into a separate commit.

tkfu commented 7 years ago

Done.

tkfu commented 7 years ago

@packetmonkey Any update on this?

tkfu commented 7 years ago

@packetmonkey Pinging again--can we merge this?

tkfu commented 7 years ago

@packetmonkey Please, it would be really helpful to get this merged in. The file bloat issue is quite serious for large documents, and asciidoctor-pdf recommends the use of prawn-gmagick by default.

packetmonkey commented 5 years ago

Merged this change, releasing a new gem shortly. Thanks for the PR!