Audio (104) Datatype (15) Demo (56) Development (247) Document (64) Driver (19) Emulation (62) Game (533) Graphics (229) Library (22) Network (63) Office (22) Utility (271) Video (18)
Total files: 1725
Full index file Recent index file
Part of Aros World Exec |
Pnm_dt | Description: | PNM datatype | Download: | pnm_dt.i386-aros.lha (TIPS: Use the right click menu if your browser takes you back here all the time) | Size: | 6kb | Version: | 1.1 | Date: | 09 Jul 10 | Author: | Yannick Erb | Submitter: | Yannick Erb | Email: | yannick erb/free fr | Homepage: | http://www.dusabledanslherbe.eu/AROSPage | Category: | datatype/image | Replaces: | datatype/image/PNM_DT.i386-aros.lha | License: | APL | Distribute: | yes | FileID: | 784 | | | Comments: | 0 | Snapshots: | 0 | Videos: | 0 | Downloads: | 253 (Current version) | | 254 (Accumulated) | Votes: | 0 (0/0) (30 days/7 days) | |
[Show comments] [Show snapshots] [Show videos] [Show content] [Replace file] This is a quick correction of v1.0
The datatype description file was wrong, replace it with the one in this archive
To install:
copy PNM to SYS:DEVS/DataTypes/
copy pnm.datatype to SYS:Classes/DataTypes/
This datatype supports all PNM file formats:
- P1 : ASCII PBM files
- P2 : ASCII PGM files
- P3 : ASCII PPM files
- P4 : BINARY PBM files
- P5 : BINARY PGM files
- P6 : BINARY PPM files
Save is always done in BINARY PPM format.
Pictures with more than 8bits per gun are converted to 8bits per gun.
Source code is available in Datatype/Utils/PicDT_CreationPackage.zip
Yannick Erb
|