Results 1 to 2 of 2

Thread: Images

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    May 2001
    Posts
    525

    Images

    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

  2. #2
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    For rotation issue , try this(it's in C# but easy to follow) :

    PHP Code:
    Image i=Image.FromFile("path");
    i.RotateFlip(RotateFlipType.RotateNoneFlipY ); 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width