IO_PNG 1.1.0 をリリースしました

Composer 対応です。

詳しくはこちらを参照して下さい。

composer コマンドでインストール出来ます。

% composer require yoya/io_png

% php vendor/yoya/io_png/sample/pngdump.php -f test.png
Name:IHDR Size=13 CRC=2194442343
  Width:100 Height100 BitDepth:4 ColorType:3(PALETTE) Compression:0 Filter:0 Interlate:0
Name:gAMA Size=4 CRC=201089285
    Gamma:0.45455
Name:cHRM Size=32 CRC=2629456188
             0  1  2  3  4  5  6  7   8  9  a  b  c  d  e  f  0123456789abcdef
0x00000000  00 00 7a 26 00 00 80 84  00 00 fa 00 00 00 80 e8    z&
...
Name:PLTE Size=15 CRC=773667996
    0x00: 00c68e 01e3e3 0271aa 038ee3 04ffff
:tmp% php vendor/yoya/io_png/sample/pngdump.php -f t.png | head
Name:IHDR Size=13 CRC=2194442343
  Width:100 Height100 BitDepth:4 ColorType:3(PALETTE) Compression:0 Filter:0 Interlate:0
Name:gAMA Size=4 CRC=201089285
    Gamma:0.45455
Name:cHRM Size=32 CRC=2629456188
             0  1  2  3  4  5  6  7   8  9  a  b  c  d  e  f  0123456789abcdef
0x00000000  00 00 7a 26 00 00 80 84  00 00 fa 00 00 00 80 e8    z&
...
Name:PLTE Size=15 CRC=773667996
    0x00: 00c68e 01e3e3 0271aa 038ee3 04ffff
<略>