larsmagne / meme

An Emacs meme generator
https://lars.ingebrigtsen.no/2016/06/27/an-emacs-meme-generator/
178 stars 9 forks source link

Output image's font is not same as emacs preview #6

Closed vuquangtam closed 3 years ago

vuquangtam commented 3 years ago

I'm using emacs 27.1 and using lastest version of meme package This is output file output

This is emacs preview emacs preview

larsmagne commented 3 years ago

Looks like Emacs and Imagemagick convert interprets stroke-width differently? I've now tweaked it, and it seems to work for me again now.

vuquangtam commented 3 years ago

I pulled latest version but it doesn't work. Maybe it relates to imagemagick doesn't compile in emacs 27.1? https://devclass.com/2020/08/11/dont-look-vi-users-emacs-27-1-waves-bye-to-imagemagick-adds-native-json-parsing-support/

larsmagne commented 3 years ago

What does the resulting image look like now? I suspect some versions of ImageMagick convert interprets SVGs differently than others. The current meme.el version works with the ImageMagick convert version on Debian/bullseye.

vuquangtam commented 3 years ago

What does the resulting image look like now? I suspect some versions of ImageMagick convert interprets SVGs differently than others. The current meme.el version works with the ImageMagick convert version on Debian/bullseye.

Hi, i pulled the latest version and it works fine, thank you.