Developer License


  • Perpetual license (does not expire)
  • Unlimited projects
  • Can distribute code and binary products
  • Commercial use allowed
Free Read License

14 Day money-back guarantee

Full refund within 14 days of purchase date.

You need to log-in or create an account
  • Create an account
  • Log-in

Please use your real name.

Activation link will be sent to this address.

Minimum 8 characters

Enter your password again

Clicking this button confirms you read and agreed to the terms of use and privacy policy.

  • Released: Apr 13, 2011
    Last Update: Jun 23, 2012
  • Language: PHP
  • Category: Audio / Video / Images
  • Time / costs savings: 100h / $6000 *
(1 ratings)

Image Morphing Utility

Image Morphing Utility
Developed by Valentino Radosavlevici, Released Apr 13, 2011

Image morphing utility

PHP

Tags: filter , image

This is a light yet powerful image morphing utility written in PHP.

// Simply include the class in your project
require_once 'img.class.php';

// Instantiate the ImageMorph object
$imageMorph = new ImageMorph(); 

// Load an image from the server
$img = $imageMorph -> Load($filename); 

// Change its dimensions according to your needs    
$img = $imageMorph -> Resize($img,$w,$h);

 // Send the result to the browser
 $imageMorph -> Display($img);

Each of these methods has many options. The class is fully documented with examples for each method.

Class methods include:

  • Load (load an image from the server)
  • Display (display the current resource to the browser)
  • Save (save the current resource)
  • FastConvert (converts a picture from a format to another - GIF, PNG and JPEG supported)
  • Better (a multi-filter; supports sepia, negative etc. and image rotation)
  • Overlay (superimposes 2 images)
  • Stack (creates a horizontal or vertical stack of images - useful for CSS sprites)
  • Resize
  • Text (add transparent text)
  • Crop (crop an area from the image)
View all 1 reviews »

User Reviews

Read all 3 comments »

Questions & Comments


Or enter your name and Email
  • Chris Marshell 6 months ago
    It doesn't work, there is error.Forbidden and Does it have any demo site or something like that screenshots or anything?
  • bipinkhanal 1 year ago
    This file is corrupted.... cannot be unzipped...
You must be logged-in to vote. Log-in to your account or register now.