On 5/28/06, Marcel Wouterse <[EMAIL PROTECTED]> wrote:
If I have an image from 100x100 and I want to stretch it to 200x100. But then I want the left part to be "normal", and the further the image get's to the right side, the further the image looks stretched.
No. That's a perspective transform, which is not currently possible with ImageMagick. I understand that somebody may be working on this, however. You can write your own algorithm to do it and use ImageMagick for reading and writing the files, though. GNS _______________________________________________ Magick-users mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-users
