Difference between revisions of "Noptec Vector"

From AGI Wiki
Jump to navigationJump to search
 
(21 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 = [[:Category:MS-DOS Software|MS-DOS]]
+
| Company = {{N/A}}
| Type = Graphics, Graphics Conversion
+
| Published = {{Published}}
| Localization = [[w:English|English]]
+
| Developers = {{ErikAgsjoToolDev}}
| Website = http://www.noptec.com/
+
| 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/
 
}}
 
}}
  
<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>
  
&nbsp;
+
[http://freecode.com/users/erkkah Erik Agsjo] -->
  
== <br />Description ==
+
<br />
 
+
==<br /><br /> Description ==
'''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.
 
  
====Download====
+
[[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.
  
<blockquote>http://freecode.com/projects/nopvec</blockquote>
+
==<br /> Features ==
  
 +
*
  
====Vectorizing an image====
+
==<br /> Version History ==
  
Even if the input image is resized and converted to the 16 EGA colors used
+
<blockquote>
by the AGI interpreter, it is best to start with a rather simple image. This
+
&nbsp;<!-- Place version history here
helps to create picture resources that are small and more easily edited.
+
<span class="Inactive">N/A</span> -->
Dithered images and images with many small dots give poor results.
+
</blockquote>
  
====Known issues====
+
==<br /> Development Status ==
  
Some resources generated are too big to be useful.
+
<blockquote>
 +
&nbsp;<!-- Place development status here
 +
<span class="Inactive">N/A</span> -->
 +
</blockquote>
  
 +
==<br /> Usage ==
  
===Command line parameters===
+
<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.
  
Usage: VECTOR.EXE [options] <input> <output>
+
<blockquote><code>VECTOR.EXE [options] <input> <output></code></blockquote>
  
 
<blockquote>input: the input file  (BMP, PCX, TGA)</blockquote>
 
<blockquote>input: the input file  (BMP, PCX, TGA)</blockquote>
 
<blockquote>output: the output file (AGI picture resource)</blockquote>
 
<blockquote>output: the output file (AGI picture resource)</blockquote>
  
Options:
+
===<br /> Command line parameters ===
  
 
<code>-p</code> <prio>  Sets input file as priority map<br />
 
<code>-p</code> <prio>  Sets input file as priority map<br />
Line 50: Line 68:
 
<code>-w</code>        Makes program wait after each drawn screen shape ESC skips)<br />
 
<code>-w</code>        Makes program wait after each drawn screen shape ESC skips)<br />
 
<br />
 
<br />
 +
</blockquote>
 +
 +
==<br /> Options ==
 +
 +
<blockquote>
 +
&nbsp;
 +
</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 ==
  
===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 99:
 
<blockquote>"AGI PICTURE FORMAT" Lance Ewing (be@ihug.co.nz)</blockquote>
 
<blockquote>"AGI PICTURE FORMAT" Lance Ewing (be@ihug.co.nz)</blockquote>
  
===Author===
 
  
<blockquote>Erik Agsjo, erik.agsjo@noptec.com</blockquote>
+
==<br /> References ==
<blockquote>http://www.noptec.com</blockquote>
 
  
&nbsp;
+
<references />
  
== See Also ==
+
==<br /> Also See ==
  
* [[Picture Resource|Picture Resources]]
+
* [[AGI Picture Resource|AGI Picture Resources]]
* [[Picture Resource Tools|Picture Resource Tools]]
+
<!-- * [[AGI Picture Converter Tools]]
 +
* [[AGI Picture Resource Tools|AGI Picture Resource Tools]] -->
  
 
&nbsp;
 
&nbsp;
  
[[Category:Software]]
+
[[Category:Technical Info]]
[[Category:AGI Tools]]
 
[[Category:Picture Editors]]
 
[[Category:Picture Editors]]
 
[[Category:MS-DOS Software]]
 

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