The AROS Archives(anonymous IP: 3.149.214.32,331) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu


 Categories

   o Audio (94)
   o Datatype (15)
   o Demo (46)
   o Development (243)
   o Document (61)
   o Driver (19)
   o Emulation (60)
   o Game (506)
   o Graphics (218)
   o Library (22)
   o Network (59)
   o Office (21)
   o Utility (242)
   o Video (18)

Total files: 1624

Full index file
Recent index file

Part of aros exec
 Readme for:  Datatype » Utility » picdt_creationpackage_v2.0.i386-aros.zip

Picdt_creationpackage

Description: Picture Datatype creation package
Download: picdt_creationpackage_v2.0.i386-aros.zip       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 251kb
Version: 1.0
Date: 24 Mar 17
Author: Yannick
Submitter: Yannick Erb
Homepage: http://www.dusabledanslherbe.eu/AROSPage
Requirements: Installed development environment
Category: datatype/utility
Replaces: datatype/utility/picdt_creationpackage.i386-aros.zip
License: APL
Distribute: yes
FileID: 1590
 
Comments: 0
Snapshots: 0
Videos: 0
Downloads: 98  (Current version)
252  (Accumulated)
Votes: 1 (0/0)  (30 days/7 days)

[Show comments] [Show snapshots] [Show videos] [Show content] [Replace file] 
Picture Datatype creation package.

In this archive you'll find the necessary tools to build picture datatypes on
aros-i386 native.
The file includes 3 examples :
- BMP datatype taken from nightly builds
- PPM datatype taken from nightly builds
- PNM datatype wich is an extension of PPM datatype wich can read ASCII and
BINARY PPMs, PBMs and PGMs.

In order to build a datatype the following must be done:
1. Copy the files from tools/ subdirectory to Development/bin/
2. make -f makefile.xxx stub
3. make -f makefile.xxx
4. make -f makefile.xxx install

To create a new datatype (XXX format in following lines), best is to base it on
an existing one.
1. copy src_bmp src_XXX
2. rename the following files:
	- src_XXX/bmp.conf to src_XXX/XXX.conf
	- src_XXX/BMP.dtd to src_XXX/XXX.dtd
	- src_XXX/bmpclass.c to src_XXX/XXXclass.c
3. Modify the files to support the new XXX format
4. copy makefile.bmp to makefile.XXX
Build the datatype as described earlier.




























Copyright © 2005 - 2024 The AROS Archives All Rights Reserved