Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site watmath.UUCP Path: utzoo!watmath!grwalter From: grwalter@watmath.UUCP (Fred Walter) Newsgroups: net.sources.d Subject: re: dragon generator Message-ID: <52@watmath.UUCP> Date: Wed, 23-Jul-86 21:38:57 EDT Article-I.D.: watmath.52 Posted: Wed Jul 23 21:38:57 1986 Date-Received: Thu, 24-Jul-86 04:28:07 EDT Reply-To: grwalter@watmath.UUCP (Fred Walter) Organization: U of Waterloo, Ontario Lines: 16 ZZZZZZZZZZZZZZZZZZZZZZAAAAAAAAAAAAAAAAAAAAAAAPPPPPPPPPPPPPPPPPPPPPPPPPPP some imagen drivers need an EOF indicater in order to print the fractal dragon. thus if your imagen refused to print the dragon you generated try adding (void)putchar(219); (void)putchar(255); right before the (void)exit(0); at the end of the program. this should solve your problem. fred