Another setscreen puzzle.



An upcoming challenge for me is to generate a million or so bilevel
300dpi TIFFs for some laser production process. They want them
halftoned, using 95lpi, 45 degree, round dots. I believe I've
generated the correct thing when using postscript, and I'm waiting for
their signoff.

The trouble is that my input format is PDF, not postscript. I
generated my sample TIFF by inserting this line

<< /HalftoneType 1 /Frequency 95 /Angle 45 /SpotFunction { dup mul
exch dup mul add 1 exch sub } >> sethalftone

as the last line before %%EndSetup in the output from pdftops. That
is what worked.

So, is there a way to set a screen for ghostscript without converting
my pdf to postscript and editing it? I tried putting the line above
into setscreen.ps and running

gswin32c -dNOPAUSE -dBATCH -sDEVICE=tifflzw -r1200 -
sOutputFile=test.tif setscreen.ps input.pdf

but got the ordinary square dither, not a round dot halftone.

Any other ideas? Distiller parameters would seem not to be the right
place to look, since I'm consuming PDF and not generating it.

.



Relevant Pages

  • Re: Harlequin RIP job options settings in PS
    ... > Management wants to be sure that pages are printed with proper halftone ... > postscript job and the Harlequin RIP. ... This is because the PDF ...
    (comp.lang.postscript)
  • TIFF, PDF und Delphi
    ... PDF, je TIFF eine Seite (da die TIFFs eh, Din A4 oder Letter Format ... Prev by Date: ... Next by Date: ...
    (de.comp.lang.delphi.misc)
  • Re: TIFF, PDF und Delphi
    ... >>PDF, je TIFF eine Seite (da die TIFFs eh, Din A4 oder Letter Format ... Aufloesung der TIFFs 300dpi. ... Udo ... Next by Date: ...
    (de.comp.lang.delphi.misc)
  • Re: A Setscreen Puzzle
    ... When distilled into PDF all the boxes are printed at the same dpi. ... Presumably this is because the printer screen quoted in the Distiller job ... contain different screens for each box? ... There is probably a setdistillerparams which will turn on halftone ...
    (comp.lang.postscript)
  • Re: Harlequin RIP job options settings in PS
    ... I have the RIP which is running with its own "page setup" (in the ... Management wants to be sure that pages are printed with proper halftone ... postscript job and the Harlequin RIP. ... It would be nice if the RIP had some sort of job control language, ...
    (comp.lang.postscript)