install-guide/figs bootprompt-en.eps, NONE, 1.1 bootprompt-en.png, NONE, 1.1 mediacheck-en.eps, NONE, 1.1 mediacheck-en.png, NONE, 1.1 mediachecknext-en.eps, NONE, 1.1 mediacheckresult-en.eps, NONE, 1.1 mediacheckresult-en.png, NONE, 1.1 pxeinstmethod-en.eps, NONE, 1.1 pxeinstmethod-en.png, NONE, 1.1

Stuart Ellis (elliss) fedora-docs-commits at redhat.com
Thu Feb 9 22:18:35 UTC 2006


Author: elliss

Update of /cvs/docs/install-guide/figs
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30231

Added Files:
	bootprompt-en.eps bootprompt-en.png mediacheck-en.eps 
	mediacheck-en.png mediachecknext-en.eps 
	mediacheckresult-en.eps mediacheckresult-en.png 
	pxeinstmethod-en.eps pxeinstmethod-en.png 
Log Message:
- Added text-mode screenshots with amended file names.




--- NEW FILE bootprompt-en.eps ---
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: (ImageMagick)
%%Title: (bootprompt-en.eps)
%%CreationDate: (Mon Feb  6 00:08:00 2006)
%%BoundingBox: 0 0 288 216
%%HiResBoundingBox: 0 0 288 216
%%DocumentData: Clean7Bit
%%LanguageLevel: 1
%%Pages: 1
%%EndComments

%%BeginDefaults
%%EndDefaults

%%BeginProlog
%
% Display a color image.  The image is displayed in color on
% Postscript viewers or printers that support color, otherwise
% it is displayed as grayscale.
%
/DirectClassPacket
{
  %
  % Get a DirectClass packet.
  %
  % Parameters:
  %   red.
  %   green.
  %   blue.
  %   length: number of pixels minus one of this color (optional).
  %
  currentfile color_packet readhexstring pop pop
  compression 0 eq
  {
    /number_pixels 3 def
  }
  {
    currentfile byte readhexstring pop 0 get
    /number_pixels exch 1 add 3 mul def
  } ifelse
  0 3 number_pixels 1 sub
  {
    pixels exch color_packet putinterval
  } for
  pixels 0 number_pixels getinterval
} bind def

/DirectClassImage
{
  %
  % Display a DirectClass image.
  %
  systemdict /colorimage known
  {
    columns rows 8
    [
      columns 0 0
      rows neg 0 rows
    ]
    { DirectClassPacket } false 3 colorimage
  }
  {
    %
    % No colorimage operator;  convert to grayscale.
    %
    columns rows 8
    [
      columns 0 0
      rows neg 0 rows
    ]
    { GrayDirectClassPacket } image
  } ifelse
} bind def

/GrayDirectClassPacket
{
  %
  % Get a DirectClass packet;  convert to grayscale.
  %
  % Parameters:
  %   red
  %   green
  %   blue
  %   length: number of pixels minus one of this color (optional).
  %
  currentfile color_packet readhexstring pop pop
  color_packet 0 get 0.299 mul
  color_packet 1 get 0.587 mul add
  color_packet 2 get 0.114 mul add
  cvi
  /gray_packet exch def
  compression 0 eq
  {
    /number_pixels 1 def
  }
  {
    currentfile byte readhexstring pop 0 get
    /number_pixels exch 1 add def
  } ifelse
  0 1 number_pixels 1 sub
  {
    pixels exch gray_packet put
  } for
  pixels 0 number_pixels getinterval
} bind def

/GrayPseudoClassPacket
{
  %
  % Get a PseudoClass packet;  convert to grayscale.
  %
  % Parameters:
  %   index: index into the colormap.
  %   length: number of pixels minus one of this color (optional).
  %
  currentfile byte readhexstring pop 0 get
  /offset exch 3 mul def
  /color_packet colormap offset 3 getinterval def
  color_packet 0 get 0.299 mul
  color_packet 1 get 0.587 mul add
  color_packet 2 get 0.114 mul add
  cvi
  /gray_packet exch def
  compression 0 eq
  {
    /number_pixels 1 def
  }
  {
    currentfile byte readhexstring pop 0 get
    /number_pixels exch 1 add def
  } ifelse
  0 1 number_pixels 1 sub
  {
    pixels exch gray_packet put
  } for
  pixels 0 number_pixels getinterval
} bind def

/PseudoClassPacket
{
  %
  % Get a PseudoClass packet.
  %
  % Parameters:
  %   index: index into the colormap.
  %   length: number of pixels minus one of this color (optional).
  %
  currentfile byte readhexstring pop 0 get
  /offset exch 3 mul def
  /color_packet colormap offset 3 getinterval def
  compression 0 eq
  {
    /number_pixels 3 def
  }
  {
    currentfile byte readhexstring pop 0 get
    /number_pixels exch 1 add 3 mul def
  } ifelse
  0 3 number_pixels 1 sub
  {
    pixels exch color_packet putinterval
  } for
  pixels 0 number_pixels getinterval
} bind def

/PseudoClassImage
{
  %
  % Display a PseudoClass image.
  %
  % Parameters:
  %   class: 0-PseudoClass or 1-Grayscale.
  %
  currentfile buffer readline pop
  token pop /class exch def pop
  class 0 gt
  {
    currentfile buffer readline pop
    token pop /depth exch def pop
    /grays columns 8 add depth sub depth mul 8 idiv string def
    columns rows depth
    [
      columns 0 0
      rows neg 0 rows
    ]
    { currentfile grays readhexstring pop } image
  }
  {
    %
    % Parameters:
    %   colors: number of colors in the colormap.
    %   colormap: red, green, blue color packets.
    %
    currentfile buffer readline pop
    token pop /colors exch def pop
    /colors colors 3 mul def
    /colormap colors string def
    currentfile colormap readhexstring pop pop
    systemdict /colorimage known
[...15505 lines suppressed...]
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000

end
%%PageTrailer
%%Trailer
%%EOF


--- NEW FILE mediacheck-en.eps ---
%!PS-Adobe-3.0
%%Creator: ImageMagick 6.0.7
%%Title: /home/se/tmp/eps/media-test.eps
%%CreationDate: Thu Feb  3 22:14:13 2005
%%BoundingBox: 0 312 275 519
%%HiResBoundingBox: 0 312 275.4 518.55
%%LanguageLevel: 3
%%Orientation: Portrait
%%PageOrder: Ascend
%%Pages: 1
%%EndComments
%%BeginProlog
/ByteStreamDecodeFilter
{
  /z exch def
  /r exch def
  /c exch def
  z 0 eq { /ASCII85Decode filter } if
  z 1 eq
  {
    <<
      /K -1
      /Columns c
      /Rows r
    >>
    /CCITTFaxDecode filter
  } if
  z 2 eq { /DCTDecode filter } if
  z 3 eq { /LZWDecode filter } if
  z 4 eq { /RunLengthDecode filter } if
  z 5 eq { /FlateDecode filter } if
} bind def

/DirectClassImageDict
{
  colorspace 0 eq
  {
    /DeviceRGB setcolorspace
    <<
      /ImageType 1
      /Width columns
      /Height rows
      /BitsPerComponent 8
      /DataSource pixel_stream
      /MultipleDataSources false
      /ImageMatrix [columns 0 0 rows neg 0 rows]
      /Decode [0 1 0 1 0 1]
    >>
  }
  {
    /DeviceCMYK setcolorspace
    <<
      /ImageType 1
      /Width columns
      /Height rows
      /BitsPerComponent 8
      /DataSource pixel_stream
      /MultipleDataSources false
      /ImageMatrix [columns 0 0 rows neg 0 rows]
      /Decode
        compression 2 eq
        { [1 0 1 0 1 0 1 0] }
        { [0 1 0 1 0 1 0 1] }
        ifelse
    >>
  }
  ifelse
} bind def

/PseudoClassImageDict
{
  % Colors in colormap image.
  currentfile buffer readline pop
  token pop /colors exch def pop
  colors 0 eq
  {
    % Depth of grayscale image.
    currentfile buffer readline pop
    token pop /bits exch def pop
    /DeviceGray setcolorspace
    <<
      /ImageType 1
      /Width columns
      /Height rows
      /BitsPerComponent bits
      /Decode [0 1]
      /ImageMatrix [columns 0 0 rows neg 0 rows]
      /DataSource pixel_stream
    >>
  }
  {
    % RGB colormap.
    /colormap colors 3 mul string def
    compression 0 eq
    { currentfile /ASCII85Decode filter colormap readstring pop pop }
    { currentfile colormap readstring pop pop }
    ifelse
    [ /Indexed /DeviceRGB colors 1 sub colormap ] setcolorspace
    <<
      /ImageType 1
      /Width columns
      /Height rows
      /BitsPerComponent 8
      /Decode [0 255]
      /ImageMatrix [columns 0 0 rows neg 0 rows]
      /DataSource pixel_stream
    >>
  }
  ifelse
} bind def

/NonMaskedImageDict
{
  class 1 eq
  { PseudoClassImageDict }
  { DirectClassImageDict }
  ifelse
} bind def

/MaskedImageDict
{
  <<
    /ImageType 3
    /InterleaveType 3
    /DataDict NonMaskedImageDict
    /MaskDict
    <<
      /ImageType 1
      /Width columns
      /Height rows
      /BitsPerComponent 1
      /DataSource mask_stream
      /MultipleDataSources false
      /ImageMatrix [ columns 0 0 rows neg 0 rows]
      /Decode [ 0 1 ]
    >>
  >>
} bind def

/ClipImage
{} def

/DisplayImage
{
  /buffer 512 string def

  % Translation.
  currentfile buffer readline pop
  token pop /x exch def
  token pop /y exch def pop
  x y translate

  % Image size and font size.
  currentfile buffer readline pop
  token pop /x exch def
  token pop /y exch def pop
  currentfile buffer readline pop
  token pop /pointsize exch def pop
  x y scale
  % Clipping path.
  currentfile buffer readline pop
  token pop /clipped exch def pop
  % EPS.
  currentfile buffer readline pop
  token pop /sp exch def pop
  % Image pixel size.
  currentfile buffer readline pop
  token pop /columns exch def
  token pop /rows exch def pop
  % Colorspace (RGB/CMYK).
  currentfile buffer readline pop
  token pop /colorspace exch def pop
  % Transparency.
  currentfile buffer readline pop
  token pop /alpha exch def pop
  % Stencil mask?
  currentfile buffer readline pop
  token pop /stencil exch def pop
  % Image class (direct/pseudo).
  currentfile buffer readline pop
  token pop /class exch def pop
  % Compression type.
  currentfile buffer readline pop
  token pop /compression exch def pop
  % Clip and render.
  /pixel_stream currentfile columns rows compression
    ByteStreamDecodeFilter def
  clipped { ClipImage } if
  alpha stencil not and
  { MaskedImageDict mask_stream resetfile }
  { NonMaskedImageDict }
  ifelse
  stencil { 0 setgray imagemask } { image } ifelse
  grestore
  sp { showpage } if
} bind def
%%EndProlog
%%Page: 1 1
%%PageBoundingBox: 0 312 275 519
/ClipImage {} def
%%BeginData:         6711 BINARY Bytes
DisplayImage
0 312
275.4 206.55
12.000000
false
true
640 480
0
false
false
0
5
xÚíÜk–ã8rÐܤ7©M¶}<n9“d€Š"‚àýÎý‘RI$DUöœùùyý
—Í÷”è¿PVï)ÀŸŸrAÿ½~ü_ú›I»_6»ë/ûù“eô_(ë”Sh³´“WÈ_ç÷;?Z/9žó(=žuڝZfœùÿîQܻݛ”gôÝÝG¢½žg–®±¤»KÑxÚû›ꁴoúûþÀÅvO•®ºîºÚf_ÈôŽÍ‹Gçg×ìÚyíõ²Ìô“ã<0øöÊ,.Û»_É%¯ö€ôš[êöÇòÏaþ99kýgóF›k\ìð	p¸5Ψè|xî¿›mâØÉŸçÁgVfw»®|`£Ntú¾g&ul}2È>xýgs`›7.–9`óuÝuµÝ¾³ûáÆx2_ٝÔ3Ù­’ëßšÝÁì®sו¬óz
ößÅÏÛGdç
ä·Oÿ5ú/”Õio]¿šý(ßLwM²û´¯S¶ÿ&·£½ž™}ÌÌKž ú/”Õio]¿õý·wš–¢wš½ó’ÊÑ¡¬¨N{ëú•û7TôróóôßÝÖ\¤ÿî®g{؇—«ë¯.R0ú/”Õi¦¨»ÎðõçºùNãôHŽ§Ýg»®ÓÕâÛ‹¶¹8™ÏxÿØx¢yé¿÷ŠþeEu*§Ç
ËõÑ¡¬¨NåôXa¹>ú/”Õ©œ›®ß‹œýÊŠêTD&ˆþeEu*"Dÿ…²¢:‘	¢ÿBYQŠÈÑ¡¬¨NEd‚è¿PVT§"2Aô_(+ªS™ ú/”Õ©ˆLýÊŠêTD&ˆþeEu*"Dÿ…²¢:‘	¢ÿBYQŠÈÑ¡¬¨NEd‚è¿PVT§"2Aô_(+ªS™ ú/”Õ©ˆLýÊŠêTD&ˆþeEu*"Dÿ…²¢:‘	¢ÿBYQfŠú÷W/+dy¾äÆyÖ,¾´£Æ?|£TÛ¯R%ðÒ¡°¨N“ý<<›ÇNfœ§Ìâ«K1jüÃ÷÷{£:±‰×)Í!é¿PGïѱþØdý÷w¿ÑÅ·¾¿ß€þ;ü ‚ê=:{ÿQ»äO¿w¨^Ýô•þìƹöÙøC2þüþ¶¯Íeó:»ïg>|Ö~m¾ß¸ÎØ´ÿ{¼ÀÅ¢:M–óæQöÚ;«O|?3ÚÍóù•þW^Ô/ºV©wüÏÿ«swwd»œ1ßü`ìW{¾¥:oc„ú/TÐ{t$»Oúiûðß<®A™	鿍Ïÿ«¹¿ù}Y?
¹í¾ë¿PVT§å²ñz›Ÿß|ùþ¹}…æ}owWI´»ÏhûýÍ‹oÞnýG=w¿Ý¾ë¿PVT§å²ñz›Ÿß|¹9ÿÎûÞî®’hӏéÆ6/Õø|×Ýÿ~òvû®ÿBYQ–ËbÄë	l~~óåæü;ï{»s¸J¢}Ì?¬›{·ûáý÷ÿ_ê¿PAT§å²ñz›Ÿß|ùþ¹}…æ}owWI´]ÏëzãÚŸŒ¾Û{Çî»þeEuZ.‹¯'°ùùÍ—ÑÏ=÷½Ý9\%Ñ>¶ÐÍ—ïŸ7/µ~s󻝸ݾë¿PVT§å²ñz›Ÿß|ýÜsß۝ÃUícûÝ|ýœy'y÷ûï»þeEuZ.‹¯'ÐøJã‹ù‹ü}y»s¸J¢íÈ<£¿¿²ùró+íë$ï~Û}ס¬¨NËe1âõ®½ïíÎá*‰öñ²gý³oÝnßõ_(+ªÓrYŒx=kï{»s¸J¢}¼ìYÿì[·ÛwýÊŠê´\#^OàÚûÞî®’h/{Ð{oú÷+·ÛwýÊŠê´\#^OàÚûÞî®’hËú;ÎÛí»þeEuZ.‹Z©_Þî®’áûø°}ס¬¨NËe1âQ+õïË۝ÃU2|¶ïú/”Õi¹,F<j¥þ}y»s¸J†ïãÃö]ÿ…²¢:-—ňG­Ô¿/owWÉð}|ؾë¿PVT§å²ñ¨•ú÷åíÎá*¾ÛwýÊŠê´\#µRÿ¾¼Ý9\%Ã÷ñaû®ÿBYQ–ËbÄ£Vêß—·;‡«dø>>lßõ_(+ªÓrYxè0nwWI‘}<:ìÛí»þeEuZ.ÃWê¯ÛÃU2z㞶ïú/”Õi¹_©¿nwWÉè{Ú¾ë¿PVT§å2|¥þºÝ9\%£7îiû®ÿBYQ–Ëð•úëvçp•ŒÞ¸§í»þeEuZ.ÃWê¯ÛÃU2z㞶ïú/”Õi¹_©¿nwWÉè{Ú¾ë¿PVT§å2|¥þºÝ9\%£7îiû®ÿBYQ–Ëð•úëvçp•ŒÞ¸§í»þeEuz—üËèõ¸kFïÛ´û¾^cÀÅ¢:½KFŸ»·9‡‹gô¾M»ï‹á5f
yÈ/žo»Ä2óͯXrÌÑ­w§Ð;°öxvÏŠä8<?CêkóÙ]ÿÌÄ3óÍ,ÂáëwíûYÓW÷kóLnqïQ³»ÝgÕʼnûþ{qv?lüSjÏ1*üÙ˜¹Z×ÿ{jõ^êÊùvÕWæÖÉa/®Ó¸~×óß»/íñì®@rœù‡áKUÓõÉäsµ»]ûrìùüÞ¾÷Þúúýú=泆ڻþíêØ\íÃK×;£®q«ëY%Wõ'}è%÷.,4îun©~u¾½Ïm~¿Ö_ŒjðXxr’wlüù­Y唊þü(ËÌeóyÈlPfxù)¬×íô}ïá}ü|¿—ä‡C:p>›Â‡ûÞudzΟi$*yèežÆ®çy÷18åyûê|O¬¯Æí?|ûù?ýNŽ?¿5ÆüI½|þ<ï>™
ú|ãÎ}0ŽóÄ}üp¿zsâú>>9”ì{×	|Öù3“Ì&½Ý§1³°Ÿ_0ù¸^0ßë+z¹ø!Êî‚Dsùü˜=6‘ŸàIŽ³qÙ³êúÀ<K›ãïšø‡Ïç±ëØ÷oïã‡ûµ{…®ïÌîóðùãqʾo^óÃë|^§÷²¹,Ñ››k}~}£®ñdžçÆÐu»oÌ7yÓhR™yµŸáüõ{ŸÿÆ8ó÷]¯ðâ‡Þqö®ç‡•rà[Çö¥÷9ò|›×æÀÎÚÇ÷+3ÂõmõØú'ŸŸh/œ‡]û•_ŸÓÏ€³8s
%%EndData
%%PageTrailer
%%Trailer
%%EOF


--- NEW FILE mediachecknext-en.eps ---
%!PS-Adobe-3.0
%%Creator: ImageMagick 6.0.7
%%Title: /home/se/tmp/eps/mediacheck-next.eps
%%CreationDate: Thu Feb  3 22:14:11 2005
%%BoundingBox: 0 312 275 519
%%HiResBoundingBox: 0 312 275.4 518.55
%%LanguageLevel: 3
%%Orientation: Portrait
%%PageOrder: Ascend
%%Pages: 1
%%EndComments
%%BeginProlog
/ByteStreamDecodeFilter
{
  /z exch def
  /r exch def
  /c exch def
  z 0 eq { /ASCII85Decode filter } if
  z 1 eq
  {
    <<
      /K -1
      /Columns c
      /Rows r
    >>
    /CCITTFaxDecode filter
  } if
  z 2 eq { /DCTDecode filter } if
  z 3 eq { /LZWDecode filter } if
  z 4 eq { /RunLengthDecode filter } if
  z 5 eq { /FlateDecode filter } if
} bind def

/DirectClassImageDict
{
  colorspace 0 eq
  {
    /DeviceRGB setcolorspace
    <<
      /ImageType 1
      /Width columns
      /Height rows
      /BitsPerComponent 8
      /DataSource pixel_stream
      /MultipleDataSources false
      /ImageMatrix [columns 0 0 rows neg 0 rows]
      /Decode [0 1 0 1 0 1]
    >>
  }
  {
    /DeviceCMYK setcolorspace
    <<
      /ImageType 1
      /Width columns
      /Height rows
      /BitsPerComponent 8
      /DataSource pixel_stream
      /MultipleDataSources false
      /ImageMatrix [columns 0 0 rows neg 0 rows]
      /Decode
        compression 2 eq
        { [1 0 1 0 1 0 1 0] }
        { [0 1 0 1 0 1 0 1] }
        ifelse
    >>
  }
  ifelse
} bind def

/PseudoClassImageDict
{
  % Colors in colormap image.
  currentfile buffer readline pop
  token pop /colors exch def pop
  colors 0 eq
  {
    % Depth of grayscale image.
    currentfile buffer readline pop
    token pop /bits exch def pop
    /DeviceGray setcolorspace
    <<
      /ImageType 1
      /Width columns
      /Height rows
      /BitsPerComponent bits
      /Decode [0 1]
      /ImageMatrix [columns 0 0 rows neg 0 rows]
      /DataSource pixel_stream
    >>
  }
  {
    % RGB colormap.
    /colormap colors 3 mul string def
    compression 0 eq
    { currentfile /ASCII85Decode filter colormap readstring pop pop }
    { currentfile colormap readstring pop pop }
    ifelse
    [ /Indexed /DeviceRGB colors 1 sub colormap ] setcolorspace
    <<
      /ImageType 1
      /Width columns
      /Height rows
      /BitsPerComponent 8
      /Decode [0 255]
      /ImageMatrix [columns 0 0 rows neg 0 rows]
      /DataSource pixel_stream
    >>
  }
  ifelse
} bind def

/NonMaskedImageDict
{
  class 1 eq
  { PseudoClassImageDict }
  { DirectClassImageDict }
  ifelse
} bind def

/MaskedImageDict
{
  <<
    /ImageType 3
    /InterleaveType 3
    /DataDict NonMaskedImageDict
    /MaskDict
    <<
      /ImageType 1
      /Width columns
      /Height rows
      /BitsPerComponent 1
      /DataSource mask_stream
      /MultipleDataSources false
      /ImageMatrix [ columns 0 0 rows neg 0 rows]
      /Decode [ 0 1 ]
    >>
  >>
} bind def

/ClipImage
{} def

/DisplayImage
{
  /buffer 512 string def

  % Translation.
  currentfile buffer readline pop
  token pop /x exch def
  token pop /y exch def pop
  x y translate

  % Image size and font size.
  currentfile buffer readline pop
  token pop /x exch def
  token pop /y exch def pop
  currentfile buffer readline pop
  token pop /pointsize exch def pop
  x y scale
  % Clipping path.
  currentfile buffer readline pop
  token pop /clipped exch def pop
  % EPS.
  currentfile buffer readline pop
  token pop /sp exch def pop
  % Image pixel size.
  currentfile buffer readline pop
  token pop /columns exch def
  token pop /rows exch def pop
  % Colorspace (RGB/CMYK).
  currentfile buffer readline pop
  token pop /colorspace exch def pop
  % Transparency.
  currentfile buffer readline pop
  token pop /alpha exch def pop
  % Stencil mask?
  currentfile buffer readline pop
  token pop /stencil exch def pop
  % Image class (direct/pseudo).
  currentfile buffer readline pop
  token pop /class exch def pop
  % Compression type.
  currentfile buffer readline pop
  token pop /compression exch def pop
  % Clip and render.
  /pixel_stream currentfile columns rows compression
    ByteStreamDecodeFilter def
  clipped { ClipImage } if
  alpha stencil not and
  { MaskedImageDict mask_stream resetfile }
  { NonMaskedImageDict }
  ifelse
  stencil { 0 setgray imagemask } { image } ifelse
  grestore
  sp { showpage } if
} bind def
%%EndProlog
%%Page: 1 1
%%PageBoundingBox: 0 312 275 519
/ClipImage {} def
%%BeginData:         8272 BINARY Bytes
DisplayImage
0 312
275.4 206.55
12.000000
false
true
640 480
0
false
false
0
5
xÚíÜáŽã:`ázÉ}ɼäÝÅШJL™’K¦¿ƒó#ívdŠ¤ÅºÕƒùùyý$I’$YÝÿþû?ÿÏö•è[»·]¼‘ãyx³ë‹×Wmµ$óŽÍßüm³vqp‘®/NÅpœ$Éu4£EÖœ¿›õšž’d¯ùÛþelôÅÏû7¯oþ±½N#þüs3©Hîë'ø=pc¿?[¿¯r7]Ï5ÄIòb»fJã‹ÑÛ×#ÏíÚE×:™
W˜¿cí´ÙZÑ
Ã፭߸x|þn.Ò/ù܍÷3ø«Ó×iä¹+o›£¿Ú½žÙW».Qÿ´‘ì‡Fºúax_»ñtE›ÏO²¢„ä·Ð¸ÿí»q^Ãnßþ‹‹72ªï‘~þzòzþýú¼2¼~´`oꢛ“ëGñeã{ë´×;ÁŽôLûэxòh¡Þ̇gn3žƒ[£Ý*½µûün¦Í‚ŒÖ?¥OÌg£x#OlÝ®Žœ¥™Eá
¯Ÿ<xò6ptüëà:›ñœuÂï.žùÜ~t>Ôd|~ŽŠÕ›ù·QþòÐÛTÉ€»r“ünoä»™igû`ŠŽä³Q|ÞÈ[wàPýücæzæAíój`ýÆ›~dã»ù<xÂ$‹•\¶·èÑI•ßEæà8Øóñ´µûè±xa´ûy7°ÞÓn•Í§'rì¯ò÷ïÖq
QÆ>˜?Shþ&Ï«ásrø¼Ê˜÷>P¬Þ)ÐõÅ#­í½÷sûÑù#=ÙÃ}µ›‡v?ïÖ»‘’E÷w="_‘sƒ|%ê8…Ízm1¦Ðüýi2°~ïy•Ï[&Ÿ»ùI>ô²uÚë珵(ϽŸÛ;mÄ“ÜH¦^ùxò™¿¬Ÿ»š|7“Gú§I¾¯’é:ø¾œÈf
>¹¯Cf÷ëí5Û‡Æ)çC×AÚ{ˆH;Îáz%‹5¼T2ìÞìî÷såÆêMþðFv×Ù¼ÿ¬s£k©Zº‹Í„o1¦pµù½ûcýw¥OWðÉ}
2ïæžSŽˆƒƒæÄHŽÄ9\¯d±†—J†Ý›Ì~ÞÓdò‡72Ö9g]/à-ÝÅf·˜?S8}þök§•Gɬ9pÈô¾þ»ù<r€ïF;ü܁ã½7ò
ùu~_iüÕ[xÉx6ú8Xjx¿½qn®¿gïœmç?“Ÿ(ɍø{ëòyoÞ.¸þÕº÷æ³]¯|{¼:çïÏÉÉ[ã¡yh¬ó:ã ýÐßÏç{/¢~èZm³Ÿ3=¿¹xûMOî®±ò[ûíŠóHz“ùÙ]ªëðÌÜ[—öw“uùöõ]Ö}7Ÿ§‡·›ÿÝ¥ºúð`Þ27çŸ~Á9ÐË惶˜?Sx¯ùûÙÏï-µÀüMÆ9ðˆ(Îä‘øv1
&Z-Šgs|H?öÖ%óÝÝó°½ýÍ-ç3–á`Ý“q¶«ÐÞnœ»Kuõáñ¼íÞœúnäo{l¿z§°¹‘͇óFžõ^ôyæülßÜ~ezύÌÊ»q<b÷<9e³™Ä<¥óË÷Ir›]}ýmô”#ïË«³îùÌçw7°HW½ºúðļ5¾¾Î9ÐKÔ!ÌŸ)43_ÙÝÔ@œ8¸µáE6¯·×ÉõÉe‡û$¹Í®¾Ê—,ÿÝÆÍ]{Ég~,ÂÍðºÂø}ÃûHMZoÞv·Î9ÐËæF6“ÍyÖ{1Ðç™~Þ¼žœ/½ç|æq»qöæmlýÏÛò³[¸F¨½Ýn>“ëÝfW_¹þíºw•)S¯<y‰2Ö•·èÑcõºàèeóA[ÌŸ)üöüýSï %ºɬÓX¿qïîÞÖÙüãØ~{ãl¯ßÈOûmÍ×ñŸ~]ë¬Ëæ:™Ì쫁>üjÝ{óШW>Îá;#ãܼEûØÂëËçÀ
¯º/à8æoI£ú&û!ÿ•ÕNÔûþ«bcNø¯¥Ñ
ßKšùD˜¿%ê;Ð'Þ<¥¥ïB4§Nœ_¯›¿Àõ˜¿%ê;зã¾ñÿžSÑ^¾4/Þ€—ù[Ô¨¾™fØü–Íß~^Œîùl­`òñì®­ÓX?Š¿÷ú‘×3Úìnüïs®ŽÑú¯½£cl¿À£0KÕ7Ó	QK¼šã5z\{Œ·hãsrñö:oKµÇSþz/Ñ{s²F»²›û{€˜¿%ê›iƒäÙ¾{ó^Güÿ¿:çÂÀ–ëo†”‘cÜkþvÕ€ù[Ò¨¾™6ÈÚ™›ÇäÞŸ¾4»’}ëÈ$º×üÞ&ðLÌß’FõÍ´Á‘ùûJœÛ½m¹þümßsd6m¦7™“—ù¬ù[Ò¨¾™688ߺh`Í|<³æoôsÅîõ2?ÏôÎßö´Èóð~
n<ó·¤Q}w;áí˜ýœ¤›_ÙXŸ­5Ïîçh¾´ƒÿ\$ÚÑçßö^~I»ž»[…äúù<í×üÅ“1KÕÿ
Q&_ãüWK%æ ù{y_˜¿ê[–±ù»ùaøéâ|ìùóæÝï;óßê²W6ö…ù[Ш¾e˜¿¿ï|»8öôq>öüy
½óîó¶Ì·æïÜêñýoþ–4ªoYzçïÛ7—úHeêLŠó±çÏS腍Û6Wþ÷yóúf$›½Ý^'󊙿=˜¿%ê[–³æoôÇäm£q>öüy
gÍßÆjÑçÌ4®üû|üAæïæoI£ú–åÜùÛ8+2‹ôÇùØóç)Ôž¿ÑfÍß=Ìß’Fõ-˹ó7ù”ä·q>öüy
µçïð	õøþ7KÕ·,×ÌßèómŽÏß×+loó÷¶˜¿%ê[–/ÍßßGßÀmé8{þ<…Þù›™ƒó÷óéí+›_Ì<ÈüÍaþ–4ªoYÆæo²¾ëcOüûÇÇž?Oa`Býü´Vh¯üù”ÏûÛëGŸ_¯ðúÀÖßÿæoI£ú–elþ.çcÏŸ§06û7íó·¤Q}ËbþbeÌ_ów»/Ìß‚Fõ-‹ù‹•1Íßí¾0Õ·,æ/VÆü5·ûÂü-hTß²Üî|ûçcÏŸ§p»þÔÿõ…ù[Ш¾e¹Ýùö7ÎÇž?Oávý©ÿ/êó· Q}Ër»óíoœ=žÂíúSÿ_ÔæoA£ú–åvçÛß8{þ<…Ûõ§þ¿¨/Ìß‚Fõ-Ëíη¿q>öüy
·ëOýQ_˜¿ê[–۝oã|ìùónןúÿ¢¾0Õ·,·;ßþÆùØóç)Ü®?õÿE}aþ4ªoY>w~þ<…›öç·y|ÿ›¿%ê[–é?æcÏŸ§0»Á÷±ýoþ–4ªoY¦gÜùƒ³lqÛÿæoI£ú–ezƝ?h0»Á÷±ýoþ–4ªoY¦gÜùƒ³lqÛÿæoI£ú–ezƝ?h0»Á÷±ýoþ–4ªoY¦gÜùƒ³lqÛÿæoI£ú–ezƝ?h0»Á÷±ýoþ–4ªoY¦gÜùƒ³lqÛÿæoI£ú>Ÿ›3;ø.³ûkuf×ç¢HôÃü™Bó·—Ùç‡ó-f÷×êÌ®ÏE
è‡ù3…æo/³ÏçZÌî¯Õ™]Ÿ‹ Ñóg
Íß^fŸÎ´˜Ý_«3»>5@¢æÏš¿½Ì>?œ?h1»¿Vgv}.j€D?ÌŸ)4{™}~8Ðbv­Îìú\Ô
Íß^fŸÎ´˜Ý_«3»>5@¢æÏš¿½Ì>?œ?h1»¿Vgv}.j€D?ÌŸ)4{™}~8Ðbv­Îìú\Ô


äÏÆÌj]Í¿{jõ.uå~»Þ¯Ì£“a¿­ÓX¿«ÿ{ëÒŽg7É8óÍ𥷦ëÎd_í&¡«.cýù½º÷>úúzýŽù¬P{óß~;6³=œºÞuÅ9ö^W5™ÕŸô¡—¬]þXh<ëÜWõ«ûííÛ|½>¿½ƒcïÑ@ç$7¾4Ÿ_9å>~”eö²Ù™eÂËoá3o§×½+:¯×ð+y0¤óalëÞõijΟ2&•<ô2ÝØÕÏ»mpJ¿}u¿'¾_Ç½}øvÿŸ~'ãÏ—f æ#ïËñ~Þí‡LŽîÜÆ‹óÄ:¬Wo0'æø|8r(
Ô½ë>ëü©d&ÉCo·3‰=¾`²]/ØïÁ÷+úãÛ‡ˆÝ„D{9~ÌŽmä'8C’q6–=ë½Xa —6ãïÚøÁþ[ îß®ãÁzí®Ð•ð®`vûáx{œR÷Í5®sü=½—›i‰.næ*ºÿóA]ñdú¹Ñ
%%EndData
%%PageTrailer
%%Trailer
%%EOF


--- NEW FILE mediacheckresult-en.eps ---
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: (ImageMagick)
%%Title: (/home/se/tmp/png/mediacheck-result.eps)
%%CreationDate: (Mon May 30 21:45:40 2005)
%%BoundingBox: 0 0 288 216
%%HiResBoundingBox: 0 0 288 216
%%DocumentData: Clean7Bit
%%LanguageLevel: 1
%%Pages: 1
%%EndComments

%%BeginDefaults
%%EndDefaults

%%BeginProlog
%
% Display a color image.  The image is displayed in color on
% Postscript viewers or printers that support color, otherwise
% it is displayed as grayscale.
%
/DirectClassPacket
{
  %
  % Get a DirectClass packet.
  %
  % Parameters:
  %   red.
  %   green.
  %   blue.
  %   length: number of pixels minus one of this color (optional).
  %
  currentfile color_packet readhexstring pop pop
  compression 0 eq
  {
    /number_pixels 3 def
  }
  {
    currentfile byte readhexstring pop 0 get
    /number_pixels exch 1 add 3 mul def
  } ifelse
  0 3 number_pixels 1 sub
  {
    pixels exch color_packet putinterval
  } for
  pixels 0 number_pixels getinterval
} bind def

/DirectClassImage
{
  %
  % Display a DirectClass image.
  %
  systemdict /colorimage known
  {
    columns rows 8
    [
      columns 0 0
      rows neg 0 rows
    ]
    { DirectClassPacket } false 3 colorimage
  }
  {
    %
    % No colorimage operator;  convert to grayscale.
    %
    columns rows 8
    [
      columns 0 0
      rows neg 0 rows
    ]
    { GrayDirectClassPacket } image
  } ifelse
} bind def

/GrayDirectClassPacket
{
  %
  % Get a DirectClass packet;  convert to grayscale.
  %
  % Parameters:
  %   red
  %   green
  %   blue
  %   length: number of pixels minus one of this color (optional).
  %
  currentfile color_packet readhexstring pop pop
  color_packet 0 get 0.299 mul
  color_packet 1 get 0.587 mul add
  color_packet 2 get 0.114 mul add
  cvi
  /gray_packet exch def
  compression 0 eq
  {
    /number_pixels 1 def
  }
  {
    currentfile byte readhexstring pop 0 get
    /number_pixels exch 1 add def
  } ifelse
  0 1 number_pixels 1 sub
  {
    pixels exch gray_packet put
  } for
  pixels 0 number_pixels getinterval
} bind def

/GrayPseudoClassPacket
{
  %
  % Get a PseudoClass packet;  convert to grayscale.
  %
  % Parameters:
  %   index: index into the colormap.
  %   length: number of pixels minus one of this color (optional).
  %
  currentfile byte readhexstring pop 0 get
  /offset exch 3 mul def
  /color_packet colormap offset 3 getinterval def
  color_packet 0 get 0.299 mul
  color_packet 1 get 0.587 mul add
  color_packet 2 get 0.114 mul add
  cvi
  /gray_packet exch def
  compression 0 eq
  {
    /number_pixels 1 def
  }
  {
    currentfile byte readhexstring pop 0 get
    /number_pixels exch 1 add def
  } ifelse
  0 1 number_pixels 1 sub
  {
    pixels exch gray_packet put
  } for
  pixels 0 number_pixels getinterval
} bind def

/PseudoClassPacket
{
  %
  % Get a PseudoClass packet.
  %
  % Parameters:
  %   index: index into the colormap.
  %   length: number of pixels minus one of this color (optional).
  %
  currentfile byte readhexstring pop 0 get
  /offset exch 3 mul def
  /color_packet colormap offset 3 getinterval def
  compression 0 eq
  {
    /number_pixels 3 def
  }
  {
    currentfile byte readhexstring pop 0 get
    /number_pixels exch 1 add 3 mul def
  } ifelse
  0 3 number_pixels 1 sub
  {
    pixels exch color_packet putinterval
  } for
  pixels 0 number_pixels getinterval
} bind def

/PseudoClassImage
{
  %
  % Display a PseudoClass image.
  %
  % Parameters:
  %   class: 0-PseudoClass or 1-Grayscale.
  %
  currentfile buffer readline pop
  token pop /class exch def pop
  class 0 gt
  {
    currentfile buffer readline pop
    token pop /depth exch def pop
    /grays columns 8 add depth sub depth mul 8 idiv string def
    columns rows depth
    [
      columns 0 0
      rows neg 0 rows
    ]
    { currentfile grays readhexstring pop } image
  }
  {
    %
    % Parameters:
    %   colors: number of colors in the colormap.
    %   colormap: red, green, blue color packets.
    %
    currentfile buffer readline pop
    token pop /colors exch def pop
    /colors colors 3 mul def
    /colormap colors string def
    currentfile colormap readhexstring pop pop
    systemdict /colorimage known
[...15505 lines suppressed...]
0505AB0000A17F7FD4FFFFFF1717B10000A47A7AD2C4C4EB0000A90000A90000A7F9F9FD
B3B3E50000A10808ACFFFFFF9797DC0000A21A1AB2DADAF24141BFC2C2EACFCFEF5050C4
FFFFFF3232BAF6F6FCFFFFFFFFFFFF1D1DB30000A47A7AD2C9C9ED0000A17474D0FFFFFF
0000A94848C2FFFFFF3333BB00009E6F6FCFFFFFFF2828B7CCCCEE4646C18585D6AEAEE3
00009A2727B3F0F0FA8D8DD90000A40303AB0000AA0000AA0000AA0000AA0000AA0000AA
0000AA0000AA0000AA0000AA0000AA0505AB0000A1B2B2E5F9F9FD0000A60000AA0000AA
0000AA0000AA0000AA0000AA0000AA0000AA0303AB0000A19191DAF5F5FB0A0AAD2F2FB9
FFFFFF4C4CC300009F5858C7FFFFFF2121B52121B5FFFFFF4A4AC20202AAFFFFFF5F5FC9
B6B6E6EDEDF900009EADADE3FFFFFF0000A07F7FD4FFFFFF1313B00000A27979D2B1B1E5
3434BBFFFFFF4F4FC40000A24545C1DDDDF32626B60000A24C4CC3FFFFFF5656C50000A1
0303AB0000A90000AA0000AA0000AA0404AB0000A45C5CC8D2D2F00808A50303A5C8C8ED
BBBBE83131BAFFFFFF4F4FC40000A24545C1DDDDF32222B50000A80000A2B3B3E5F9F9FD
0000A80000A2CECEEEE1E1F50000A60000A9B6B6E67A7AD26E6ECEFFFFFF1313B00000A2
7676D1BFBFE90303AB0000A1BEBEE9E3E3F52F2FB9D8D8F22222B5BCBCE97373CD000097
5757C6FFFFFF4F4FC40000A40404AB0000AA0000AA0000AA0000AA0101AA0000A61F1FB4
FFFFFF6262CA0000A20505AB0000AA0000AA0000AA0000AA0000AA0000A90202AB0000A4
2727B3F4F4FC8888D70000A30303ABFFFFFF9E9EDE0000A20606AC0000A90101AA0000A7
2222B5FFFFFF6767CC00009E3B3BBDFFFFFF4A4ABD0000A04040BFDADAF22525B60000A2
4C4CC3FFFFFF5656C50000A10303AB0000A90000AA0000AA0000AA0000AA0505AB0000A2
C5C5EBEFEFF900009CA3A3E0F8F8FC3434BBFFFFFF4F4FC40000A24545C1DFDFF41A1AB2
1414B0F9F9FD8484D64E4EC4FFFFFF5454C60000A12A2AB8FFFFFF4F4FC49797DC9393DB
0000A40303AB0000AA0000AA0202AA0000A62626B6DDDDF43636B600009B8F8FDAF2F2FA
1D1DB3FFFFFF9797DC0000A01616B1D1D1EF5353C50000A4FFFFFF9F9FDF0000A11010AF
0000A37F7FD4FFFFFF1717B10000A47D7DD3B5B5E63434BBFFFFFF4F4FC40000A24545C1
E0E0F41515B12424B6FFFFFF4848C20000A9FFFFFF7575D10000A20505AB0000AA0000AA
0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA
0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA
0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA
0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA
0000AA0000AA0000AA0000AA0000A90000AA0808AB0000A0A0A0E0D6D6F10000AA0000A3
8B8BD8E8E8F7E9E9F75454C60000A14747C1E3E3F5C2C2EA3E3EBEEAEAF85959C70000A4
DBDBF3D9D9F2C7C7ECCFCFEF1515B10000A29B9BDDDBDBF30000A60707A90000A54C4CC3
9E9EDF00009E0808AB0000AA0000A90000AA0000A90404AB0000A42323B4FFFFFF4444C0
A4A4E0C9C9ED0000A50000A6CCCCEEADADE30000A30202AABBBBE8E5E5F6DCDCF32020B4
0000A70000A90E0EAEC3C3EBECECF88686D60000A60202AA0000AA0000AA0000AA0000AA
0101AA0000A72020B4DCDCF3E5E5F6BCBCE80000A90000A8AAAAE2E7E7F77070CF8484D6
DBDBF30000A26767CCF6F6FCBDBDE9E1E1F57474D00000A22222B5FCFCFE5D5DC90000A0
0707AC0000A90000AA0000AA0000AA0000AA0000AA0404AB0000A3A5A5E1EAEAF8BEBEE9
E3E3F53F3FBF0000A27B7BD3E2E2F5B8B8E7E8E8F78686D60000A60404AB0000A79D9DDE
E9E9F7B7B7E70000A91010AFEDEDF9A1A1DF0000A6E1E1F5B7B7E70000A6AFAFE4D6D6F1
BDBDE9EDEDF95151C50000A27A7AD2E2E2F5B8B8E7E8E8F78989D70000A22A2AB8FFFFFF
4040BF0000A9FEFEFE6767CC0000A30505AB0000AA0000AA0000AA0101AA0000A8ADADE3
D5D5F1BDBDE9EDEDF94E4EC40000A80000A48B8BD8E8E8F7E9E9F75454C60000A14747C1
E3E3F5BDBDE9D8D8F2BFBFE90000A3BABAE8B3B3E54646C1FFFFFF2727B7EFEFF96D6DCE
9898DCDBDBF3BDBDE9EDEDF95353C50000A06868CCFEFEFE0000A94040BFFFFFFF2929B7
0000A70000A79D9DDEE9E9F7B8B8E70000A82424B6E3E3F5D0D0EFBFBFE9C8C8EC1F1FB4
0000A80000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA
0000AA0505AB0000A29C9CDEDADAF20000A70000AA0000AA0000AA0000AA0000AA0000AA
0000AA0000A90000AA0808AB0000A0A0A0E0DADAF20000A37171CFE0E0F4BABAE8E2E2F5
7474D00000A13A3ABDFFFFFFD6D6F1D3D3F0A9A9E20000A61818B2CFCFEFDBDBF34B4BC3
BFBFE99E9EDE0000A2B1B1E5D5D5F1BDBDE9EDEDF95151C50000A27A7AD2E2E2F5B8B8E7
E8E8F78888D70000A32121B5FCFCFE5D5DC90000A00707AC0000A90000AA0000AA0000AA
0000AA0000AA0000A90404ABC0C0EADEDEF4BBBBE8D5D5F14D4DC30000A27A7AD2E2E2F5
B8B8E7E8E8F78686D60000A80000A55353C5E9E9F7E8E8F78B8BD80000A21A1AB2D2D2F0
C8C8ECC8C8ECDFDFF42020B40000A7AEAEE4D5D5F1BDBDE9EDEDF94E4EC40000A70000A9
0E0EAEC3C3EBECECF88787D70000A35656C6F0F0FAC3C3EBC8C8ECA9A9E20303AB0000A9
0000AA0000AA0000AA0000AA0000AA0101AA0000A71B1BB3FFFFFF5656C60000A30404AB
0000AA0000AA0000AA0000AA0000AA0000AA0000A90404AB0000A42323B4FFFFFF4848C2
8787D7EBEBF8E7E7F74545C10000A40707AC0000A49191DAD6D6F1E0E0F4D6D6F1AEAEE4
3434BBEEEEF9D0D0EFC3C3EBD1D1EFFFFFFF2727B71313B0FEFEFE5D5DC90000A00707AC
0000A90000AA0000AA0000AA0000AA0000AA0404AB0000A3ADADE3D2D2F000009D8D8DD9
EAEAF80000A47878D2E2E2F5B8B8E7E8E8F78585D60000A6DFDFF49898DD0000A10000A0
5555C6FFFFFE2828B70000A26D6DCEE5E5F6D8D8F21F1FB40000A80000AA0000AA0000AA
0000AA0202AA0000A68D8DD9ECECF8BCBCE8D1D1EF7D7DD30000A44444C0E4E4F6BDBDE9
D8D8F2BEBEE90000A59898DCE8E8F7E7E7F74545C10000A50505AB0000A8ADADE3D5D5F1
BDBDE9EDEDF95151C50000A27A7AD2E2E2F5B8B8E7E8E8F78989D70000A22A2AB8FFFFFF
4040BF0000A9FEFEFE6767CC0000A30505AB0000AA0000AA0000AA0000AA0000AA0000AA
0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA
0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA
0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA
0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA
0000AA0000A90000AA0202AA0000A50000A80000AA0000AA0000A90000A60000A70000A9
0000AA0000A70000A70000A90000A70000A70000A90000AA0000A60000A70000A90000A7
0000A80000AA0000A90000A50101A90101AA0000AA0000A80000A50202AA0000AA0000A9
0000AA0000AA0000AA0000A90202AB0000A70000A60000AA0000A70000A70000AA0000AA
0000A70000A70000AA0000AA0000A80000A60000A80000AA0000A90000AA0000A80000A7
0000A80000A50000A90000AA0000A90000AA0000AA0000AA0000A90000A90000AA0000A8
0000A60000A80000AA0000A80000A60000A90000A80000A60000A80000AA0000A80000A6
0000A90000A80000A60000A90000AA0000A70000A60202AA0000AA0000A90000AA0000AA
0000AA0000AA0000AA0000A90000AA0000A70000A60000A90000A70000A70000A90000A6
0000A80000A90000A70000A50000A90000AA0000A90000A60000A80000A50000A80000A8
0000A60000A60000A80000A50000A60000A70000A70000A80000A90000A60000A60000A9
0000A60000A80000A90000A70000A50000A90000A90000A60000A90000AA0000A60000A8
0000AA0000A90000AA0000AA0000A90000AA0000A80000A60000A80000A90000A60000A6
0000AA0000AA0000A90000A60000A70000A90000AA0000A70000A70000A90000A80000A5
0000A80000A70000A70000A90000A60000A90000A60000A70000A70000A80000A90000A6
0000A60000AA0000A80000A60000AA0000A90000A60000A90000AA0000A90000A60000A8
0000A50000A80000A70000A60000A90000AA0000A70000A70000AA0000A90000AA0000AA
0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000A90000AA0000A7
0000A60000AA0000A90000AA0000AA0000AA0000AA0000AA0000AA0000AA0000A90000AA
0202AA0000A50000A80000A90000A60000A80000A90000A80202A70000A42D2DB1FFFFFF
4E4EBC0000A00404A80000A90000A80000A70000A90000A80000A60000A90000A90000A6
0000A80000A90000A60000A60000A90000A60000A80000A90000A70000A50000A90000AA
0000A70000A60202AA0000AA0000A90000AA0000AA0000AA0000AA0000A90000AA0000A8
0000A50000A80000AA0000A80000A60000A90000A60000A80000A90000A70000A50000A9
0000AA0000A90000A70000A60000A90000AA0000A80000A70000A90000A90000A50000A7
0000A90000A60000A80000A90000A60000A60000AA0000AA0000A80000A70000A80000A5
0000A90000A60000A60000A90000A90000A60000A80000AA0000A90000AA0000AA0000AA
0000AA0000A90000AA0000A90000A60000A80000AA0000A90000AA0000AA0000AA0000AA
0000AA0000AA0000AA0000A90202AB0000A70000A60000AA0000A90000A60000A70000A9
0000AA0000A90000AA0000A90000A80000A60000A80000A90000A90000A60000A80000A9
0000A80000A40000A90000AA0000A70000A60202AA0000AA0000A90000AA0000AA0000AA
0000AA0000AA0000A90000AA0000A70000A70000AA0000A70000A60000A90000A60000A8
0000A90000A70000A50000A90000A80000A50202AA0303AB0000A60000A70000AA0000A9
0000A60000A80000A60000A70000AA0000A90000AA0000AA0000A90000AA0000A90000A5
0000A70000A90000A90000A60000A90000A70000A70000A90000A80000A50000A80000A9
0000A60000A70000A90000A90000AA0000A80000A60000A80000A90000A60000A60000A9
0000A60000A80000A90000A70000A50000A90000A90000A60000A90000AA0000A60000A8
0000AA0000A90000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA
0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA
0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA
0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA
0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000A90000AA
0101AA0000AA0000A90000A90000AA0101AA0101AA0000AA0000A90101AA0101AA0000AA
0101AA0101AA0000AA0000A90101AA0101AA0000AA0101AA0000AA0000A90000AA0101AA
0000AA0000A90000A90000AA0101AA0000AA0000A90000AA0000AA0000AA0000AA0000AA
0000A90000AA0101AA0000AA0101AA0101AA0000A90000A90101AA0101AA0000A90000A9
0000AA0101AA0101AA0000AA0000AA0000A90000AA0101AA0000AA0101AA0000AA0000A9
0000AA0000AA0000AA0000AA0000AA0000A90000AA0101AA0101AA0000AA0000A90000AA
0101AA0000AA0000AA0101AA0000AA0000A90000AA0101AA0000AA0000AA0101AA0000AA
0000A90101AA0101AA0000AA0000A90000AA0000AA0000AA0000AA0000AA0000AA0000AA
0000A90101AA0101AA0000AA0101AA0101AA0000AA0101AA0000AA0000AA0101AA0101AA
0000AA0000A90000AA0101AA0000AA0101AA0000AA0000AA0101AA0101AA0000AA0101AA
0101AA0000AA0101AA0000AA0000AA0101AA0101AA0000AA0101AA0000AA0000AA0101AA
0101AA0000AA0000AA0101AA0000AA0000AA0101AA0000AA0000A90000AA0000AA0000AA
0000AA0000A90000AA0101AA0000AA0000AA0101AA0101AA0000A90000A90000AA0101AA
0101AA0000AA0000A90101AA0101AA0000AA0000AA0101AA0000AA0101AA0101AA0000AA
0101AA0000AA0101AA0101AA0101AA0000AA0000AA0101AA0101AA0000A90000AA0101AA
0000AA0000AA0101AA0000AA0000A90000AA0101AA0000AA0101AA0000AA0000AA0101AA
0000AA0000AA0101AA0000AA0000A90000AA0000AA0000AA0000AA0000AA0000AA0000AA
0000AA0000AA0000AA0000AA0000AA0000AA0000A90101AA0101AA0000A90000AA0000AA
0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000A90000AA0101AA0000AA0000AA
0101AA0000AA0000AA0101AA0000AA0000AAADADE3FFFFFFC4C4EB0D0DAE0000A90101AA
0000AA0101AA0000AA0000AA0101AA0000AA0000AA0101AA0000AA0000AA0101AA0101AA
0000AA0101AA0000AA0000AA0101AA0101AA0000AA0000A90101AA0101AA0000AA0000A9
0000AA0000AA0000AA0000AA0000AA0000AA0000A90000AA0101AA0000AA0000AA0101AA
0101AA0000AA0101AA0000AA0000AA0101AA0101AA0000AA0000A90000AA0101AA0101AA
0000AA0000A90000AA0101AA0000AA0000AA0101AA0000AA0000AA0101AA0000AA0000AA
0101AA0101AA0000A90000A90000AA0101AA0000AA0101AA0000AA0101AA0101AA0000AA
0000AA0101AA0000AA0000A90000AA0000AA0000AA0000AA0000AA0000AA0000A90000AA
0101AA0000AA0000A90000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA
0000A90000AA0101AA0000AA0000AA0101AA0101AA0000AA0000A90000AA0000A90000AA
0000AA0101AA0101AA0000AA0000AA0101AA0000AA0000AA0000AA0101AA0000AA0000A9
0101AA0101AA0000AA0000A90000AA0000AA0000AA0000AA0000AA0000AA0000AA0000A9
0101AA0101AA0000A90101AA0101AA0000AA0101AA0000AA0000AA0101AA0101AA0000AA
0000AA0101AA0000AA0000A90101AA0101AA0000AA0000AA0101AA0000AA0101AA0000AA
0000A90000AA0000AA0000AA0000AA0000A90000AA0101AA0000AA0000AA0101AA0101AA
0000AA0101AA0101AA0000AA0000AA0101AA0000AA0000AA0101AA0101AA0000AA0000AA
0000A90000AA0101AA0000AA0000AA0101AA0101AA0000AA0101AA0000AA0000AA0101AA
0101AA0000AA0000AA0101AA0000AA0000AA0101AA0000AA0000A90000AA0000AA0000AA
0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA
0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA
0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA
0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA
0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA
0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA
0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA
0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA
0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA
0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA
0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA
0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA
0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA
0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA
0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA
0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA
0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA
0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA
0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA
0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA
0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA
0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA
0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA
0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA
0000A90303AB4646C13232BA4848C20B0BAD0000A90000AA0000AA0000AA0000AA0000AA
0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA
0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA
0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA
0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA
0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA
0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA
0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA
0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA
0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA
0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA
0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA
0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA
0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA
0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA
0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA
0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA
0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA
0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA
0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA
0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA0000AA

end
%%PageTrailer
%%Trailer
%%EOF


--- NEW FILE pxeinstmethod-en.eps ---
%!PS-Adobe-3.0
%%Creator: ImageMagick 6.0.7
%%Title: pxe-instmethod.eps
%%CreationDate: Mon Feb  7 23:32:00 2005
%%BoundingBox: 0 392 245 528
%%HiResBoundingBox: 0 392 244.8 528
%%LanguageLevel: 3
%%Orientation: Portrait
%%PageOrder: Ascend
%%Pages: 1
%%EndComments
%%BeginProlog
/ByteStreamDecodeFilter
{
  /z exch def
  /r exch def
  /c exch def
  z 0 eq { /ASCII85Decode filter } if
  z 1 eq
  {
    <<
      /K -1
      /Columns c
      /Rows r
    >>
    /CCITTFaxDecode filter
  } if
  z 2 eq { /DCTDecode filter } if
  z 3 eq { /LZWDecode filter } if
  z 4 eq { /RunLengthDecode filter } if
  z 5 eq { /FlateDecode filter } if
} bind def

/DirectClassImageDict
{
  colorspace 0 eq
  {
    /DeviceRGB setcolorspace
    <<
      /ImageType 1
      /Width columns
      /Height rows
      /BitsPerComponent 8
      /DataSource pixel_stream
      /MultipleDataSources false
      /ImageMatrix [columns 0 0 rows neg 0 rows]
      /Decode [0 1 0 1 0 1]
    >>
  }
  {
    /DeviceCMYK setcolorspace
    <<
      /ImageType 1
      /Width columns
      /Height rows
      /BitsPerComponent 8
      /DataSource pixel_stream
      /MultipleDataSources false
      /ImageMatrix [columns 0 0 rows neg 0 rows]
      /Decode
        compression 2 eq
        { [1 0 1 0 1 0 1 0] }
        { [0 1 0 1 0 1 0 1] }
        ifelse
    >>
  }
  ifelse
} bind def

/PseudoClassImageDict
{
  % Colors in colormap image.
  currentfile buffer readline pop
  token pop /colors exch def pop
  colors 0 eq
  {
    % Depth of grayscale image.
    currentfile buffer readline pop
    token pop /bits exch def pop
    /DeviceGray setcolorspace
    <<
      /ImageType 1
      /Width columns
      /Height rows
      /BitsPerComponent bits
      /Decode [0 1]
      /ImageMatrix [columns 0 0 rows neg 0 rows]
      /DataSource pixel_stream
    >>
  }
  {
    % RGB colormap.
    /colormap colors 3 mul string def
    compression 0 eq
    { currentfile /ASCII85Decode filter colormap readstring pop pop }
    { currentfile colormap readstring pop pop }
    ifelse
    [ /Indexed /DeviceRGB colors 1 sub colormap ] setcolorspace
    <<
      /ImageType 1
      /Width columns
      /Height rows
      /BitsPerComponent 8
      /Decode [0 255]
      /ImageMatrix [columns 0 0 rows neg 0 rows]
      /DataSource pixel_stream
    >>
  }
  ifelse
} bind def

/NonMaskedImageDict
{
  class 1 eq
  { PseudoClassImageDict }
  { DirectClassImageDict }
  ifelse
} bind def

/MaskedImageDict
{
  <<
    /ImageType 3
    /InterleaveType 3
    /DataDict NonMaskedImageDict
    /MaskDict
    <<
      /ImageType 1
      /Width columns
      /Height rows
      /BitsPerComponent 1
      /DataSource mask_stream
      /MultipleDataSources false
      /ImageMatrix [ columns 0 0 rows neg 0 rows]
      /Decode [ 0 1 ]
    >>
  >>
} bind def

/ClipImage
{} def

/DisplayImage
{
  /buffer 512 string def

  % Translation.
  currentfile buffer readline pop
  token pop /x exch def
  token pop /y exch def pop
  x y translate

  % Image size and font size.
  currentfile buffer readline pop
  token pop /x exch def
  token pop /y exch def pop
  currentfile buffer readline pop
  token pop /pointsize exch def pop
  x y scale
  % Clipping path.
  currentfile buffer readline pop
  token pop /clipped exch def pop
  % EPS.
  currentfile buffer readline pop
  token pop /sp exch def pop
  % Image pixel size.
  currentfile buffer readline pop
  token pop /columns exch def
  token pop /rows exch def pop
  % Colorspace (RGB/CMYK).
  currentfile buffer readline pop
  token pop /colorspace exch def pop
  % Transparency.
  currentfile buffer readline pop
  token pop /alpha exch def pop
  % Stencil mask?
  currentfile buffer readline pop
  token pop /stencil exch def pop
  % Image class (direct/pseudo).
  currentfile buffer readline pop
  token pop /class exch def pop
  % Compression type.
  currentfile buffer readline pop
  token pop /compression exch def pop
  % Clip and render.
  /pixel_stream currentfile columns rows compression
    ByteStreamDecodeFilter def
  clipped { ClipImage } if
  alpha stencil not and
  { MaskedImageDict mask_stream resetfile }
  { NonMaskedImageDict }
  ifelse
  stencil { 0 setgray imagemask } { image } ifelse
  grestore
  sp { showpage } if
} bind def
%%EndProlog
%%Page: 1 1
%%PageBoundingBox: 0 392 245 528
/ClipImage {} def
%%BeginData:         4620 BINARY Bytes
DisplayImage
0 392
244.8 136
12.000000
false
true
720 400
0
false
false
0
5
xÚíÝÑ’›¸
}íipot-•^aj%¦hdFÃ(:|§OÀ
ÅÃæëéç뾪
‰ÈiÁ:ªpfâAÇáNÑBk‘ªêr…wG$B€Kœ]ož`Ì\o~¢ïUo”¿Ý«CrõƲõ`á’zã0óñ¡ý¨ª7–£ùP.'
Ϻ׵\k½­o>°Ý[HûÖé0G£¬¼o>"èRo6˜®7–¿Ÿ0,Ç,å
_s³Í1õÆò÷„öÖʯ—Øœóê
àŽâ
——_Ù;YóƒaÄÃ[N«7Ê—,w¨7j.°Y¨4Ö‰Ñ-½+„‘õFÕˆ
é•y
C‚º'J渖zcBê
›Þ'gb¸:üÖ!OI—Ìwßß[»6iåÞÄvR6晊#%>×ä²tFzO}—u¹ð;'·°^HsÞÈ<‘ç"QoÌ€zc˜©êù‡¦aZï±÷^ßÜzöž-ïZ7™ù‡a¬¿^vv‡“ï«êf•,?y9Ûs¼#ëà_?£*ùU‰:#=£êa¼—`„µ÷k)Nìrµé7[¯êVF"æ¹ñP˜Øåç𒥸ÔäV°È×Ëꍿùm°‘–àË
V%!rÕ^„‡a$‚?/‡‘yux4|0'ñ¾rà°Á½o·2w[ã}å^iëåÒÛ¥Íö	9¡panU^o6­¿Þ{e©Yçk#Œý1¨õ
9,OìÄ­¬º­U™)DXÎÆ«r!Š<x¿Ûì5"¹ŠG3X¿û6Ú}¡6ÂàzXŽ6·¨&‚¯Š*ÝlÕ{ß7‡‡-Ô6›>—àþWÕV‰?|n
½vÄcŽ¿yƒÁijѥ; ªµ–C0 at bñùx%¸°/=6¾àz_²â$‚¯Š*ÑlbŒñNãÙhÏáá»7ä`b«&vK6j‡_û&JO¡D„‰,ýžùqáaÌÝïW.½Um[—jÇ[;wÎöÚòqtýõæ	{mn¾žr³Ç÷ãËò^„çØWîÆm¶VNTb¹®JT:‡{·²0är³‡–›­ÊƲ³±F2_uUy,Áøw9ÞÑa„éiS;ÞDzã9ŒÏ¨Æ	°ßìå¡ÅÇ0-Ú‡ù2„
gæÂ(_•K#
öU5ŠB„ç¥ýa‰j£*óÃî
á‡Þ;Ú;šû9E¯T<5Qå“ÛÃHD¢Þ
†Q¾*†zà:.×ã·ÑÃ0
Ÿ£ƒaÇ»9ð›&ê0òÈ¡`ê
€oÐw­~ÿ
²û…µÙØ\²j{™ù^ŽmÎô.G³wžÈáÇ	¹7ÝåStªy˜ëèòær?
í}¨êeýyáªÑõÊF®ˆRo&¤±»`ƒ\Ro,;3S½Q>¿ð6Wo@»Ã·^ûâ¿ü½Ü•W®Ý¯I÷…¨ËÞY<÷ž÷–¹ªªt¼Î÷Úš÷<œHÓ»7ÛÇçp=ÆÚŽ
Ó¦*µé
féìžQo†œ8T.lΘ‡p¸Ë¨7‚Á^Ì-S³QÕW<«ÁU%rUyÇ™aoI~ü’`Þz¥÷0ì³sy›æ08'ËÙÈ¥7ù˜¦çaՐÛUݯt!¡c½Q¨(ÖKÐúhí§›©ê\6–¿×ç¥f­h_aÒ™ŸÞBÞ
{b¯­9ÞHŠ.¬7r9lœlµéí’äÆ$’ÃÚš­j˜ê
nápúÅwت^
…G°¯ñõÆ^6{©]¾Z®ê›À1éMt—›½}ÓŒù얃氶J9Œ<žÞ.InÌaº»\ßOö›®*Ó9„„ôôûÎz£½‹%PoD.Ì]Õ7Ò›ënáõÑòzÞžÞ`Ì#s˜~ÏvÉF®Á.Iî˜ÃªîÊõFmG-õFÇAAšz£%¹7i¼Þž¿ªo§7Woä²ÝžÞ£½êÕÙêö=1ÒÂÃæaûœì~ƒÔ°ùYoïàúhºx^¿A6?‚)o—Uᥳ±NEÕBtØ]|È‘Ö
aÔæpLzËÙˆçöpž3_ü^§ƒs˜è®œ·–ÉVÕàa³·˜‡µCn<Ô1½

%%EndData
%%PageTrailer
%%Trailer
%%EOF




More information about the Fedora-docs-commits mailing list