Results 1 to 11 of 11

Thread: Saving a Picture Box Image to a GIF file?

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2000
    Location
    Salvador, Bahia, Brasil
    Posts
    1

    Post

    Maybe i´ll have to convert it from a BMP safe by SaveImage command.
    How can I do it?

  2. #2
    Fanatic Member
    Join Date
    Jan 2003
    Posts
    1,004
    Because you cannot use the savepicture command to accomplish your task, I would say either:

    (1) find some source code that does it for you or
    (2) get the image from the picture box somehow and convert by putting it into the gif format manually (i.e. create the file headers, load in the information, etc.)

    I wish I could be more help, though.
    "Can't" and "shouldn't" are two totally separate things.

    All questions should be answered. All answers should be true. That is why I post.

  3. #3
    Ex-Super Mod'rater Electroman's Avatar
    Join Date
    Sep 2000
    Location
    Newcastle, England
    Posts
    4,349
    You know I think the 2nd option isn't allowed because the .gif format is copyrighted or rather the algorithm to compress it is .
    When your thread has been resolved please edit the original post in the thread ()
    and amend "-[RESOLVED]-" to the end of the title and change the icon to , Thank you.

    When posting Code use the [VBCode]Code Here[/VBCode] tags to be able to use the code highlighting.

  4. #4
    Fanatic Member
    Join Date
    Jan 2003
    Posts
    1,004
    By who?
    "Can't" and "shouldn't" are two totally separate things.

    All questions should be answered. All answers should be true. That is why I post.

  5. #5
    Ex-Super Mod'rater Electroman's Avatar
    Join Date
    Sep 2000
    Location
    Newcastle, England
    Posts
    4,349
    CompuServe
    When your thread has been resolved please edit the original post in the thread ()
    and amend "-[RESOLVED]-" to the end of the title and change the icon to , Thank you.

    When posting Code use the [VBCode]Code Here[/VBCode] tags to be able to use the code highlighting.

  6. #6
    Fanatic Member
    Join Date
    Jan 2003
    Posts
    1,004
    Then CompuServe should have some library to help. (logically )
    "Can't" and "shouldn't" are two totally separate things.

    All questions should be answered. All answers should be true. That is why I post.

  7. #7
    Ex-Super Mod'rater Electroman's Avatar
    Join Date
    Sep 2000
    Location
    Newcastle, England
    Posts
    4,349
    Thing is you need a licence or something if you want to use the compression algorithm, for example we are allowed to use MS controls to do the compression because MS have paid for a licence that lets anyone using the control. I don't think your allowed to make your own using the file format, mind I'll check www.wotsit.org and see what they say....
    When your thread has been resolved please edit the original post in the thread ()
    and amend "-[RESOLVED]-" to the end of the title and change the icon to , Thank you.

    When posting Code use the [VBCode]Code Here[/VBCode] tags to be able to use the code highlighting.

  8. #8
    Ex-Super Mod'rater Electroman's Avatar
    Join Date
    Sep 2000
    Location
    Newcastle, England
    Posts
    4,349
    I could be wrong, the opening to one of the format descriptions started:
    Code:
    The Graphics Interchange Format(c) is the copyright property of CompuServe
    Incorporated. Only CompuServe Incorporated is authorized to define, redefine,
    enhance, alter, modify or change in any way the definition of the format.
    
    CompuServe Incorporated hereby grants a limited, non-exclusive, royalty-free
    license for the use of the Graphics Interchange Format(sm) in computer
    software; computer software utilizing GIF(sm) must acknowledge ownership of the
    Graphics Interchange Format and its Service Mark by CompuServe Incorporated, in
    User and Technical Documentation. Computer software utilizing GIF, which is
    distributed or may be distributed without User or Technical Documentation must
    display to the screen or printer a message acknowledging ownership of the
    Graphics Interchange Format and the Service Mark by CompuServe Incorporated; in
    this case, the acknowledgement may be displayed in an opening screen or leading
    banner, or a closing screen or trailing banner. A message such as the following
    may be used:
    
          "The Graphics Interchange Format(c) is the Copyright property of
          CompuServe Incorporated. GIF(sm) is a Service Mark property of
          CompuServe Incorporated."
    
    For further information, please contact :
    
          CompuServe Incorporated
          Graphics Technology Department
          5000 Arlington Center Boulevard
          Columbus, Ohio  43220
          U. S. A.
    Notice it doesn't mention what I was saying How ever there are loads of threads on this forum that have said what I was saying .
    When your thread has been resolved please edit the original post in the thread ()
    and amend "-[RESOLVED]-" to the end of the title and change the icon to , Thank you.

    When posting Code use the [VBCode]Code Here[/VBCode] tags to be able to use the code highlighting.

  9. #9
    Member
    Join Date
    May 2003
    Posts
    36

    gif

    Try imageviewer cp activex

    http://www.viscomsoft.com/imageviewer.htm

  10. #10
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190
    Yeah it is copy righted...and actually I think you have to pay for every pic you save in GIF....but no one does it....

  11. #11
    Ex-Super Mod'rater Electroman's Avatar
    Join Date
    Sep 2000
    Location
    Newcastle, England
    Posts
    4,349
    Originally posted by NoteMe
    Yeah it is copy righted...and actually I think you have to pay for every pic you save in GIF....but no one does it....
    When your thread has been resolved please edit the original post in the thread ()
    and amend "-[RESOLVED]-" to the end of the title and change the icon to , Thank you.

    When posting Code use the [VBCode]Code Here[/VBCode] tags to be able to use the code highlighting.

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