~ubuntu-branches/ubuntu/quantal/qgis/quantal

« back to all changes in this revision

Viewing changes to doc/source/user_guide/qgis_user_guide_images/spiticon.eps

  • Committer: Bazaar Package Importer
  • Author(s): Steve Halasz
  • Date: 2005-11-05 16:04:45 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051105160445-l0g4isz5bc9yehet
Tags: 0.7.4-1
* New upstream release
* Build GRASS support in qgis-plugin-grass package (Closes: #248649)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
%!PS-Adobe-3.0 EPSF-3.0
2
 
%%Creator: (ImageMagick)
3
 
%%Title: (spiticon.eps)
4
 
%%CreationDate: (Mon Sep 27 13:48:01 2004)
5
 
%%BoundingBox: 0 0 24 23
6
 
%%HiResBoundingBox: 0 0 24 23
7
 
%%DocumentData: Clean7Bit
8
 
%%LanguageLevel: 1
9
 
%%Pages: 1
10
 
%%EndComments
11
 
 
12
 
%%BeginDefaults
13
 
%%EndDefaults
14
 
 
15
 
%%BeginProlog
16
 
%
17
 
% Display a color image.  The image is displayed in color on
18
 
% Postscript viewers or printers that support color, otherwise
19
 
% it is displayed as grayscale.
20
 
%
21
 
/DirectClassPacket
22
 
{
23
 
  %
24
 
  % Get a DirectClass packet.
25
 
  %
26
 
  % Parameters:
27
 
  %   red.
28
 
  %   green.
29
 
  %   blue.
30
 
  %   length: number of pixels minus one of this color (optional).
31
 
  %
32
 
  currentfile color_packet readhexstring pop pop
33
 
  compression 0 eq
34
 
  {
35
 
    /number_pixels 3 def
36
 
  }
37
 
  {
38
 
    currentfile byte readhexstring pop 0 get
39
 
    /number_pixels exch 1 add 3 mul def
40
 
  } ifelse
41
 
  0 3 number_pixels 1 sub
42
 
  {
43
 
    pixels exch color_packet putinterval
44
 
  } for
45
 
  pixels 0 number_pixels getinterval
46
 
} bind def
47
 
 
48
 
/DirectClassImage
49
 
{
50
 
  %
51
 
  % Display a DirectClass image.
52
 
  %
53
 
  systemdict /colorimage known
54
 
  {
55
 
    columns rows 8
56
 
    [
57
 
      columns 0 0
58
 
      rows neg 0 rows
59
 
    ]
60
 
    { DirectClassPacket } false 3 colorimage
61
 
  }
62
 
  {
63
 
    %
64
 
    % No colorimage operator;  convert to grayscale.
65
 
    %
66
 
    columns rows 8
67
 
    [
68
 
      columns 0 0
69
 
      rows neg 0 rows
70
 
    ]
71
 
    { GrayDirectClassPacket } image
72
 
  } ifelse
73
 
} bind def
74
 
 
75
 
/GrayDirectClassPacket
76
 
{
77
 
  %
78
 
  % Get a DirectClass packet;  convert to grayscale.
79
 
  %
80
 
  % Parameters:
81
 
  %   red
82
 
  %   green
83
 
  %   blue
84
 
  %   length: number of pixels minus one of this color (optional).
85
 
  %
86
 
  currentfile color_packet readhexstring pop pop
87
 
  color_packet 0 get 0.299 mul
88
 
  color_packet 1 get 0.587 mul add
89
 
  color_packet 2 get 0.114 mul add
90
 
  cvi
91
 
  /gray_packet exch def
92
 
  compression 0 eq
93
 
  {
94
 
    /number_pixels 1 def
95
 
  }
96
 
  {
97
 
    currentfile byte readhexstring pop 0 get
98
 
    /number_pixels exch 1 add def
99
 
  } ifelse
100
 
  0 1 number_pixels 1 sub
101
 
  {
102
 
    pixels exch gray_packet put
103
 
  } for
104
 
  pixels 0 number_pixels getinterval
105
 
} bind def
106
 
 
107
 
/GrayPseudoClassPacket
108
 
{
109
 
  %
110
 
  % Get a PseudoClass packet;  convert to grayscale.
111
 
  %
112
 
  % Parameters:
113
 
  %   index: index into the colormap.
114
 
  %   length: number of pixels minus one of this color (optional).
115
 
  %
116
 
  currentfile byte readhexstring pop 0 get
117
 
  /offset exch 3 mul def
118
 
  /color_packet colormap offset 3 getinterval def
119
 
  color_packet 0 get 0.299 mul
120
 
  color_packet 1 get 0.587 mul add
121
 
  color_packet 2 get 0.114 mul add
122
 
  cvi
123
 
  /gray_packet exch def
124
 
  compression 0 eq
125
 
  {
126
 
    /number_pixels 1 def
127
 
  }
128
 
  {
129
 
    currentfile byte readhexstring pop 0 get
130
 
    /number_pixels exch 1 add def
131
 
  } ifelse
132
 
  0 1 number_pixels 1 sub
133
 
  {
134
 
    pixels exch gray_packet put
135
 
  } for
136
 
  pixels 0 number_pixels getinterval
137
 
} bind def
138
 
 
139
 
/PseudoClassPacket
140
 
{
141
 
  %
142
 
  % Get a PseudoClass packet.
143
 
  %
144
 
  % Parameters:
145
 
  %   index: index into the colormap.
146
 
  %   length: number of pixels minus one of this color (optional).
147
 
  %
148
 
  currentfile byte readhexstring pop 0 get
149
 
  /offset exch 3 mul def
150
 
  /color_packet colormap offset 3 getinterval def
151
 
  compression 0 eq
152
 
  {
153
 
    /number_pixels 3 def
154
 
  }
155
 
  {
156
 
    currentfile byte readhexstring pop 0 get
157
 
    /number_pixels exch 1 add 3 mul def
158
 
  } ifelse
159
 
  0 3 number_pixels 1 sub
160
 
  {
161
 
    pixels exch color_packet putinterval
162
 
  } for
163
 
  pixels 0 number_pixels getinterval
164
 
} bind def
165
 
 
166
 
/PseudoClassImage
167
 
{
168
 
  %
169
 
  % Display a PseudoClass image.
170
 
  %
171
 
  % Parameters:
172
 
  %   class: 0-PseudoClass or 1-Grayscale.
173
 
  %
174
 
  currentfile buffer readline pop
175
 
  token pop /class exch def pop
176
 
  class 0 gt
177
 
  {
178
 
    currentfile buffer readline pop
179
 
    token pop /depth exch def pop
180
 
    /grays columns 8 add depth sub depth mul 8 idiv string def
181
 
    columns rows depth
182
 
    [
183
 
      columns 0 0
184
 
      rows neg 0 rows
185
 
    ]
186
 
    { currentfile grays readhexstring pop } image
187
 
  }
188
 
  {
189
 
    %
190
 
    % Parameters:
191
 
    %   colors: number of colors in the colormap.
192
 
    %   colormap: red, green, blue color packets.
193
 
    %
194
 
    currentfile buffer readline pop
195
 
    token pop /colors exch def pop
196
 
    /colors colors 3 mul def
197
 
    /colormap colors string def
198
 
    currentfile colormap readhexstring pop pop
199
 
    systemdict /colorimage known
200
 
    {
201
 
      columns rows 8
202
 
      [
203
 
        columns 0 0
204
 
        rows neg 0 rows
205
 
      ]
206
 
      { PseudoClassPacket } false 3 colorimage
207
 
    }
208
 
    {
209
 
      %
210
 
      % No colorimage operator;  convert to grayscale.
211
 
      %
212
 
      columns rows 8
213
 
      [
214
 
        columns 0 0
215
 
        rows neg 0 rows
216
 
      ]
217
 
      { GrayPseudoClassPacket } image
218
 
    } ifelse
219
 
  } ifelse
220
 
} bind def
221
 
 
222
 
/DisplayImage
223
 
{
224
 
  %
225
 
  % Display a DirectClass or PseudoClass image.
226
 
  %
227
 
  % Parameters:
228
 
  %   x & y translation.
229
 
  %   x & y scale.
230
 
  %   label pointsize.
231
 
  %   image label.
232
 
  %   image columns & rows.
233
 
  %   class: 0-DirectClass or 1-PseudoClass.
234
 
  %   compression: 0-none or 1-RunlengthEncoded.
235
 
  %   hex color packets.
236
 
  %
237
 
  gsave
238
 
  /buffer 512 string def
239
 
  /byte 1 string def
240
 
  /color_packet 3 string def
241
 
  /pixels 768 string def
242
 
 
243
 
  currentfile buffer readline pop
244
 
  token pop /x exch def
245
 
  token pop /y exch def pop
246
 
  x y translate
247
 
  currentfile buffer readline pop
248
 
  token pop /x exch def
249
 
  token pop /y exch def pop
250
 
  currentfile buffer readline pop
251
 
  token pop /pointsize exch def pop
252
 
  /Times-Roman findfont pointsize scalefont setfont
253
 
  x y scale
254
 
  currentfile buffer readline pop
255
 
  token pop /columns exch def
256
 
  token pop /rows exch def pop
257
 
  currentfile buffer readline pop
258
 
  token pop /class exch def pop
259
 
  currentfile buffer readline pop
260
 
  token pop /compression exch def pop
261
 
  class 0 gt { PseudoClassImage } { DirectClassImage } ifelse
262
 
  grestore
263
 
} bind def
264
 
%%EndProlog
265
 
%%Page:  1 1
266
 
%%PageBoundingBox: 0 0 24 23
267
 
userdict begin
268
 
DisplayImage
269
 
0 0
270
 
24 23
271
 
12.000000
272
 
24 23
273
 
0
274
 
0
275
 
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
276
 
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
277
 
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
278
 
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
279
 
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
280
 
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
281
 
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
282
 
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
283
 
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
284
 
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
285
 
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
286
 
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
287
 
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0030E61034E64A69E67B8DEE183CC5
288
 
0014CD0024CD002CCD0014ACFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
289
 
FFFFFFFFFFFF002CE60024DE0848E61859EE185DEE1861EE2979F65299FF94BAFF73A1F6
290
 
4A8DEE5295F65289EE4A7DEE396DE63159DE082CBD000000FFFFFFFFFFFFFFFFFFFFFFFF
291
 
FFFFFF0038E6084CEE3989F64199FF399DFF39A5FF31AAFF29A5FF1089FF3189FFB4E2FF
292
 
5ACEFF6AD6FF83DEFF94E6FF9CDEFF83BEF65289EE0030B4000C29FFFFFFFFFFFFFFFFFF
293
 
FFFFFF0028DE297DF66AD2FF52C6FF4AC2FF39BAFF31B2FF29AAFF209DFF0881FF8BC6FF
294
 
41BAFF31B2FF31B2FF39BAFF4AC2FF83DEFFACE6FF5A99F610389C000000FFFFFFFFFFFF
295
 
FFFFFF003CE63999FF52C6FF41BEFF31B6FF31B6FF31B2FF31AEFF20A1FF108DFF5AAEFF
296
 
4AC2FF29B2FF31B6FF31B2FF31B2FF29B2FF62CAFFA4DEFF3969CD000000000000FFFFFF
297
 
FFFFFF1055EE39A5FF4AC2FF39B6FF39B6FF31B2FF31B6FF31B2FF29AAFF1895FF4AAEFF
298
 
39BAFF31B6FF31B2FF31B6FF31B2FF31B6FF31B6FF94E6FF5A91E6000839000000FFFFFF
299
 
FFFFFF1065EE39AAFF39B6FF31B6FF31B2FF39B6FF31B2FF31B2FF29AAFF209DFF31AEFF
300
 
31B6FF31B2FF31B6FF31B2FF31B6FF31B2FF31B2FF62CEFF7BC2FF000C8B000008FFFFFF
301
 
FFFFFF1869F631AEFF39B6FF31B6FF41BEFF39B6FF31B2FF29AEFF31AEFF20A1FF31B2FF
302
 
31B6FF39B6FF31B6FF39BAFF39B6FF39BAFF31B2FF52C6FF7BC6FF0014A4000C4AFFFFFF
303
 
FFFFFF1869EE39B6FF29A5FF2085EE208DF631AEFF29AAFF29AEFF29B2FF39B6FF39B6FF
304
 
41BAFF41BAFF4AC2FF4AC2FF52C6FF52C2FF4AC2FF41BEFF7BC2FF00147B00188BFFFFFF
305
 
FFFFFF2071F631B2FF105DCD00185A1044B43199FF39B6FF31B2FF41BAFF41BAFF52C2FF
306
 
5AC6FF6ACAFF6ACEFF7BD6FF7BD6FF83DEFF6ACEFF41BEFF6AB2F600146A0018BDFFFFFF
307
 
FFFFFF1879F62089F600143900000000247B297DEE4ABEFF31B2FF39B2FF62C6FF7BD2FF
308
 
9CDEFFA4E6FFB4EEFFBDF2FFC5F6FF94E2FF41B6FF41BAFF5A99EE00042900106AFFFFFF
309
 
FFFFFF1881FF1871DE080C29000000001CB42969EE73CAFF41BAFF29AAFF319DFF5291F6
310
 
7BAEFF94BEFF94BAFF83B2FF52AAFF2995FF1899FF4ABEFF4179D5000408000000FFFFFF
311
 
FFFFFF1075EE1865D50004200000000014C5316DEE8BDAFF62CEFF31B2FF2091FF08349C
312
 
102483102C9418288B0830C5086DFF0881FF209DFF4AB2FF3161BD000000000000FFFFFF
313
 
FFFFFF1869EE105DD5000C290000000020D53975EEACEAFF83DEFF4ABEFF2095F608388B
314
 
000000000000000000003CDE087DFF2099FF29A5FF39A1FF183C8B000000000000FFFFFF
315
 
FFFFFF0040CD0834C50008200000000018AC1848CD5A89E694E2FF5ACAFF2995F6003083
316
 
0000000000000000000030BD0844D51071EE2085F62061C5081441000000FFFFFFFFFFFF
317
 
FFFFFF000000000008000008000000FFFFFF0000001028834179CD5295D51855AC101C41
318
 
000000FFFFFFFFFFFF00000000041000145A00105A100C18000000000000FFFFFFFFFFFF
319
 
FFFFFFFFFFFF000000000000FFFFFFFFFFFFFFFFFF000000000000000000000000000000
320
 
000000FFFFFFFFFFFFFFFFFF000000000000000000000000000000FFFFFFFFFFFFFFFFFF
321
 
 
322
 
end
323
 
%%PageTrailer
324
 
%%Trailer
325
 
%%EOF