]> git.imager.perl.org - imager.git/commit - MANIFEST.SKIP
- implement reading MS Windows icon files
authorTony Cook <tony@develop=help.com>
Fri, 24 Mar 2006 09:49:57 +0000 (09:49 +0000)
committerTony Cook <tony@develop=help.com>
Fri, 24 Mar 2006 09:49:57 +0000 (09:49 +0000)
commitb00687b2d7615b870be0fde040ec3bfc3529070c
tree1d7d1ad1a4881ff144a490f486b119e6b94f43ed
parentb14fce7a826ae4ec6e19e1d56102ebd6b774f1fb
- implement reading MS Windows icon files

- add t/Pod/Coverage/Imager.pm to MANIFEST

- skip some more trash in MANIFEST.SKIP
20 files changed:
ICO/ICO.pm [new file with mode: 0644]
ICO/ICO.xs [new file with mode: 0644]
ICO/Makefile.PL [new file with mode: 0644]
ICO/imicon.c [new file with mode: 0644]
ICO/imicon.h [new file with mode: 0644]
ICO/msicon.c [new file with mode: 0644]
ICO/msicon.h [new file with mode: 0644]
ICO/t/t10icon.t [new file with mode: 0644]
ICO/t/t20readone.t [new file with mode: 0644]
ICO/t/t21readmult.t [new file with mode: 0644]
ICO/testimg/combo.ico [new file with mode: 0644]
ICO/testimg/pal13232.ico [new file with mode: 0644]
ICO/testimg/pal43232.ico [new file with mode: 0644]
ICO/testimg/pal43232.ppm [new file with mode: 0644]
ICO/testimg/pal83232.ico [new file with mode: 0644]
ICO/testimg/pal83232.ppm [new file with mode: 0644]
ICO/testimg/rgba3232.ico [new file with mode: 0644]
ICO/testimg/rgba3232.ppm [new file with mode: 0644]
MANIFEST
MANIFEST.SKIP