Difference between revisions of "Noptec Vector"

From AGI Wiki
Jump to navigationJump to search
 
(35 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{AGI Software
+
<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
 
| Software = Noptec Vector
| image = [[Image:NoptecVector.png|thumb|Noptec Vector Screenshot]]
+
| image = [[Image:NoptecVector.png|190px]]<br />
| Developers = [http://freecode.com/users/erkkah Erik Agsjo]
+
''Noptec Vector Screenshot''
| Language = C++
+
| Version = 1.4
| Version= 1.4
+
| ReleaseDate = [[2000]]
| OS = DOS
+
| Company = {{N/A}}
| Type = Graphics, Graphics Conversion
+
| Published = {{Published}}
| Website = http://www.noptec.com/
+
| Developers = {{ErikAgsjoToolDev}}
 +
| ProgLanguage = {{C++}}
 +
| OpenSource = {{Open}}
 +
| Source = {{SourceSW}}
 +
| License = {{GPL}}
 +
| Platform = {{DOSTool}}
 +
| Type = {{PictureEditor}}, {{AGIPictureConverter}}
 +
| Localization = {{EnglishTool}}
 +
| Website = http://www.noptec.com/ http://freshmeat.sourceforge.net/projects/
 
}}
 
}}
  
=== Bitmap Vectorizing tool v1.4 ===
+
<!-- <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/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 ==
  
Copyright (c) Noptec (Erik Agsjo) 2000
+
*
  
 +
==<br /> Version History ==
  
&nbsp;
+
<blockquote>
 +
&nbsp;<!-- Place version history here
 +
<span class="Inactive">N/A</span> -->
 +
</blockquote>
  
'''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.
+
==<br /> Development Status ==
  
====Download====
+
<blockquote>
 +
&nbsp;<!-- Place development status here
 +
<span class="Inactive">N/A</span> -->
 +
</blockquote>
  
<blockquote>http://freecode.com/projects/nopvec</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.
  
====Vectorizing an image====
+
<blockquote><code>VECTOR.EXE [options] <input> <output></code></blockquote>
  
Even if the input image is resized and converted to the 16 EGA colors used
+
<blockquote>input: the input file  (BMP, PCX, TGA)</blockquote>
by the AGI interpreter, it is best to start with a rather simple image. This
+
<blockquote>output: the output file (AGI picture resource)</blockquote>
helps to create picture resources that are small and more easily edited.
 
Dithered images and images with many small dots give poor results.
 
  
====Known issues====
+
===<br /> Command line parameters ===
  
Some resources generated are too big to be useful.
+
<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 ==
  
===Command line parameters===
+
<blockquote>
 +
&nbsp;
 +
</blockquote>
  
Usage: VECTOR.EXE [options] <input> <output>
+
==<br /> Download ==
  
<blockquote>input: the input file (BMP, PCX, TGA)</blockquote>
+
<blockquote>
<blockquote>output: the output file (AGI picture resource)</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>
  
Options:
+
==<br /> Known issues ==
  
-p <prio>  Sets input file as priority map
+
Some resources generated are too big to be useful.
-v        Enables the onscreen view of the generated image
 
-w        Makes program wait after each drawn screen shape ESC skips)
 
  
 +
==<br /> Credits ==
  
===Credits===
+
* [[Erik Agsjo]]
 +
<blockquote>Erik Agsjo, erik.agsjo@noptec.com</blockquote>
 +
<blockquote>http://www.noptec.com</blockquote>
  
 
<blockquote>DJGPP (www.delorie.com)</blockquote>
 
<blockquote>DJGPP (www.delorie.com)</blockquote>
Line 57: Line 100:
  
  
===Author===
+
==<br /> References ==
  
<blockquote>Erik Agsjo, erik.agsjo@noptec.com</blockquote>
+
<references />
<blockquote>http://www.noptec.com</blockquote>
+
 
 +
==<br /> Also See ==
 +
 
 +
* [[AGI Picture Resource|AGI Picture Resources]]
 +
<!-- * [[AGI Picture Converter Tools]]
 +
* [[AGI Picture Resource Tools|AGI Picture Resource Tools]] -->
  
 
&nbsp;
 
&nbsp;
  
[[Category:AGI Tools]]
+
[[Category:Technical Info]]
[[Category:PICTURE Editors|PICTURE Editors]]
 

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