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

« back to all changes in this revision

Viewing changes to doc/source/user_guide/qgis_user_guide_images/plugins_delimited_text/toolbar_icon.png.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: (toolbar_icon.png.eps)
4
 
%%CreationDate: (Mon Dec 20 01:49:19 2004)
5
 
%%BoundingBox: 0 0 25 23
6
 
%%HiResBoundingBox: 0 0 25 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 25 23
267
 
userdict begin
268
 
DisplayImage
269
 
0 0
270
 
25 23
271
 
12.000000
272
 
25 23
273
 
0
274
 
0
275
 
EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE
276
 
EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE
277
 
EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE
278
 
EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE
279
 
EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEC5BEC5B4B2B4
280
 
B4B6B4B4B2B4B4B6B4B4B2B4B4B6B4B4B2B4B4B6B4EEEAEEEEEEEEEEEEEEEEEEEEEEEEEE
281
 
EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE292C29
282
 
000000000000000000000000000000000000000000000000D5D2D5EEEEEEEEEEEEEEEEEE
283
 
EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE
284
 
626562D5D2D5D5D2D5838183000000414041D5D2D5D5D2D5737573D5D6D5EEEEEEEEEEEE
285
 
EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE
286
 
EEEEEEEEEEEEEEEEEEEEEEEE9495940000004A484AEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE
287
 
EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE
288
 
EEEEEEEEEEEEEEEEEEEEEEEEF6F2F69C9D9C0000004A484AEEEEEEEEEEEEEEEEEEEEEEEE
289
 
EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE
290
 
EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEF6F2F6A4A1A40000004A484AEEEEEEEEEEEEEEEEEE
291
 
EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE
292
 
EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE9C999C0000004A484AEEEEEEEEEEEE
293
 
EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE
294
 
EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEAEE6A656A000000292C29CDCECD
295
 
EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE
296
 
EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE6E6E6005900005D00005900
297
 
2989294AA54A4AA54A4AA54A4AA54A4AA54A4AA54A4AA14A8BAA8BF6F2F6EEEEEEEEEEEE
298
 
EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEECDE2CD299529209100CDE200
299
 
F6EA00DEAE00FFFF00FFFF00FFF200DEAE00FFF200DEEE003189008BA58BEEEEEEEEEEEE
300
 
EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE73BA733199317BBE00C5E200
301
 
FFFF00DEB2008B0000FFF200FFFF00EED2008B0000D5C600398D00739D73EEEEEEEEEEEE
302
 
EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE6EAE662AE6231990094CA00FFFF00
303
 
FFEA00E6BE00FFFF00FFEE00FFFF00FFFF00FFFF00DEDE0031890083A183EEEEEEEEEEEE
304
 
EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEA4CEA452AA524AA500EEE600BD7100
305
 
F6DE00D5A1008B0000FFFF00FFFF00FFFF00FFFF00E6F200398D007BA17BEEEEEEEEEEEE
306
 
EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEF6F2F6DEEADE9CCA9C299508CDE600F6FA00F6E600
307
 
9C3000E6CA00FFF600F6DE00FFFF00FFFF009C3000B49100318D087BA17BEEEAEEEEEEEE
308
 
EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEF6F6F662B2620085004AA50083C20083C200
309
 
83C20083C20083C20083C20083C20083C20083C2004A48002055007BA17BEEEEEEEEEEEE
310
 
EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEF6F2F6739973186118186518186118
311
 
186518186118186518186118186518186118186518186118186518185918D5DED5EEEEEE
312
 
EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE
313
 
EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE
314
 
EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE
315
 
EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE
316
 
EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE
317
 
EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE
318
 
EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE
319
 
EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE
320
 
EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE
321
 
EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE
322
 
EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE
323
 
end
324
 
%%PageTrailer
325
 
%%Trailer
326
 
%%EOF