[PHP-WIN] GD problem

2005-02-25 Thread Joakim Ling
Hi The standard font in GD doesn't support å (aring;) , it supports ä and ö. I tried looking over the web for a gdf font, but no standard font with åäö. Anyone got a suggestion? $title = åäöÅÄÖ; imagestring ($this-img, 6, (($this-toolWidth/2)-((strlen($title)/2)*9)), 60,

[PHP-WIN] GD problem

2004-08-31 Thread Joakim Ling, Lokalguiden
Hi, Is it possible to resize jpg/gif from gd 1.7, its working fine in gd 2.0 and my webbserver wont upgrade. This is my example (not working in gd 1.7) ?php // 1.php header(Content-type: image/jpeg); $img = $_GET[img]; $imgSource = @getimagesize($img); $imgWidth = $imgSource[0];

[PHP-WIN] GD problem

2004-08-31 Thread Joakim Ling
Hi, Is it possible to resize jpg/gif from gd 1.7, its working fine in gd 2.0 and my webbserver wont upgrade. This is my example (not working in gd 1.7) ?php // 1.php header(Content-type: image/jpeg); $img = $_GET[img]; $imgSource = @getimagesize($img); $imgWidth = $imgSource[0];