Difference between revisions of "PCX2PAL"

From AGI Wiki
Jump to navigationJump to search
(Created page with "{{AGI Software | Software = PCX2PAL | image = <!-- 200px --> | Developers = | Language = | Version = | OS = | Type = {{Palette Utility}} | Localiz...")
 
 
(23 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{AGI Software
+
<div align="center" style="font-size: 22pt">PCX2PAL</div>
 +
<div align="center">Version 1.0<br />
 +
''Author: [[Brian Provinciano]]''<br />
 +
[[1999|1999/03/28]]</div>
 +
 
 +
{{FanAGISoftwareInfobox
 
| Software = PCX2PAL
 
| Software = PCX2PAL
| image = <!-- [[Image:PCX2PAL_SS.png|200px]] -->
+
| Image = [[Image:Winp2pSS.png|190px]]<br />
| Developers =  
+
''Winp2p (PCX2PAL) for Windows Screenshot''
| Language =  
+
| Version = 1.0
| Version =  
+
| ReleaseDate = [[1999|1999/03/28]]
| OS =  
+
| Company = {{N/A}}
| Type = {{Palette Utility}}
+
| Published = {{Published}}
| Localization = English
+
| Developers = {{BrianProvincianoToolDev}}
| Website =  
+
| Interface = {{GUI}}
 +
| ProgLanguage = {{C}}
 +
| OpenSource = {{Open}}
 +
| Source = {{SourceSW}}
 +
| License = {{NoLicense}}
 +
| Platform = {{DOSTool}}, {{WinTool}}
 +
| Type = {{AGIPaletteTool}}
 +
| Localization = {{EnglishTool}}
 +
| Website = {{UltAGISCIURL}}
 
}}
 
}}
  
== PCX2PAL ==
+
<br />
 +
==<br /><br /> Description ==
 +
 
 +
<blockquote>
 +
[[Brian Provinciano]]'s  PCX2PAL takes the palette from a 256 color PCX image and creates an AGI palette file for use with the AGI palette changing patch. A Windows version (WinP2P) is also available. <!-- A copy of the palette changing patch can be obtained from http://agisci.cjb.net. -->
 +
 
 +
===<br /> FAQ ===
 +
 
 +
<blockquote>
 +
This program is freeware. You may distribute it freely as long as:
 +
 
 +
# All files, (even this readme file), are included in their original unchanged form.
 +
# You may not accept money in exchange for this software for any reason.
 +
 
 +
Email me at "bri_da_man@hotmail.com" with any questions, comments or bug reports regarding this program.
 +
</blockquote>
 +
</blockquote>
 +
 
 +
==<br /> Features ==
 +
 
 +
*
 +
 
 +
==<br /> Version History ==
 +
 
 +
* Source code cleaned up and modified to run quicker and more efficiently.
 +
* Recompiled to be a smaller executable
 +
 
 +
==<br /> Development Status ==
 +
 
 +
<blockquote>
 +
Abandoned
 +
</blockquote>
 +
 
 +
==<br /> Usage ==
 +
 
 +
<blockquote>
 +
<blockquote>
 +
<code>PCX2PAL [FILE.PCX] [FILE.PAL]</code>
 +
</blockquote>
 +
Where [FILE.PCX] is the PCX image that you are getting the palette from and [FILE.PAL] is the palette output file.
 +
 
 +
The PCX file should be a 256 color PCX, but only the first 16 colors of the palette need to be used.
 +
 
 +
See the [[PCX2PAL Tutorial]] on using PCX2PAL and the palette changing patch.<!-- is located at http://agisci.cjb.net. -->
 +
</blockquote>
 +
 
 +
==<br /> Options ==
 +
 
 +
<blockquote>
 +
&nbsp;
 +
</blockquote>
  
Version 1.0
+
==<br /> Download ==
By [[Brian Provinciano]]
 
March 27th, 1999
 
---
 
  
==<br /> FAQ ==
+
<blockquote>
 +
Download from here:
  
---
+
* [[File:ZIP.png|ZIP File]] [[File:PCX2PAL.ZIP|PCX2PAL for DOS]]<span class="DLInfo"> (ZIP file) [11 KB]</span>
Q. What does it do?
+
* [[Image:ZIP.png|ZIP File]] [[File:PCX2PALWin(WINP2P).zip|PCX2PALWin(WINP2P).zip for Windows]] <span class="DLInfo"> (ZIP file) [175 KB]</span>
A. PCX2PAL takes the palette from a 256 colour PCX image and creates an AGI
 
  palette file for use with the AGI palette changing patch. A copy of the
 
  palette changing patch can be obtained from http://agisci.cjb.net.
 
  
Q. How do I use it?
+
<blockquote>
A. At the DOS prompt, go to the directory where PCX2PAL is located and type:
 
PCX2PAL [FILE.PCX] [FILE.PAL]
 
  
Where [FILE.PCX] is the PCX image that you are getting the palette from
+
The zip file should contain the following files:
and [FILE.PAL] is the palette output file.
 
  
The PCX file should be a 256 colour PCX, but only the first 16 colours of  
+
* PAL.101      - The output palette of test.pcx
the palette need to be used.
+
* WINP2P.EXE  - The main program
 +
* README.TXT  - This file
 +
* TEST.PCX    - A PCX file which uses the AGI palette to give an example of how the palette should be.
 +
</blockquote>
 +
</blockquote>
  
A full tutorial on using PCX2PAL and the palette changing patch is
+
==<br /> Known issues ==
located at http://agisci.cjb.net.
 
  
Q. Is this program free?
+
* None known
A. Yes. This program is freeware. You may distribute it freely as long as:
 
  
# All files, (even this readme file), are included in their original
+
== <br />Credits ==
    unchanged form.
 
# You may not accept money in exchange for this software for any reason.
 
  
Q. How can I contact you?
+
* [[Brian Provinciano]]
A. You can email me at "bri_da_man@hotmail.com" with any questions, comments
 
  or bug reports regarding this program.
 
  
VERSION CHANGES
+
==<br /> References ==
---
 
* Source code cleaned up and modified to run quicker and more efficiently.
 
* Recompiled to be a smaller executeable
 
  
---
+
<references />
  
The zipfile should contain the following files:
+
==<br /> Also See ==
  
PAL.101      - The output palette of test.pcx
+
* <!-- [[AGI Palette Tools]] -->
PCX2PAL.EXE  - The main program
 
README.TXT  - This file
 
TEST.PCX    - A PCX file which uses the AGI palette to give an example of how the palette should be.
 
  
 
&nbsp;
 
&nbsp;
 +
 +
[[Category:Technical Info]]

Latest revision as of 16:10, 28 January 2022

PCX2PAL
Version 1.0

Author: Brian Provinciano

1999/03/28
PCX2PAL
Winp2pSS.png
Winp2p (PCX2PAL) for Windows Screenshot
Latest Version:  1.0
Release Date:  1999/03/28
Company: N/A
Publication Status:  Published
Developer(s): Brian Provinciano
Interface: GUI
Language: C
Open Source: Open
Source Availability:  Yes
License: None
Type: Palette Utility
Platform: DOS, Windows
Localization: English
Website: The Ultimate AGI & SCI Web Site (Web Archive)





Description

Brian Provinciano's PCX2PAL takes the palette from a 256 color PCX image and creates an AGI palette file for use with the AGI palette changing patch. A Windows version (WinP2P) is also available.


FAQ

This program is freeware. You may distribute it freely as long as:

  1. All files, (even this readme file), are included in their original unchanged form.
  2. You may not accept money in exchange for this software for any reason.

Email me at "bri_da_man@hotmail.com" with any questions, comments or bug reports regarding this program.


Features


Version History

  • Source code cleaned up and modified to run quicker and more efficiently.
  • Recompiled to be a smaller executable


Development Status

Abandoned


Usage

PCX2PAL [FILE.PCX] [FILE.PAL]

Where [FILE.PCX] is the PCX image that you are getting the palette from and [FILE.PAL] is the palette output file.

The PCX file should be a 256 color PCX, but only the first 16 colors of the palette need to be used.

See the PCX2PAL Tutorial on using PCX2PAL and the palette changing patch.


Options

 


Download

Download from here:

The zip file should contain the following files:

  • PAL.101 - The output palette of test.pcx
  • WINP2P.EXE - The main program
  • README.TXT - This file
  • TEST.PCX - A PCX file which uses the AGI palette to give an example of how the palette should be.


Known issues

  • None known


Credits


References



Also See