Hi Friend,
i want to do this
Given an input image, RESAMPLE creates an output image which is the result of rotating/shifting/shearing/scaling the input image
Is this possible in PHP any Idea here?
just came across this the other day: http://www.imagemagick.org/script/index.php
have not tried out myself but seems to do the things you are asking for.
dear i want to this work in PHP.
Your provided source is a c++ program which i not need.
Anyway thanks for taking intrest but my question is still here.
What about http://www.imagemagick.org/script/api.php#php
thier also c language is involved ..... i need to this work in php only.
ahh sorry then.
Then the only help I can give is that you will need the a script that uses the GD library (default extention that comes with PHP), but you propably already know this.
My tip, have a look at the scripts in: http://www.hotscripts.com/PHP/Scripts_and_Programs/Image_Handling/index.html
Yes it is i wanted