Difference between revisions of "Noptec Vector"

From AGI Wiki
Jump to navigationJump to search
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
<div align="center">Version 1.4<br />
 
<div align="center">Version 1.4<br />
 
''Author: [[Erik Agsjo]]''<br />
 
''Author: [[Erik Agsjo]]''<br />
[[2000]]</div>
+
[[2000]]<br />
''Copyright (c) Noptec (Erik Agsjo) 2000''
+
''Copyright (c) Noptec (Erik Agsjo) 2000''</div>
  
<!-- {{AGISoftwareInfobox
+
{{FanAGISoftwareInfobox
 
| Software = Noptec Vector
 
| Software = Noptec Vector
 
| image = [[Image:NoptecVector.png|190px]]<br />
 
| image = [[Image:NoptecVector.png|190px]]<br />
Line 17: Line 17:
 
| OpenSource = {{Open}}
 
| OpenSource = {{Open}}
 
| Source = {{SourceSW}}
 
| Source = {{SourceSW}}
| License = GPL
+
| License = {{GPL}}
 
| Platform = {{DOSTool}}
 
| Platform = {{DOSTool}}
| Type = {{PictureEditor}}, {{AGIPictureConverterTool}}
+
| Type = {{PictureEditor}}, {{AGIPictureConverter}}
 
| Localization = {{EnglishTool}}
 
| Localization = {{EnglishTool}}
 
| Website = http://www.noptec.com/ http://freshmeat.sourceforge.net/projects/
 
| Website = http://www.noptec.com/ http://freshmeat.sourceforge.net/projects/
}} -->
+
}}
  
<div align="center"><span style="font-size: 22pt">Bitmap Vectorizing tool v1.4</span><br />
+
<!-- <div align="center"><span style="font-size: 22pt">Bitmap Vectorizing tool v1.4</span><br />
 
''Copyright (c) Noptec (Erik Agsjo) 2000''</div>
 
''Copyright (c) Noptec (Erik Agsjo) 2000''</div>
  
[http://freecode.com/users/erkkah Erik Agsjo]
+
[http://freecode.com/users/erkkah Erik Agsjo] -->
  
 
<br />
 
<br />
Line 106: Line 106:
 
==<br /> Also See ==
 
==<br /> Also See ==
  
* [[AGI Picture Converter Tools]]
 
 
* [[AGI Picture Resource|AGI Picture Resources]]
 
* [[AGI Picture Resource|AGI Picture Resources]]
* [[AGI Picture Resource Tools|AGI Picture Resource Tools]]
+
<!-- * [[AGI Picture Converter Tools]]
 +
* [[AGI Picture Resource Tools|AGI Picture Resource Tools]] -->
  
 
&nbsp;
 
&nbsp;
  
 
[[Category:Technical Info]]
 
[[Category:Technical Info]]

Latest revision as of 18:25, 14 April 2019

Noptec Vector
Version 1.4

Author: Erik Agsjo
2000

Copyright (c) Noptec (Erik Agsjo) 2000
Noptec Vector
{{{Image}}}
Latest Version:  1.4
Release Date:  2000
Company: N/A
Publication Status:  Published
Developer(s): Erik Agsjo
Interface: {{{Interface}}}
Language: C++
Open Source: Open
Source Availability:  Yes
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:


Known issues

Some resources generated are too big to be useful.


Credits

Erik Agsjo, erik.agsjo@noptec.com

http://www.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