Difference between revisions of "Noptec Vector"
From AGI Wiki
Jump to navigationJump to search (Created page with " Noptec Vector is an implementation of a bitmap vectorizing algorithm, specifically for creating background picture resources for the Sierra AGI interpreter. The program read...") |
|||
| Line 1: | Line 1: | ||
| + | {{AGI Software | ||
| + | | Software = Noptec Vector | ||
| + | | image = [[Image:no picture.png|thumb|description]] | ||
| + | | Developers = {http://freecode.com/users/erkkah Erik Agsjo} | ||
| + | | StableRelease = 1.4 | ||
| + | | PreviewRelease = | ||
| + | | OS = DOS | ||
| + | | Language = English | ||
| + | | Type = Graphics, Graphics Conversion | ||
| + | | Website = http://www.noptec.com/ | ||
| + | }} | ||
| + | Bitmap Vectorizing tool v1.4 | ||
| + | Copyright (c) Noptec (Erik Agsjo) 2000 | ||
Noptec Vector is an implementation of a bitmap vectorizing algorithm, specifically for creating background picture resources for the Sierra AGI interpreter. The program reads an image in BMP, PCX, or TGA format, converts it to 160 x 168 x 16 colors and writes the result in AGI readable format, optionally showing the result onscreen. | Noptec Vector is an implementation of a bitmap vectorizing algorithm, specifically for creating background picture resources for the Sierra AGI interpreter. The program reads an image in BMP, PCX, or TGA format, converts it to 160 x 168 x 16 colors and writes the result in AGI readable format, optionally showing the result onscreen. | ||
| + | |||
| + | Usage: VECTOR.EXE [options] <input> <output> | ||
| + | |||
| + | input: the input file (BMP, PCX, TGA) | ||
| + | output: the output file (AGI picture resource) | ||
| + | |||
| + | Options: | ||
| + | |||
| + | -p <prio> Sets input file as priority map | ||
| + | -v Enables the onscreen view of the generated image | ||
| + | -w Makes program wait after each drawn screen shape ESC skips) | ||
| + | |||
| + | |||
| + | ====Download==== | ||
http://freecode.com/projects/nopvec | http://freecode.com/projects/nopvec | ||
Revision as of 12:09, 26 July 2013
Bitmap Vectorizing tool v1.4 Copyright (c) Noptec (Erik Agsjo) 2000
Noptec Vector is an implementation of a bitmap vectorizing algorithm, specifically for creating background picture resources for the Sierra AGI interpreter. The program reads an image in BMP, PCX, or TGA format, converts it to 160 x 168 x 16 colors and writes the result in AGI readable format, optionally showing the result onscreen.
Usage: VECTOR.EXE [options] <input> <output>
input: the input file (BMP, PCX, TGA) output: the output file (AGI picture resource)
Options:
-p <prio> Sets input file as priority map -v Enables the onscreen view of the generated image -w Makes program wait after each drawn screen shape ESC skips)