Board index » delphi » Output images in GIF format...

Output images in GIF format...

Does anyone know of a component or method to output graphics in GIF format?
It seems a natural descendant to TGraphic. If there is no such component -
is there a file format definition available so I could write such a
component?

-- Thanks

 

Re:Output images in GIF format...


I know that Corporate Suite 3.0 ImageLib from Skyline Tools (www.imagelib.com)
produces GIF images from a variety of input file types, and can save them to a
file or in a BLOB field in a database.  It is commercial software... no I do
not work for, or get paid by the aformentioned vendor.

You should know that if you produce GIF files, you must obtain a license from
Unisys, I believe (the power of screw) since they hold the patent/copyright on
the compression method.  You can write programs ot read GIF files without a
problem as I understand it.

Quote
Eric D wrote:
> Does anyone know of a component or method to output graphics in GIF format?
> It seems a natural descendant to TGraphic. If there is no such component -
> is there a file format definition available so I could write such a
> component?

> -- Thanks

--
Wayne Herbert
Manager, Computer Products
Key Maps, Inc.
1411 West Alabama
Houston, TX  77006

Vox:  713.522.7949
Fax:  713.521.3202
Email:  wherb...@rice.edu

"Why is it only drug dealers and software developers call their clients
'users'?"

Re:Output images in GIF format...


Quote
On Fri, 9 Jan 1998 09:08:34 -0800, "Eric D" <pro...@progis.com> wrote:
>Does anyone know of a component or method to output graphics in GIF format?
>It seems a natural descendant to TGraphic. If there is no such component -
>is there a file format definition available so I could write such a
>component?

You can download my TGIFImage component here:

http://www.melander.dk

It slices, it dices, it reads and writes GIFs as if it where made to
do it and... it's derived from TGraphic. Oh, and I almost forgot; It's
free and full source is included.

You can read a description of it in my 19-dec-1997 announcment on
borland.public.delphi.thirdparty-tools

If you don't like it (which I doubt), there are also links to all the
other GIF components and the GIF specifications.

Share and Enjoy!

+--------------------from usenet----------------------+
|  Anders Bo Melander    | Phone: (+45) 31 87 91 26   |
|  Finsensvej 79, 2. tv. | mailto:and...@melander.dk  |
|  DK-2000 Frederiksberg | http://www.melander.dk     |
|  Denmark               | flameto:bi...@microsoft.com|
+------------------------+----------------------------+

Re:Output images in GIF format...


Quote
Anders Melander wrote:

[...]

Quote
> You can download my TGIFImage component here:

> http://www.melander.dk

> It slices, it dices, it reads and writes GIFs as if it where made to
> do it and... it's derived from TGraphic. Oh, and I almost forgot; It's
> free and full source is included.

        And it really really works. Finally got around to unzipping
my download, then about a minute or two glancing at the source
and I was saving bmps as gifs. Keen.

        Like I said to that other guy in regard to that other thing,
I don't see how you guys can afford to give away all this free
stuff, but don't let me talk you out of it. (Hmm, maybe for gif
in particular giving it away is cheaper than selling it<g>?)

--
David Ullrich

sig.txt not found

Re:Output images in GIF format...


Quote
David Ullrich <ullr...@math.okstate.edu> wrote:
>> It slices, it dices, [...]
>    And it really really works. Finally got around to unzipping
>my download, then about a minute or two glancing at the source
>and I was saving bmps as gifs. Keen.

Thanks for the nice words.

Quote
>    Like I said to that other guy in regard to that other thing,
>I don't see how you guys can afford to give away all this free
>stuff, but don't let me talk you out of it. (Hmm, maybe for gif
>in particular giving it away is cheaper than selling it<g>?)

As long as I don't have to pay to develop in Delphi, I'm happy. If the
suckers (my employer) wants to give me money me to do it, let them.
I'll do it anyway.

One of my friends has a similar (but different) opinion about Delphi:

"Developing in Delphi is so much fun that I don't want to spoil it by
doing it for a living." and sometimes when he gets really enthusiastic
about it, he announces: "It's not a development tool. It's an
adventure game!"

Couldn't have said it better myself.

Share and Enjoy!

+--------------------from usenet----------------------+
|  Anders Bo Melander    | Phone: (+45) 31 87 91 26   |
|  Finsensvej 79, 2. tv. | mailto:and...@melander.dk  |
|  DK-2000 Frederiksberg | http://www.melander.dk     |
|  Denmark               | flameto:bi...@microsoft.com|
+------------------------+----------------------------+

Other Threads