damoiser / qr-bills

Ruby Gem to generate QR-Bills for Swiss payments
BSD 3-Clause "New" or "Revised" License
21 stars 15 forks source link

Consider switching to something else #3

Closed alexanderadam closed 3 years ago

alexanderadam commented 3 years ago

Hi Damiano,

I just wanted to mention that minimagick should be more performant and gives the opportunity to use GraphicsMagick as well (which is even more performant and usually available on every major platform).

So it might be good to consider switching from rmagick to minimagick.

Either way: thank you so much for creating this gem! 🙏

EDIT: libvips is even more performant but maybe I found an even better solution. I will probably fix create a PR at one point.