|
-
Jan 30th, 2001, 01:04 AM
#1
Thread Starter
New Member
Hi All,
Really hope you guys can help me here. I have a picturebox containing a .gif image. I would like to write a text on the image and later save the image as .gif. I have used to SavePicture method but it only saves the original image and not the text which was included. That image would be use as a hyperlink later on. For example, I have a "house" image and would like to type the word "home" onto it and then save them both together.
Thanks.
-
Jan 30th, 2001, 02:01 AM
#2
transcendental analytic
Would a bmp be a problem?
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Jan 30th, 2001, 03:31 AM
#3
Thread Starter
New Member
i can't have it bmp. must be gif..
and can u guys help me in teaching me how to save the gif file to its minimum size.
at the moment, the original size of the gif file is 649bytes but after alteration, the size became 20.4 KB. that's too huge
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
|