home *** CD-ROM | disk | FTP | other *** search
/ Esprit de Apple Corps / EDAC-2.iso / Graphics / Apps / Programs / Print3200 / Print3200.Docs (.txt) < prev    next >
Encoding:
AppleWorks Document  |  1995-11-17  |  5.0 KB  |  77 lines

  1. O=====<====<====<====<====<====<====<====<====<====<====<====<====<====<====<===
  2. O=====<====<====<====<====<====<====<====<====<====<====<====<====<====<====<===
  3. Print3200
  4. copyright 1995 by John Wrenholt
  5. Big Red Computers
  6. GPrint3200 is a simple program which allows you to print out 3200-color L
  7. Jgraphics on an ImageWriter printer. Because it bypasses the Print Manager N
  8. LToolset, it will only work with ImageWriter printers (the codes are part of 
  9. the program).
  10. Print3200 requires System 5.0.4 or higher. It prefers System 6.0.1.  It also 4
  11. requires at least 1.25 Megabytes of available RAM.
  12. FPrint3200 is being distributed as "Freeware". You may freely copy and L
  13. Jdistribute the program for non-commercial purposes.  Please make sure the P
  14. Nfollowing files are also distributed: Print3200, Print3200.Docs, Sample.3200, L
  15. Jand Big.Red.Info. Print3200 is copyright 1995 by John Wrenholt. All other 
  16. rights reserved.
  17. Print3200 has the following menu options:
  18. MOPEN - This allows you to open a 3200-color graphic. Graphics are recognized M
  19. Kby their filetypes and by their filenames. All filenames must end with the F
  20. suffix "3200" or "3201". Print3200 can open the following filetypes:
  21. 3200 APF 
  22. Filename must end in "3200"9
  23. 3200 Raw $C1                "      "    "   "    "9
  24. 3200 Raw BIN                "      "    "   "    ";
  25. 3200 APP French          Filename must end in "3201"
  26. HPrint3200 does not allow you to open 3200 PackBytes or 3200 DreamGrafix N
  27. Lpictures. If you have DreamGrafix, you can use it to change the filetype of 
  28. these graphics.
  29. CLOSE - Closes the graphic that is currently open.
  30. FDISPLAY - A very lame routine which allows you to view the 3200 color N
  31. Lgraphic. It shows you 15 lines of the graphic in their actual color and the O
  32. Mrest of the image in a grayscale palette. You can use the arrow keys to move O
  33. Mthe color band up and down.  Press "Space", "Escape", "Return", or the mouse "
  34. button to exit the display mode.
  35. LPRINT - This allows you to print the current graphic. You will be presented 6
  36. with a print dialog. You have the following options:
  37. Image Size:  This popup menu allows you to select the size of the &
  38. printed image. The default is small.
  39. Quality: This popup allows you to select either "Standard" or "Best" N
  40. Lquality printing. "Best" quality turns on unidirectional and bold printing. P
  41. NThis gives a darker image but slows down the printing process. The default is 
  42. standard.
  43. Chroma:  This popup menu allows you to select rather you want to print P
  44. Nthe graphic in black/white (boring) or color. It does not check to see if you 6
  45. have a color ribbon installed. The default is color.
  46. Form Feed: This popup menu allows you to select if you want the program M
  47. Kto issue a form feed to the printer after the graphic has been printed. If I
  48. Gyou select manual, then no form feed command is issued. The default is     
  49. manual.
  50. Orientation: These icons buttons allow you to select rather the graphic B
  51. is printed normally or in landscape mode. The default is normal.
  52. IIf you select the "Ok" button, printing will commence. Once printing has 7
  53. started, you can cancel it by pressing "Open-Apple-."
  54. QUIT - Quits the Print3200 program.
  55. The History of Print3200
  56. MSeveral years ago, someone bet me that it was impossible to print 3200-color O
  57. Mgraphics. It was a challenge that I couldn't ignore. Using code from several H
  58. Fdifferent programs that I was working on, I quickly patched a program E
  59. Ctogether and proved them wrong. Since the program had no practical O
  60. Mapplication, I quickly forgot about it.  Last month, I was busy cleaning off O
  61. Mmy IIGS's hard drive when I rediscovered the code. I thought it might be fun M
  62. Kto clean up the code and release the program as freeware. Although it only L
  63. Jtook one afternoon to get the original code working, I've spent two weeks 
  64. adding bells and whistles.
  65. LPrint3200 works by converting the IIGS's RGB (red-green-blue) palettes into O
  66. MCMY (cyan-magenta-yellow) palettes. It then selects a dithered pattern which H
  67. Fbest represents the CMY palettes. Your ImageWriter is only capable of M
  68. Kprinting 5 "pure" colors: yellow, red, blue, black and white (the color of J
  69. Hyour paper). By overprinting it can also print orange (yellow and red), O
  70. Mgreen, and purple. All other colors must be generated by mixing and matching L
  71. Jthese colors. For example, light blue is created by printing a pattern of K
  72. Iblue and white dots. The ImageWriter does best when it is working with a O
  73. Mlighter palette. If you get too many browns, greens, purples and blacks, all M
  74. Kyou'll get is a muddy mess. After all, there's not much difference between H
  75. Fdark green (a green and black pattern) and brown (an orange and black 
  76. pattern). 
  77.