Search code examples
phpthumbnailscrop

Create thumbnail in php


I am trying to find a script which can create thubnail by cropping and transforming. For example: the original image size is 800x750. But I want to create a thumbnail of size 150x110. So it should first transform the image to that size and then crop the area which falls out. Hope I made myself clear. Thanks in advance.


Solution

  • You can use the timthumb plugin.

    http://code.google.com/p/timthumb/