dos33fsprogs/hgr-utils
2016-03-11 16:14:59 -05:00
..
hgr.pal split up into subprojects 2016-03-11 14:37:48 -05:00
Makefile split up into subprojects 2016-03-11 14:37:48 -05:00
pcx2hgr.c hgr-utils: pcx2hr -- clean up whitespace, remove compiler warnings 2016-03-11 16:14:59 -05:00
README hgr-utils: add README file 2016-03-11 14:59:48 -05:00
shape_table.c hgr-utils: shape-table: clean up whitespace, fix compiler warning 2016-03-11 15:31:09 -05:00

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
	      
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%