Results 1 to 3 of 3

Thread: Saving Image

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2001
    Posts
    9
    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.

  2. #2
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    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.

  3. #3

    Thread Starter
    New Member
    Join Date
    Jan 2001
    Posts
    9
    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
  •  



Click Here to Expand Forum to Full Width