Hmm... I get an error: LIBRARY not found on current line. Caused by (or after): "DECLARE CUSTOMTYPE LIBRARY ".\\direntry",10
@SMcNeill
Hi. The reason you have gray pixels in your images is that JPG compression is used, because you know that JPG adds up adjacent pixels during compression. Black + white = gray. The only format that won't do this to you is either PNG or BMP. With that BMP, you would even reach half the file size (height x width / 8) + 62 bytes (compared to the current JPG file size), but it would probably be easiest to convert to PNG using your library, it is a lossless format and so it should not do artifacts after you run your program to get a black and white image from thij JPGs. I appreciate your idea, the coloring books are perfect.
After all - I don't believe my eyes. Do you use POINT and PSET? You, our teacher with MEM? :)