% Begin UserPrep file. % % File : Moreband.prp % FreeHand 7 UserPrep file. % % UserPrep file for increasing banding on radial and graduated % fills. This can be useful for PostScript level 2 printers that % have a limited amount of memory. % To enable this file, select it in the Print Setup dialog UserPrep popup, % or set the preference in the Expert Input/Output options for % UserPrep to Moreband.prp. % To verify that this is enabled, print to file, and look for % Moreband.prp in the print file. If you find this text, % it is enabled. % % This UserPrep will cause radial and graduated fills to print more % more quickly, but with increased banding. % % Version 1.0 Nov. 22, 1994 % Copyright (C) Macromedia, Inc. 1995, 1996 All rights reserved. % The grad frequency is the maximum number of grad or radial steps % per inch. The default is 72, which gives up to 72 steps per inch, which % will give nice smooth grads if the printer supports enough colors. % Unfortunately, it can chew up a lot of memory on the printer, and is slow. % A gradfrequency of 18 will limit the number of grad or radial steps to % 18 per inch, which will result in noticeable banding, but may reduce % printing time, & memory requirements. For really obnoxious banding, try % a value of 8, which will cause 8 steps per inch, or 1/8 inch bands. printerRes 900 le { /gradfrequency 18 def } if % If the resolution is > 900, don't make it band. % End UserPrep