summaryrefslogtreecommitdiff
path: root/graphics/sam2p/examples/fusi_traijg_eps.job
blob: 1be2320af6e1fdb9c3b11048e8ad84b2d231da5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<<%sam2p-job; by pts@fazekas.hu at Wed Apr 24 13:32:12 CEST 2002
% Doesn't work (of course), because JPEG compression requires a bit depth of
% 8, but /Transparent* provides a bit depth of 1.
/InputFile  (examples/fusi.tiff)
/OutputFile (test.eps)
/Profile [
  << /FileFormat/PSL2
     /SampleFormat/Transparent4
     %/SampleFormat/Indexed4 % doesn't work, contains transparent pixels
     /TransferEncoding/A85
     /Compression/IJG >>
 ]
>>