Sybio / ImageWorkshop

ImageWorkshop is a PHP5.3+ library that helps you to manage images based on GD library
http://phpimageworkshop.com/
Other
862 stars 189 forks source link

Smooth Font #99

Open ToroMedia opened 7 years ago

ToroMedia commented 7 years ago

Hi.. First of all.. Great Class and really easy to use. Just try to build an "Banner Creator" and was wondering, why the custom added Font looks sooo badly and pixilated.

Look: bildschirmfoto 2017-09-01 um 17 27 28

Is there any possibility to get the font looks smooth? Just found a helfpul Topic here: https://stackoverflow.com/questions/16999811/php-gd-text-is-not-smooth but how to adapt this to your Class?

Hope anyone can help :)

skwi commented 7 years ago

Hello @ToroMedia

Thanks for your feedback.

Can you provide the font file you're using, and the configuration of the layer you're creating and the options used to save the file (mime type, quality ...)

mklahorst commented 5 years ago

I am having a similar issue with fonts, but more related to the alignment of the fonts.

(NOTE, these are zoomed in so the quality isn't good. Just focusing on alignment)

Here is a screenshot of how the font looks in Photoshop: https://d.pr/i/Lhf8XF Here it is rendered with the library: https://d.pr/i/JcHPAX

You can see in the library the letters aren't all aligned to the baseline the same way.

Any ideas?