On Thu, Jun 5, 2008 at 2:48 PM, aslam doctor <[EMAIL PROTECTED]> wrote: > I have review all the GD library functions, image filters etc, > but nothing gives output like this software. > > Well I want to try something like this software does > > http://download.benvista.com/PhotoZoomPro2.zip
That looks like an interesting piece of software and you're right there's nothing in GD (or I doubt imagick either) that will do what you are looking for. Two of the most common image operations on the web are for generating thumbnails by reducing and cropping images; there's not much of a market for high-level up-scaling. You'll also notice the price tag associated with PhotoZoom; perhaps they'd be willing to consider a php library if you contacted them, or at least a command-line tool? Phill