Thursday, May 9, 2013

iMageMaker PHP GD Processor

PHP Scripts - iMageMaker - PHP GD Processor - CodeCanyon

iMageMaker PHP GD Processor his title this type of PHPScripts/ImagesandMedia This time I will review,made by ser-html, PHPScripts/ImagesandMedia is sold at a price of $5 in CodeCanyon. iMageMaker - PHP GD Processor - CodeCanyon Item for Sale iMageMaker // image // image processor // maker // php //
Created 24 September 12
Last Update 24 September 12
Compatible Browsers IE6, IE7, IE8, IE9, Firefox, Safari, Opera, Chrome
Software Version PHP 4.x, PHP 5.x, PHP 5.0 - 5.2, PHP 5.3, jQuery
High Resolution Yes
Files Included PHP

iMageMaker is powerful image processor for php. The library can be implement in all frameworks, systems or scripts. Have alot of options and is design to be easy to use.

The code is extremly easy to read and write:

HTML Structure
 //First we include the library include '../imageMaker.class.php'; /* * Then initialize the class * Params: width, height, background_type, background_color, image_path * Then initialize the class */ $image = new ImageMaker(533, 400, 'solid', '#fff', '../images/flower.jpg'); //Build new image to create watermark. Param: image_path $image->new = $image->buildImage('../images/logo.png'); /* * Then position the new image somewhere in the main photo * Params: main_image, new_image, width, height, postion_array, from where to count the posiotion(bottom/top, left/right) * Then initialize the class */ $image->positionImage($image->image,$image->new,150,40, array(-5,-5),array('bottom','right')); //And finally show the image $image->show($image->image);  

No comments:

Post a Comment