rReLmy Posted February 23, 2008 Share Posted February 23, 2008 Hi I got a Problem. I create dynamic title images with imagick. Now I have a problem, i can define a stroke inside a char, color, width no Problem! But I have to define a stroke outside of the chars. My code looks like this //Text Stroke if(is_numeric($this->font_stroke) && $this->font_stroke>0) { $color->setColor($this->font_stroke_color); //set color //$draw->setstrokeopacity(); $drawings->setStrokeWidth($this->font_stroke); $drawings->setStrokeColor($color); $drawings->setStrokeAlpha($this->font_stroke_alpha); } Is there a possibility to display the stroke outside of the chars? Sample Image PHP Version 5.2.5 and newest Imagick self compiled. Greets Adds. Is there a Bounding Box in Imagick like imagettfbbox()? Link to comment https://forums.phpfreaks.com/topic/92600-imagick-stoke-outside-of-chars-bounding-box/ Share on other sites More sharing options...
rReLmy Posted February 23, 2008 Author Share Posted February 23, 2008 anyone? Link to comment https://forums.phpfreaks.com/topic/92600-imagick-stoke-outside-of-chars-bounding-box/#findComment-474598 Share on other sites More sharing options...
rReLmy Posted March 2, 2008 Author Share Posted March 2, 2008 impossible?? Link to comment https://forums.phpfreaks.com/topic/92600-imagick-stoke-outside-of-chars-bounding-box/#findComment-481632 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.