⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 connection_button.eps

📁 GUI Programming with Python
💻 EPS
字号:
%!PS-Adobe-3.0 EPSF-3.0%%Creator: (ImageMagick)%%Title: (connection_button.eps)%%CreationDate: (Sat Sep 29 13:43:06 2001)%%BoundingBox: 0 0 27 23%%DocumentData: Clean7Bit%%LanguageLevel: 1%%Pages: 1%%EndComments%%BeginDefaults%%PageOrientation: Portrait%%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.%/buffer 512 string def/byte 1 string def/color_packet 3 string def/pixels 768 string def/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 gt  {    /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 gt  {    /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 gt  {    /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 gt  {    /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    {      columns rows 8      [        columns 0 0        rows neg 0 rows      ]      { PseudoClassPacket } false 3 colorimage    }    {      %      % No colorimage operator;  convert to grayscale.      %      columns rows 8      [        columns 0 0        rows neg 0 rows      ]      { GrayPseudoClassPacket } image    } ifelse  } ifelse} bind def/DisplayImage{  %  % Display a DirectClass or PseudoClass image.  %  % Parameters:  %   x & y translation.  %   x & y scale.  %   label pointsize.  %   image label.  %   image columns & rows.  %   class: 0-DirectClass or 1-PseudoClass.  %   compression: 0-RunlengthEncodedCompression or 1-NoCompression.  %   hex color packets.  %  gsave  currentfile buffer readline pop  token pop /x exch def  token pop /y exch def pop  x y translate  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  /Helvetica findfont pointsize scalefont setfont  x y scale  currentfile buffer readline pop  token pop /columns exch def  token pop /rows exch def pop  currentfile buffer readline pop  token pop /class exch def pop  currentfile buffer readline pop  token pop /compression exch def pop  class 0 gt { PseudoClassImage } { DirectClassImage } ifelse  grestore} bind def%%EndProlog%%Page:  1 1%%PageBoundingBox: 0 0 28 24userdict beginDisplayImage0 028 2412.00000028 2410035bdc2cdff797bde1818203ccdffa5a4ff4041cd10103961ff5a79ff1034ff001cd5ac0808203cff001cde39488bee0c08e618180014ee001cee001ce60024ee08188ba408080024e6d514100020dee61410ac0c00103cffa40c000020d5de14100014b4102cbd182cb4001b001b001b001b001b001b001b001b000401000206000003090003000302000100040505000600000003000700080509000a000002000302010404050102000b00000003000c00080409000d000e000001000302010f03020310000b0000000300110012001300120014010d0015000001000302071000020010000200160000000300130017030a00150000010003020b180016000000030017031900150000010003020b18001600000003001703190015000001000302071a00020118001b0000000300140117020a00150000010003020918001600000003001c01140017021900150000010003020818001d00000003001c01140017031e0015000001000302001f0018061600000003011c00170520000002000418070000030221012200210022020003001b001b001b001bend%%PageTrailer%%Trailer%%EOF

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -