We have hosted the application ltmagic tdraw in order to run this application in our online workstations with Wine or directly.
Quick description about ltmagic tdraw:
Bring the full power of object oriented programming to PHP's Imagick.LTMagic is a class to extend the IMagick class and TDraw extends the ImagickDraw class with the goal of simplifying repetitive code.
Instead of:
$draw->setFont ("Arial-bold");
$draw->setFontSize (24);
$draw->setTextAlignment (Imagick: : ALIGN_CENTER);
$draw->annotation ($im_x - 45, $im_y - 33, $x_axis);
Do it in one line:
$draw->Tfont ("Arial-bold", 24)->Talign ("center")->Ttext ($im_x - 45, $im_y - 33, $x_axis);
LTImagic/TDraw also seeks to address some of the shortcomings of PHP's Imagick, such as verbose code, inconsistent returning of Imagick objects or booleans, uniting several steps into a single function, combining set/get functions.
The project is currently limited in scope. Code contributions are welcome, please read the page wiki: How LTMagic/TDraw Achieves its Goals first.
LTMagic/Tdraw, the T. rex of image processing.
wiki: Supported Imagick/ImagickDraw Functions
Features:
- PHP
- Imagick
- Object Oriented Programming
Audience: Information Technology, End Users/Desktop.
Programming Language: PHP.
.
©2024. Winfy. All Rights Reserved.
By OD Group OU – Registry code: 1609791 -VAT number: EE102345621.
