mtolly / jammittools

Export sheet music (PDF) and audio (WAV) from the Windows/Mac app Jammit
GNU General Public License v3.0
31 stars 5 forks source link

Stop using ImageMagick #3

Closed mtolly closed 9 years ago

mtolly commented 9 years ago

This is probably harder than #2, since currently we're using ImageMagick's PDF generation capability. Perhaps http://hackage.haskell.org/package/HPDF would work? And for the PNG input, http://hackage.haskell.org/package/JuicyPixels ?