Actions
Feature #15288
closedEllipse Gifbuilder Function
Start date:
2005-12-15
Due date:
% Done:
0%
Estimated time:
PHP Version:
5.3
Tags:
Complexity:
Sprint Focus:
Description
With this Patches can you use Ellipse in TypoScript (GIFBUILDER).
eg.
10 = ELLIPSE
10.dimensions = 100,100,50,50
10.color = red
dimension=x,y,width,high
German: http://www.thomas-peterson.de/blogdisplay/archive/2005/december/14/kreise_per_ts/index.html
(issue imported from #M2049)
Files
Updated by Thomas Peterson almost 19 years ago
Updated by Sebastian Kurfuerst almost 19 years ago
Hi,
as you worked on the gifbuilder during zap-the-gremlins, I thought you might have a look. (Btw - is truecolor now implemented in the core? If yes, you'd need to adjust the patch here - that's why I sent this to you instead of doing it myself).
Updated by Thomas Peterson almost 19 years ago
My English is bad.
Truecolor is used in core eg. :
$im_base = imagecreatetruecolor(imagesx($im), imagesy($im));
Only when use GD2
What you mean? with adjust the path here?
Thanks
Actions