Subversion Repositories ipe_artfile_utils

Rev

Rev 4 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4 Rev 6
Line 1... Line 1...
1
# Imagination Pilots ART-File packer/unpacker
1
# Imagination Pilots ART-File packer/unpacker
2
 
2
 
3
The IPE Artfile Packer/Unpacker tool let you pack and unpack ART files of games by Imagination Pilots, so that you can extract and modify the graphics of the game.
3
The IPE Artfile Packer/Unpacker tool let you pack and unpack ART files of games by Imagination Pilots, so that you can extract and modify the graphics of the game.
4
 
4
 
5
Following games are supported:
5
The following games are supported:
6
- "Blown Away" (1994)
6
- "Blown Away" (1994)
7
- "Panic in the Park" (1995)
7
- "Panic in the Park" (1995)
8
- "Where's Waldo? At the Circus" (1995)
8
- "Where's Waldo? At the Circus" (1995)
9
- "Where's Waldo? Exploring Geography" (1996)
9
- "Where's Waldo? Exploring Geography" (1996)
10
- "Eraser Turnabout" (1997)
10
- "Eraser Turnabout" (1997)
Line 41... Line 41...
41
-v Output verbose information (-vv more verbose)
41
-v Output verbose information (-vv more verbose)
42
 
42
 
43
-o Output ART files
43
-o Output ART files
44
 
44
 
45
-t Game type (ba, pip, waldo, waldo2, eraser or knex)
45
-t Game type (ba, pip, waldo, waldo2, eraser or knex)
-
 
46
 
-
 
47
 
-
 
48
 
-
 
49
# Imagination Pilots Transparent Video Frame Extractor
-
 
50
 
-
 
51
Extracts video frames from `IPMA` and `IP20` coded AVI files into Bitmap files
-
 
52
 
-
 
53
The following games are supported:
-
 
54
- "Blown Away" (1994)
-
 
55
- "Panic in the Park" (1995)
-
 
56
- "Where's Waldo? At the Circus" (1995)
-
 
57
- "Where's Waldo? Exploring Geography" (1996)
-
 
58
 
-
 
59
This tool is only available on Windows, since it requires the "Video for Windows" API.
-
 
60
 
-
 
61
More information about the codecs can be found here: https://misc.daniel-marschall.de/spiele/blown_away/ipma_codec/
-
 
62
 
-
 
63
## Syntax
-
 
64
 
-
 
65
Example:
-
 
66
 
-
 
67
    ipma_frame_extractor -i inputfile -o outputdir
-
 
68
 
-
 
69
Arguments:
-
 
70
 
-
 
71
-i Input file (AVI)
-
 
72
 
-
 
73
-o Output directory (will be created if it does not exist)