|
-
Dec 23rd, 2002, 04:09 PM
#1
Thread Starter
Hyperactive Member
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)

-
Dec 23rd, 2002, 09:36 PM
#2
yay gay
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/
-
Dec 23rd, 2002, 11:53 PM
#3
Thread Starter
Hyperactive Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|