|
-
Jan 5th, 2000, 01:12 AM
#1
Thread Starter
New Member
Maybe i´ll have to convert it from a BMP safe by SaveImage command.
How can I do it?
-
Jul 29th, 2003, 06:08 PM
#2
Fanatic Member
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.
-
Jul 29th, 2003, 06:22 PM
#3
Ex-Super Mod'rater
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.

-
Jul 29th, 2003, 06:27 PM
#4
Fanatic Member
"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.
-
Jul 29th, 2003, 06:51 PM
#5
Ex-Super Mod'rater
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.

-
Jul 29th, 2003, 07:27 PM
#6
Fanatic Member
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.
-
Jul 29th, 2003, 07:42 PM
#7
Ex-Super Mod'rater
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.

-
Jul 29th, 2003, 07:49 PM
#8
Ex-Super Mod'rater
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.

-
Jul 31st, 2003, 05:50 AM
#9
Member
-
Jul 31st, 2003, 05:15 PM
#10
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....
-
Aug 1st, 2003, 07:33 AM
#11
Ex-Super Mod'rater
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|