Mailinglisten-Archive |
Hallo Andreas, On Sun, 21 Mar 2004 09:52:36 +0100 Andreas Müller <php at universalware.de> wrote: > hat jemand einen Tip wie man das Antialiasing in der Funktion ImageTTFText > ausschalten kann? Bei dem Versuch einen Text auf ein Bild zu schreiben Laut Kommentar bei der php3.de Doku: You can turn off anti-aliasing by giving to the color argument a negative value. For example: $white = imagecolorallocate($image, 255, 255, 255); imagettftext($image, 7, 0, 0, 9, - $white, "./library/fonts/verdana.ttf", "Hi I'm not anti-aliased."); Habs aber nicht getestet. Mit besten Grüßen Carsten Kästner [programmierung.support] ................................ 100g [netzwerk für onlinekommunikation] Joachim-Friedrich-Straße 53 10711 Berlin T: +49.(0)179.104.80.56 F: +49.(0)30.89.54.27.98 kaestner at 100g.de www.100g.de
php::bar PHP Wiki - Listenarchive