A simple little program which does crosshatching on png files. It gave me a
chance to play around with libpng. For some reason libpng uses
setjmp()/longjmp() for error handling, which is pretty bizarre.
Here it is... hatchcross.c
A simple little program which does crosshatching on png files. It gave me a
chance to play around with libpng. For some reason libpng uses
setjmp()/longjmp() for error handling, which is pretty bizarre.
Here it is... hatchcross.c