Results 1 to 3 of 3

Thread: Create Dynamic Images Using Other Images

  1. #1

    Thread Starter
    Hyperactive Member kleptos's Avatar
    Join Date
    Aug 2001
    Location
    The Dark Carnival
    Posts
    346

    Create Dynamic Images Using Other Images

    I am using GDI+ to create some images. I have created a simple image using System.Drawing and associated classes ad have created an image with some text on it. That was easy, now i am trying to figure out how to use other images to make up a main image. I guess i want to use a smaller image inside my main image as part of that image. Any ideas or places to look?
    Thanks!
    ..::[kleptos]::..
    • Database Administrator (MSSQL 2000)
    • Application Developer (C#)
    • Web Developer (ASP.NET)


  2. #2
    yay gay PT Exorcist's Avatar
    Join Date
    Apr 2002
    Location
    . . . my reason of shame
    Posts
    2,729
    to use an image to an image object do:

    PHP Code:
    Image i Image.FromFile(@"C:\myPic.jpg"); 
    then just work it out like u'd with some other picture
    \m/\m/

  3. #3

    Thread Starter
    Hyperactive Member kleptos's Avatar
    Join Date
    Aug 2001
    Location
    The Dark Carnival
    Posts
    346

    Create Dynamic Images Using Other Images [RESOLVED]

    That worked great! Thanks....
    ..::[kleptos]::..
    • Database Administrator (MSSQL 2000)
    • Application Developer (C#)
    • Web Developer (ASP.NET)


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