Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!uwm.edu!ogicse!pdxgate!eecs!gallo From: gallo@eecs.cs.pdx.edu (donald p gallogly) Newsgroups: comp.lang.pascal Subject: Printing character files as grey-scale images. Keywords: grey-scale Message-ID: <2455@pdxgate.UUCP> Date: 23 Apr 91 18:11:29 GMT Sender: news@pdxgate.UUCP Lines: 18 Here's the scoop. I have a program that generates Fourier transform patterns and save them as files of characters. The ACSII value of the character corresponds to the pixel intensity in the image. I have two questions. First, how can I convert these files to grey-scale images and second how do send graphics output to the laser printer. I need to do all this in TP6. I was able to convert the files to color images using the PutPixel procedure by assigning the color to the ASCII value of the character, but I found nothing in the documentation about grey-scale images or sending graphics output to a printer. Another option would be to create a TIFF, GIF, or PCX file which could be printed with a word processor but I found no information about this either. I will be very appreciative of any replies or postings relating to this problem. Thank you in advance. Donald P. Gallogly gallo@eecs.ee.pdx.edu