jessejones / bookd

Blackout poetry writing application.
MIT License
1 stars 0 forks source link

font is blurry in png #5

Open angelausy opened 10 years ago

angelausy commented 10 years ago

limitation of using toDataURL, which returns image with 96dpi

angelausy commented 10 years ago

Tried using rasterizeHTML.js instead of html2canvas.js, but font in resulting image was even blurrier.

angelausy commented 10 years ago

Tried using OptiPNG to optimize image on finish. Was not entirely successful. Anyway, image quality is limited by html2canvas. Image optimization just reduces file size. 160kb isn’t bad right?

angelausy commented 10 years ago

Quality is also dependent on browser. Image quality is significantly higher in Safari and Firefox vs. Chrome.

balraj8 commented 9 years ago

I'm also facing the same issue, has anyone resolved it.