Difference between revisions of "Noptec Vector"
(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...") |
|||
(56 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | <div align="center" style="font-size: 22pt">Noptec Vector</div> | ||
+ | <div align="center">Version 1.4<br /> | ||
+ | ''Author: [[Erik Agsjo]]''<br /> | ||
+ | [[2000]]<br /> | ||
+ | ''Copyright (c) Noptec (Erik Agsjo) 2000''</div> | ||
+ | {{FanAGISoftwareInfobox | ||
+ | | Software = Noptec Vector | ||
+ | | Image = [[Image:NoptecVector.png|190px]]<br /> | ||
+ | ''Noptec Vector Screenshot'' | ||
+ | | Version = 1.4 | ||
+ | | ReleaseDate = [[2000]] | ||
+ | | Company = {{N/A}} | ||
+ | | Published = {{Published}} | ||
+ | | Developers = {{ErikAgsjoToolDev}} | ||
+ | | Interface = {{CLI}} | ||
+ | | ProgLanguage = {{C++}} | ||
+ | | OpenSource = {{OpenSRC}} | ||
+ | | Source = {{SourceSW}} | ||
+ | | License = {{GPL}} | ||
+ | | Platform = {{DOSTool}} | ||
+ | | Type = {{PictureEditor}}, {{AGIPictureConverter}} | ||
+ | | Localization = {{EnglishTool}} | ||
+ | | Website = http://www.noptec.com/ http://freshmeat.sourceforge.net/projects/ | ||
+ | }} | ||
− | Noptec | + | <!-- <div align="center"><span style="font-size: 22pt">Bitmap Vectorizing tool v1.4</span><br /> |
+ | ''Copyright (c) Noptec (Erik Agsjo) 2000''</div> | ||
− | http://freecode.com/projects/nopvec | + | [http://freecode.com/users/erkkah Erik Agsjo] --> |
+ | |||
+ | <br /> | ||
+ | ==<br /><br /> Description == | ||
+ | |||
+ | [[Erik Agsjo]]'s '''Noptec Vector''' (Bitmap Vectorizing tool) 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. | ||
+ | |||
+ | ==<br /> Features == | ||
+ | |||
+ | * | ||
+ | |||
+ | ==<br /> Version History == | ||
+ | |||
+ | <blockquote> | ||
+ | <!-- Place version history here | ||
+ | <span class="Inactive">N/A</span> --> | ||
+ | </blockquote> | ||
+ | |||
+ | ==<br /> Development Status == | ||
+ | |||
+ | <blockquote> | ||
+ | <!-- Place development status here | ||
+ | <span class="Inactive">N/A</span> --> | ||
+ | </blockquote> | ||
+ | |||
+ | ==<br /> Usage == | ||
+ | |||
+ | <blockquote> | ||
+ | Vectorizing an image. Even if the input image is resized and converted to the 16 EGA colors used by the AGI interpreter, it is best to start with a rather simple image. This helps to create picture resources that are small and more easily edited. Dithered images and images with many small dots give poor results. | ||
+ | |||
+ | <blockquote><code>VECTOR.EXE [options] <input> <output></code></blockquote> | ||
+ | |||
+ | <blockquote>input: the input file (BMP, PCX, TGA)</blockquote> | ||
+ | <blockquote>output: the output file (AGI picture resource)</blockquote> | ||
+ | |||
+ | ===<br /> Command line parameters === | ||
+ | |||
+ | <code>-p</code> <prio> Sets input file as priority map<br /> | ||
+ | <code>-v</code> Enables the onscreen view of the generated image<br /> | ||
+ | <code>-w</code> Makes program wait after each drawn screen shape ESC skips)<br /> | ||
+ | <br /> | ||
+ | </blockquote> | ||
+ | |||
+ | ==<br /> Options == | ||
+ | |||
+ | <blockquote> | ||
+ | | ||
+ | </blockquote> | ||
+ | |||
+ | ==<br /> Download == | ||
+ | |||
+ | <blockquote> | ||
+ | Download from here: | ||
+ | * [[Image:ZIP.png|ZIP File]] [[File:Noptec_Vector_1_4.zip|Noptec_Vector_1_4.zip]] <span class="DLInfo"> (ZIP file) [160 KB]</span> (includes source) | ||
+ | * [[agidl:Picture/Noptec_Vector_1_4.zip|Noptec Vector 1.4]] | ||
+ | * http://freecode.com/projects/nopvec | ||
+ | </blockquote> | ||
+ | |||
+ | ==<br /> Known issues == | ||
+ | |||
+ | Some resources generated are too big to be useful. | ||
+ | |||
+ | ==<br /> Credits == | ||
+ | |||
+ | * [[Erik Agsjo]] | ||
+ | <blockquote>Erik Agsjo, erik.agsjo@noptec.com</blockquote> | ||
+ | <blockquote>http://www.noptec.com</blockquote> | ||
+ | |||
+ | <blockquote>DJGPP (www.delorie.com)</blockquote> | ||
+ | <blockquote>Allegro (http://www.talula.demon.co.uk/allegro/)</blockquote> | ||
+ | <blockquote>"AGI PICTURE FORMAT" Lance Ewing (be@ihug.co.nz)</blockquote> | ||
+ | |||
+ | |||
+ | ==<br /> References == | ||
+ | |||
+ | <references /> | ||
+ | |||
+ | ==<br /> Also See == | ||
+ | |||
+ | * [[AGI Picture Resource|AGI Picture Resources]] | ||
+ | <!-- * [[AGI Picture Converter Tools]] | ||
+ | * [[AGI Picture Resource Tools|AGI Picture Resource Tools]] --> | ||
+ | |||
+ | | ||
+ | |||
+ | [[Category:Technical Info]] |
Latest revision as of 17:00, 12 May 2024
Author: Erik Agsjo
2000
Noptec Vector Screenshot | |||
Latest Version: | 1.4 | ||
---|---|---|---|
Release Date: | 2000 | ||
Company: | N/A | ||
Publication Status: | Published | ||
Developer(s): | Erik Agsjo | ||
Interface: | CLI | ||
Language: | C++ | ||
Open Source: | Open | ||
Source Availability: | |||
License: | GPL | ||
Type: | Picture Editor, Picture Converter | ||
Platform: | DOS | ||
Localization: | English | ||
Website: | http://www.noptec.com/ http://freshmeat.sourceforge.net/projects/ |
Description
Erik Agsjo's Noptec Vector (Bitmap Vectorizing tool) 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.
Features
Version History
Development Status
Usage
Vectorizing an image. Even if the input image is resized and converted to the 16 EGA colors used by the AGI interpreter, it is best to start with a rather simple image. This helps to create picture resources that are small and more easily edited. Dithered images and images with many small dots give poor results.
VECTOR.EXE [options] <input> <output>
input: the input file (BMP, PCX, TGA)
output: the output file (AGI picture resource)
Command line parameters
-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)
Options
Download
Download from here:
- File:Noptec Vector 1 4.zip (ZIP file) [160 KB] (includes source)
- Noptec Vector 1.4
- http://freecode.com/projects/nopvec
Known issues
Some resources generated are too big to be useful.
Credits
Erik Agsjo, erik.agsjo@noptec.com
DJGPP (www.delorie.com)
Allegro (http://www.talula.demon.co.uk/allegro/)
"AGI PICTURE FORMAT" Lance Ewing (be@ihug.co.nz)
References
Also See