INDEX
[Delphi]画像読み書きコンポーネント
1  NI-Lab.  2002/09/18(Wed) 22:20
[Delphi]画像読み書きコンポーネント

Delphiでいろんな画像を読み書きしたい。
2  NI-Lab.  2002/09/18(Wed) 22:39
http://www.dcs.ed.ac.uk/home/mxr/gfx/utils-hi.html
The Graphics File Format Page (utils + info)

Delphiだけではないけど。
3  NI-Lab.  2002/09/18(Wed) 22:40
http://www.david-taylor.pwp.blueyonder.co.uk/software/components.html#PNGLibraryPNG Library with reading and writing

>I have described how I rebuilt the LNPG library from public source code using Borland's free C++ compiler, and provided Delphi interface units in this Zip archive. You can download the DLL for using these units from this page. You need the newer, Pentium-optimised lpng-px.zip.

LNPG ってあるけど LPNG だよな、たぶん。

4  NI-Lab.  2002/09/18(Wed) 22:41
PNG本家。Delphi用のコードがあるかは知らない。

http://www.libpng.org/pub/png/
PNG (Portable Network Graphics )

http://www.libpng.org/pub/png/libpng.html
libpng

http://www.gzip.org/zlib/
zlib

5  NI-Lab.  2002/09/18(Wed) 22:41
http://www.base2ti.com/zlib.htm
delphi zlib

>zlib version 1.1.4 for delphi 5 and delphi 6. includes zlib source code and c++ builder 5 project files. (c++ builder 5 was used to compile c source into object files.)

Delphi で使用可能な zlib...
でも、C++Builder5が要るんじゃ?

6  NI-Lab.  2002/09/18(Wed) 22:45
ここには無いのかな?

http://www.delphi-jedi.org/
Project JEDI

The Delphi API Library / Jpint Endeavor of Delphi Innovators

7  NI-Lab.  2002/09/18(Wed) 23:08
http://www02.so-net.ne.jp/~koujin/png_fmt.html
PNG 仕様書の日本語訳

8  NI-Lab.  2002/09/18(Wed) 23:10
PNG読み書きコンポーネント。

http://www.phoenix-c.or.jp/~taki/
たき厩舎

http://www.phoenix-c.or.jp/~taki/library/gldpng.html
GLDPNG

GPL なソフトでは使用禁止みたい。

9  NI-Lab.  2002/09/18(Wed) 23:11
↑GLDPNG は Delphi6のPro以上に付属している Companion Tools CD というのに収録されているらしい。

10  NI-Lab.  2002/09/18(Wed) 23:22
http://home.t-online.de/home/PeterJHaas/PNG_en.htm
Delphi PNG and MNG libraries

http://pngdelphi.sourceforge.net/
TPNGImage/PNG Delphi

libpngが必要。