Is there a way I can open a picture and
roate it
crop it
and stroke it (put a border on it)
Any help would be greatly appreciated.
Thanks
Printable View
Is there a way I can open a picture and
roate it
crop it
and stroke it (put a border on it)
Any help would be greatly appreciated.
Thanks
For rotation issue , try this(it's in C# but easy to follow) :
PHP Code:Image i=Image.FromFile("path");
i.RotateFlip(RotateFlipType.RotateNoneFlipY );