dos33fsprogs/hgr-utils
Vince Weaver 2d805754d2 pcx2hgr: allow creating images with black1 backgrounds 2017-01-09 23:47:39 -05:00
..
Makefile hgr-tools: add shape table dumper 2017-01-06 22:49:07 -05:00
README hgr-utils: add README file 2016-03-11 14:59:48 -05:00
dump_table.c hgr-tools: add shape table dumper 2017-01-06 22:49:07 -05:00
hgr.pal split up into subprojects 2016-03-11 14:37:48 -05:00
pcx2hgr.c pcx2hgr: allow creating images with black1 backgrounds 2017-01-09 23:47:39 -05:00
shape_table.c shape_table: re-write so it can parse multiple commands per line 2017-01-06 08:16:32 -05:00

README

These are some tools for manipulating HGR Apple 2 graphics.

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


pcx2hgr:	converts a 140x160 (or 140x192) PCX image file
                into an Apple II HGR graphics file that can 
		be loaded with "BLOAD IMAGE,A$2000"

		To get it to work, create an image with the GIMP.
		Scale to 140x160.  Save as indexed with the 
		included "hgr.pal" palette.

                It also works with 280x160 but in that case it ignores
		colors and only generates black and white output.



%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

shape_table:  create an Apple shape table for use with
              DRAW and XDRAW commands
	      
	      can generate BASIC code to load it (via DATA) or
	      else a binary version that can be BLOADed
	      
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%