diff options
author | B. Watson <yalhcru@gmail.com> | 2014-01-11 08:49:40 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-29 23:20:58 -0600 |
commit | c1efd07c7c047c2d6e9be428b7b648819df7df1c (patch) | |
tree | 05ae40f585a4a67c3317d1cf0de9fdfac1faeab9 /system/dos33fsprogs/man/pcx2hgr.pod | |
parent | d3f5cbed2d0ce0c8fea356cfd55cb544da1440be (diff) | |
download | slackbuilds-c1efd07c7c047c2d6e9be428b7b648819df7df1c.tar.gz |
system/dos33fsprogs: Added (Utilities for the Apple II DOS 3.3 FS).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/dos33fsprogs/man/pcx2hgr.pod')
-rw-r--r-- | system/dos33fsprogs/man/pcx2hgr.pod | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/system/dos33fsprogs/man/pcx2hgr.pod b/system/dos33fsprogs/man/pcx2hgr.pod new file mode 100644 index 0000000000..a0ceed2577 --- /dev/null +++ b/system/dos33fsprogs/man/pcx2hgr.pod @@ -0,0 +1,45 @@ +=pod + +=head1 NAME + +B<pcx2hgr> - convert PCX files to Apple II HGR format + +=head1 SYNOPSIS + +B<pcx2hgr> file.pcx > file.hgr + +=head1 DESCRIPTION + +B<pcx2hgr> converts a PCX file to a BLOADable Apple II HGR or HGR2 +image, including palette conversion. Input is from the given filename, +and output is to standard output. + +No scaling is done. The input file's X resolution must be either 140 or +280 pixels, and the Y resolution should be either 160 or 192 pixels for +proper display on the Apple II. + +The output is prefixed with a standard Apple II 4-byte BLOAD header. To +display the image, use BASIC code like: + + +=head1 SEE ALSO + +=over + +=item dos33fsprogs(1) + +=item a2tools(1) + +=back + +=head1 WEBSITE + +http://www.deater.net/weave/vmwprod/apple/ + +=head1 AUTHORS + +B<dos33fstools> written by Vince Weaver <vince _at_ deater.net>. + +This manual page written by B. Watson for the SlackBuilds.org project, +but it may be used by anyone. + |