%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /usr/local/lib/ImageMagick-6.9.12/modules-Q16/coders/
Upload File :
Create Path :
Current File : //usr/local/lib/ImageMagick-6.9.12/modules-Q16/coders/ps2.so

ELF	>p;@[@8
@@@@00d+d+p+p;p;))pTptptWTttppRtdpTptptPtd***$$QtdpppFreeBSD "$9GTfq%6DWl0>Se#8`jxx
;M
P`  (z(z<<"AyC>>:#3(+;9<=1&*87./
)26$5",
!%'0-	 4_Jv_RegisterClasses__cxa_finalizeAcquireVirtualMemoryAscii85EncodeAscii85FlushAscii85InitializeCloneImageCloneImageInfoCloseBlobConcatenateMagickStringConstantStringCopyMagickStringDestroyImageDestroyImageInfoDestroyStringFormatLocaleStringFormatMagickTimeGetImageListLengthGetImagePropertyGetMagickTimeGetNextImageInListGetVirtualIndexQueueGetVirtualMemoryBlobGetVirtualPixelsHuffmanEncodeImageImageToBlobInjectImageBlobLZWEncodeImageLocaleCompareLogMagickEventMultilineCensusOpenBlobPackbitsEncodeImageParseAbsoluteGeometryParseGeometryParseGravityGeometryParseMetaGeometryRegisterMagickInfoRegisterPS2ImageRelinquishMagickMemoryRelinquishVirtualMemorySeekBlobSetGeometrySetImageGraySetImageProgressSetMagickInfoStringToListSyncNextImageInListTellBlobThrowMagickExceptionUnregisterMagickInfoUnregisterPS2ImageWriteBlobWriteBlobByteWriteBlobString__assert__stack_chk_fail__stack_chk_guardceilfloorstrlenlibm.so.5FBSD_1.0libc.so.7/usr/local/liblibMagickCore-6.so.7libxml2.so.2libfontconfig.so.1libfreetype.so.6libbz2.so.4libltdl.so.7libjbig.so.2libjpeg.so.8liblzma.so.5libz.so.6libwebpmux.so.3libwebpdemux.so.2libwebp.so.7ps2.sot;tytttttttNtttFpwhwxw8-&ȇЇ ؇#*
%:" $(08@5HPX`9h;p3x0.'+Ȉ
Ј؈, !((048)@/H	P1X7`6h20C0Eo@o@Y@Y@??0C0E?R@??(@-q=CY>7?GA֓=PS2%.20g %.20g
%g %g
%g

%%BeginDefaults
BinaryWritePS2Image%%%%CreationDate: (%s)
%%BoundingBox: (atend)
%s userdict begin
DisplayImage
Level II PostScript72.0x72.0/DCTDecode filterASCII%.20g %.20g
1
%d
application/postscript%%%%Title: (%s)
  /Helvetica findfont pointsize scalefont setfont
  currentfile label readline pop
%%Trailer
image != (Image *) NULL%s 
612x792MemoryAllocationFailedSave/Imageimage_info->signature == MagickCoreSignaturelabel%%DocumentNeededResources: font Helvetica
%%LanguageLevel: 2
%!PS-Adobe-3.0 EPSF-3.0
%%PageResources: font Helvetica
%.20g %.20g
0
%d
image_info != (const ImageInfo *) NULL%%Creator: (ImageMagick)
/LZWDecode filter  0 y %g add moveto label show pop
} bind def
%%EndProlog
0>unknownend
coders/ps2.c%%%%BoundingBox: %.20g %.20g %.20g %.20g
  showpage
%.20gx%.20g/RunLengthDecode filter%d
Save/Images  /label 512 string def
`%s'%%PageTrailer
%%PageOrder: Ascend
-1%%EndData
%%Pages: 1
/ASCII85Decode filterGROUP4:%%EndDefaults

%%DocumentProcessColors: Cyan Magenta Yellow Black
%%%%PageBoundingBox: %.20g %.20g %.20g %.20g
%%EndComments
%%%%Page:  1 %.20g
%%%%BeginData:%13ld %s Bytes
%!PS-Adobe-3.0
ImproperImageHeaderimage->signature == MagickCoreSignature%.20gx%.20g%+.20g%+.20gPS%%%%Pages: %.20g
0
EPS2%%%%HiResBoundingBox: %g %g %g %g
GROUP4jpegLevel II Encapsulated PostScript%%Orientation: Portrait
%02X%02X%02X
%%EOF
%.20g
%%%%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.
%%
/DirectClassImage
{
  %%
  %% Display a DirectClass image.
  %%
  colorspace 0 eq
  {
    /DeviceRGB setcolorspace
    <<
      /ImageType 1
      /Width columns
      /Height rows
      /BitsPerComponent 8
      /Decode [0 1 0 1 0 1]
      /ImageMatrix [columns 0 0 rows neg 0 rows]
      compression 0 gt
      { /DataSource pixel_stream %s }
      { /DataSource pixel_stream %s } ifelse
    >> image
  }
  {
    /DeviceCMYK setcolorspace
    <<
      /ImageType 1
      /Width columns
      /Height rows
      /BitsPerComponent 8
      /Decode [1 0 1 0 1 0 1 0]
      /ImageMatrix [columns 0 0 rows neg 0 rows]
      compression 0 gt
      { /DataSource pixel_stream %s }
      { /DataSource pixel_stream %s } ifelse
    >> image
  } ifelse
} bind def

/PseudoClassImage
{
  %%
  %% Display a PseudoClass image.
  %%
  %% Parameters:
  %%   colors: number of colors in the colormap.
  %%
  currentfile buffer readline pop
  token pop /colors exch def pop
  colors 0 eq
  {
    %%
    %% Image is grayscale.
    %%
    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]
      compression 0 gt
      { /DataSource pixel_stream %s }
      {
        /DataSource pixel_stream %s
        <<
           /K -1
           /Columns columns
           /Rows rows
        >> /CCITTFaxDecode filter
      } ifelse
    >> image
  }
  {
    %%
    %% Parameters:
    %%   colormap: red, green, blue color packets.
    %%
    /colormap colors 3 mul string def
    currentfile colormap readhexstring pop pop
    currentfile buffer readline pop
    [ /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]
      compression 0 gt
      { /DataSource pixel_stream %s }
      { /DataSource pixel_stream %s } ifelse
    >> image
  } 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.
  %%   colorspace: 0-RGB or 1-CMYK.
  %%   compression: 0-RLECompression or 1-NoCompression.
  %%   hex color packets.
  %%
  gsave
  /buffer 512 string def
  /pixel_stream currentfile def

  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
  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 /colorspace exch def pop
  currentfile buffer readline pop
  token pop /compression exch def pop
  class 0 gt { PseudoClassImage } { DirectClassImage } ifelse
  grestore
;$X@8p5zRx,AC
J,L|#AC
P"A$|5AC
TUHSPH=;tH=KD%H8f.HHHHrHH[]@UHH=;tH=8t
H=8]$]UHAWAVAUATSPH=$HL%L`8@PILh\H=$HCL54L$HL=BL$HC H$Lz$HL`8Lh\H=s$HCLg$HLX$HC H\$H[A\A]A^A_]UHAWAVAUATSH1H:HHEH"IH9pA"IH"I9$3#A$2t.M$hH5bHL1#I$x2LL#AEuAD$HL#HH`IHH1HHHDHȃ1҉‰AHHhAfWL5fWfWfWf)fWf)L8fDfA$f.u{f(ff.uXzVf) H=H"fDf( f(ʨtf(fIHtDf) HX"t
ff( f(ʨtf(fA$ufYfXf^f) LH!AL$(f(of(%f\f(fXAT$0f\f(fXʾLLH-!H8Hp(H)L!LH5!LHHHL!1fWf( f.Af(Y)f.f) s^f^L-
^f\
f(fXYYf)pf(X f(\H,HH1H,f.HCHf( f1fWf.Af(YPf.s
f(^f(^HH
f\
f(fXYYf)0f(X! f(\H,HH1H,f.HCHHHH`I$x2LHH@HA$t-HP1H)HXHhHI+D$0HH8f(0fT
fUfVf) LH5eHHdfHnfbGf\f(fXY X
f(\H,HH1H,f.HCHI$H_I$ HNfHnfofbf(%f\f(fXfHnfbf\f(fXWI*$(WI*$0LLHD1HILHH53H5HmHDHHLHLH5"I$hHHi1CLHHLLHHzL1LHH*H*f(Ff({f\f(fXXf)f\f(fXXf\f(fXXf)L8A~7LH&HHH5+fD
XXf(
Xf(Xf(ؾHHHcLHHHf(f("LHLHHuHtLH5LH5HH5_L	H5XA|$uLH5ALH502LH5#LH5H
wHhH
-HHLLHIIɸQQQQQ#H0LLHL	LHnHL-HLH5|HTHlHH@LsLH5_MLH5>WI*Y X~LLtLL	HHLHKHH5iuLH5LH5'LH5$LL-fInfo\fbf(f\f(fXHHHbLHHWH*WH*f(-f(5%f\f(fXXHLLfHnfbf\f(fXXپHHLHHHXHHHHLLLHH8HtLH5THH51tLH55.LHLLH%1L1YLLLVHPLH5H*H*LH?f(pf(0f( LLLHJHtbHHQIHH:LfLL1LL3H;HHKHHuLIL$(ID$0ILAtBH8L-HLHy1IL$(ID$0AfHnfotfbf(%f\f(fXfHnfbf\f(fX1A|$LHLLCLH1Hڋ1LLLH5
LHD1ULLHAWLH8LLH
MbJ	DA<$t)I|$@
A|$ AL$(f(!f(%Vf\f(fXAT$0f\f(fX1A|$LH[LLLH14LLHmH8LLH
LMM5H=H5]L_L11ҹMHIH8HHH1H5HHH5oHLHLIHLMHLLLTf.DA$L^HH5gCLH5m*H5_OLH5@A~rL]fHnfb
f\
(f(fXHHHOBLI|$0E1IL$(AL1LMHI|$(I1+fD1耉)LHI;\$(}{ADW*ADW*YY
XAW*YX.f.yZXK,dfIL$0LH5
L)tIM;t$0LLbLHA
IHHI|$0H H E1IL$(AL1LMHI|$(1&f1҃ꀉ)4HI;L$(}sTW*TW*YkY
gXW*Y\X.Ivf.@ZX,sHIL$0LH5LtIM;t$0H H)ӃtLHoLdI|$0iE1DIL$(AL1LLAH9HL LI|$(IE18fLLLIM;l$(A|$ t	fB|tEt$BDLBDLBLoAlCo耉)Jf.@IL$0LH5L L2tIM;t$0L'LLdLHL1HpHHI|$0H LH E1IL$(AL1LMuHILI|$(1-Hփ€sHHI;L$(A|$ t	fA|tsED$Atߍ>€3ATփ€sAύ€sAcHwf.fCH[f.@IL$0LH5mLtIM;t$0H H)ӃLHH8LLLHLLuxHHH5
LHHA|$:DLH:LHp/f.DL
#LHLILH1HHHXHHfHnHHHLfHnfHnfofbfHnfbfbf(5f\fbf\f\f(ff\f(H*L*ff(fXf(fXX XXDAXXf(f(Xf(f(fTfUfVfTfUfVf)f)H+PLHHL11
LL
LL1LH5
HH5(
tLH5
LI ] ]LH5j:
Lb
HL5HHHL8hLIHH5HH`@<HA} fWAL$(f(qf(%f\f(fXAT$0f\f(fX1A|$LHLL@	LH.1LL	AL$@
۽f\
f(fXLH!ALLI|$@1IT$HDDƃAډփ€ƾLLA1LLMHI;\$@|LM	I|$0LTE1IL$(AL1LM%	H&L	I|$( I1A4_L	HI;\$(|IL$0LH5վLIM;t$0zLHLIHHI|$0H H E1f.IL$(AL1LMEHLI|$(1fDHHI;L$(|HIL$0LH5LIIM;t$0|9H5LI 
ûX8Xf(
Xf(Xtf(HHH8FLHHH f(f(LHH5LLAHE1I$hLH5HL
E1NLA1SARJHH8xHvf.@LM$ 3MuLE1YI$2HL
MLEI$hL׽H5@HbE1LA1SARHH8xLM$ 3MuI$hLrH5ۼHL
LE1
LA1SAR<HH8xHhLM$ 3MuI$2HL
bLEI$hLH5UHwE1_LA1SARHH8xLM$ 3Mu{I$hL}H5HL
WE1rLA1SARGHH8xHsf.LM$ 3MuLaI$hLH5^HL
ϹE1LA1SARHH8xtHLM$ 3MuLHsHH;EuDHĨ1[A\A]A^A_]pH=H5ȺH
 aH=ٷH5H
CBH=H5H
ݸ#H=H5kH
,@UHH=kH=5]UHSPHHHHHrHH[]HHHH5&%&@%&h%&h%&h%&h%&h%&h%&h%&hp%&h`%&h	P%z&h
@%r&h0%j&h %b&h
%Z&h%R&h%J&h%B&h%:&h%2&h%*&h%"&h%&h%&hp%
&h`%&hP%%h@%%h0%%h %%h%%h%%h%%h %%h!%%h"%%h#%%h$%%h%%%h&%%h'p%%h(`%%h)P%z%h*@%r%h+0%j%h, %b%h-%Z%h.%R%h/%J%h0%B%h1%:%h2%2%h3%*%h4%"%h5%%h6%%h7p%
%h8`%%h9P'8DQ^kx	o
pp4
o	<	t`
`oXoot```aa&a6aFaVafavaaaaaaaaabb&b6bFbVbfbvbbbbbbbbbcc&c6cFcVcfcvcccccccccdd&d6dFdVdfdFreeBSD clang version 11.0.1 (git@github.com:llvm/llvm-project.git llvmorg-11.0.1-0-g43ff75f2c3fe)Linker: LLD 11.0.1 (FreeBSD llvmorg-11.0.1-0-g43ff75f2c3fe-1300007)$FreeBSD$.shstrtab.note.tag.dynsym.gnu.version.gnu.version_r.gnu.hash.hash.dynstr.rela.dyn.rela.plt.rodata.eh_frame_hdr.eh_frame.text.init.fini.plt.ctors.dtors.jcr.init_array.data.rel.ro.dynamic.got.data.got.plt.commentppoXX|+o@:o		$D<	<	J44RB\Bpppf2n**$|**p;p+,%`P`P`PptpTtTtTtTtTXtTphwhWWW0pY"Z

Zerion Mini Shell 1.0