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:
//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);
[eltd_button size=”huge-full-width” type=”outline” text=”Download & Demo Links” custom_class=”#” icon_pack=”font_awesome” fa_icon=”” link=”” target=”_blank” color=”” hover_color=”” background_color=”” hover_background_color=”” border_color=”” hover_border_color=”” font_size=”” font_weight=”” margin=””]
Demo = iMageMaker – PHP GD Processor
[eltd_button size=”huge” type=”” text=”Full Live Demo” custom_class=”” icon_pack=”font_awesome” fa_icon=”fa-laptop” link=”https://codecanyon.net/item/imagemaker-php-gd-processor/3068779″ target=”_blank” color=”” hover_color=”” background_color=”” hover_background_color=”” border_color=”” hover_border_color=”” font_size=”” font_weight=”” margin=””]
Kindly Note: We update new contents like WordPress Themes, Plugins, PHP Scripts everyday. But remember that you should never use this items in a commercial website. All the contents posted here for development & testing purpose only. We’re not responsible for any damage, use at your own RISK! We highly recommend to buy iMageMaker – PHP GD Processor from the The Developer ( pavkatar ) website. Thank you.
Download = iMageMaker – PHP GD Processor-[Updated].zip