HEX
Server: Apache
System: FreeBSD www860.sakura.ne.jp 13.0-RELEASE-p14 FreeBSD 13.0-RELEASE-p14 #2: Mon Dec 9 13:54:55 JST 2024 root@www5301.sakura.ne.jp:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64
User: yoyo0427 (1306)
PHP: 8.3.8
Disabled: NONE
Upload Files
File: //usr/local/lib/ImageMagick-6.9.12/modules-Q16/coders/ps2.so
ELF	>p;@[@8
@@@@00d+d+p+p;p;))pTptpt�W�������T�t�tppR�tdpTptptP�td�*�*�*$$Q�tdpppFreeBSD�� "$9GTfq��������%6DWl���������0>Se��������#8`jx������x
�;�M
P`� � �(z��(z�<�<"Ay��C��>>:#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.so�t�;�ty�t��t��t��t��t�t�tN�t��t��tF����pwhwxw8������-����&ȇЇ ؇�#�*����
�%�:�" �$(�0�8�@�5H�P�X�`�9h�;p�3x�0��.����'��+����������Ȉ
Ј؈��,������� �!(�(0�48�)@�/H�	P�1X�7`�6h�20C0E�o@�o@Y@Y@�?�?0C0E�?�R@�?���?(@�-���q=�C�Y>�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@8p�5�zRx�,�A�C
J������,L�|#A�C
P������"A$|5A�C
TUH��SPH�=�;tH�=�K�D%H��8f.�H�H�HH��r��H����H��[]�@UH��H�=�;tH�=�8t
H�=�8]�$]����������UH��AWAVAUATSPH�=����$H��L�%�L�`8�@PI�L�h\H�=����$H�CL�54��L���$H���L�=B��L���$H�C H���$L���z$H��L�`8L�h\H�=����s$H�CL���g$H���L���X$H�C H���\$�H��[A\A]A^A_]��UH��AWAVAUATSH��1H��:H�H�E�H����"I�������H9�pA��"I��H����"I9�$3�#A��$�2t.M��$hH�5b��H����L�������1��#I��$x2L��L���#���A�E��uA�D$H����L���#H����H��`��I��HH����1����������H����H����HD�H������ȃ�1҉�������‰�����A������H�H��h��A�fW�L�5���fW������fW������fW�f)����fW�f)����L��8��fDfA�$f.�u{f(�f�f.�uXzVf)� ��H�=���H������"�������������fDf(� ��f(ʨtf(�f�I���H��tDf)� ��H������X"������t������
f�f(� ��f(ʨtf(�f�A��$�ufY���fX���f^���f)� ��L��H������!�AL$(f(o���f(%���f\�f(�f��X��AT$0�f\�f(�f��XʾL�����L��H�-����!H��8��H�p(H���)�L���!�L��H�5����!L��H�����H�����H�����L������!1�fW�f(� ��f.����A�f(��Y��)��f.�f)� ��s�^��f������^�L�-��������
^��f\
���f(�f��X��Y��Y���f)�p��f(��X���� f(������\��H,�H��H1��H,�f.�HC�H�����f(� ��f�1�fW�f.����A�f(��Y��P��f.�s
f(��^��f(�����^�H��H�������
���f\
���f(�f��X��Y��Y���f)�0��f(��X����! f(������\��H,�H��H1��H,�f.�HC�H�����H�����H��H��`����I��$x2L��H��H��@��H������A��$�t-H��P��1�H)�H��X��H�h��H�����I+D$0H�����H��8�����f(���0��fT��
��fU�fV�f)� ��L��H�5����eH���H���dfHn�fbG��f\��f(�f��X��Y� ���X
���f(������\��H,�H��H1��H,�f.�HC�H������I��$H���_I��$ H���NfHn�fo���fb�f(%���f\�f(�f��X�fHn�fb�f\�f(�f��X�W��I*�$(W��I*�$0�L�����L��H�������D���1�H����I��L�������H����H�5����3��H�5���H�m��HD�H����H���L��H���L��H�5"���I��$h�H��H�i��1��CL��H�������H��L�����L�����H��H�z��L��1��L��H����H*�����H*���������f(F���f({��f\�f(�f��X�������X�f)����������f\�f(�f��X�������X������f\�f(�f��X��X�f)����L��8��A�~�7L���H���&�H����H��H�5����+��fD������
����X��������������X���������f(�����
����X�������f(�����X�����f(ؾH����H��H���������������������cL��H����H��H��������������f(����f(������"L��H���L��H���H���uH��tL��H�5���L��H�5���H����H�5���_L���	H�5����XA�|$uL��H�5����AL��H�50���2L��H�5����#L��H�5����H�
��������
wH��h��H�
�-H��H���L����L��H���I��I�ɸQQQQQ�#H��0L���L��H��L���	L��H���nH��L�-�����H��L��H�5���|H���TH���lH��H��@L�s�L��H�5_���ML��H�5���>W��I*��Y� ���X~���L��L���tL��L���	H��H�����L��H����KH����H�5i������uL��H�5�����L��H�5'���L��H�5$���L�����L�-���fIn�fo\��fb�f(���f\�f(�f��X��H����H��H�b����L��H���HW��H*����W��H*���������f(-����f(5%��f\�f(�f��X��X�H�����L����L�fHn�fb�f\�f(�f��X��XپH��H������L��H���H�����H��X��H�����H�����H�����H�����L����L����L��H����H���8H��tL��H�5���TH����H�5����1��tL��H�55���.L���H������L����L��H�%��1�L�����1��YL��L����L���VH��P��L��H�5������H*�����H*�����L��H�?��f(�p��f(�0��f(� �����L��L���L��H���JH��tbH����H���QI��H�H���:L��f��L��L��1��L��L���3H�;�H�H�KH��H��u�L���I�L$(I�D$0I��L��A������tBH��8�����L�-���HL��H�����y���1I�L$(I�D$0A�fHn�fot��fb�f(%���f\�f(�f��X�fHn�fb�f\�f(�f��X�1�A�|$���L��H������L��L���C�L��H�1��H�ڋ����1��L��L���L��H�5����
�L��H��D��1��UL��L����H�����A����W��L���������H��8��L��L��H�
���M���b���J	�DA�<$t)�����I�|$@�
A�|$ ����AL$(f(!���f(%V��f\�f(�f��X��AT$0�f\�f(�f��X�1�A�|$���L��H������[L��L�����L��H���������1��4L��L����H�������m����H��8��L��L��H�
���L����M���M���5�H�=���H�5����]��L�����_L��1�1ҹM���H����I��H��8���H��H��H1�H�5����H��H�H�5����oH��L��H�����L����I��H����L����M���H�����L��L���L���T��f.�DA��$�L������^�H����H�5���g���C�L��H�5m���*�H�5_���OL��H�5���@A�~�rL���]fHn�fb
���f\
(��f(�f��X��H����H��H������O�BL���I�|$0�E1�I�L$(A�L��1�L��M����H����I�|$(��I��1��+fD1����耉���)���L���H��I;\$(}{A�D�W��*�A�D�W��*��Y����Y
����X�A��W��*��Y����X�.��������f���.����y����Z��XK���,��d���f�I�L$0L��H�5
��L���)��tI��M;t$0�����L���L�����b�L���H���A
I��H���H��I�|$0H�� ���H�� ��E1��I�L$(A�L��1�L��M���H����I�|$(��1��&f�1��҃ꀉ��)�4H��I;L$(}s�T�W��*��T�W��*��Yk���Y
g���X���W��*��Y\���X�.I��v�f���.@��������Z��X����,��s����H�I�L$0L��H�5���L������tI��M;t$0����H�� ��H)Ӄ����tL��H�����oL���dI�|$0�iE1�DI�L$(A�L��1�L��L�����AH���9H��L�� ��L���I�|$(��I��E1��8f�L���L�������L���I��M;l$(��A�|$ t	fB�|��t�E�t$B�D������������L���B�D������������L���B�����������L���oA���l���C�o�耉���)���J���f.�@I�L$0L��H�5��L�� ��L���2��tI��M;t$0�����L���'L����L�����d�L���H��L�����1H��p��H���H��I�|$0H�� ���LH�� ��E1��I�L$(A�L��1�L��M���uH���I��L����I�|$(��1��-��H�փ�����€�sH��H��I;L$(��A�|$ t	fA�|��tsE�D$A�t�������ߍ>�€�3A�T��փ�����€�sA�ύ�������€�sA���c���H���w���f.�f����C�H���[���f.�@I�L$0L��H�5m��L�����tI��M;t$0����H�� ��H)Ӄ�����L��H����H��8��L��L����L��H�����L�����L����ux���H����H��H�5
���L��H���H����A�|$�:��D�L��H���:L��������H��p���/f.�DL��
�#L���H��L���I��L��H�����1��H����H�����H��X��H�H���fHn�H����H�����H�L�fHn�fHn�fo����fb�fHn�fb�fb�f(5���f\�fb�f\�f\�f(�f�f\�f(��H*��L*�f�f(�f��X�f(�f��X��X��� ���X��X��D����AX�������X�f(����f(�����X�f(����f(����fT�fU�fV�fT�fU�fV�f)����f)����H+�P���L��H����H��L�����1��1
L��L����
L��L��1��L��H�5���
H����H�5(����
��tL��H�5���
L�����I���� ���]������ �������]��������L��H�5j���:
L���b
H��L�5H���H��H��L��8���hL���I��H��H�5��H��H��`���@���<H��A�}�� ����������������fW�����AL$(f(q����f(%����f\�f(�f��X��AT$0�f\�f(�f��X�1�A�|$���L��H�������L��L���@	�L��H�.�������1��L��L���	�AL$@
۽��f\
���f(�f��X��L��H�!����AL��L����I�|$@��1��I�T$H�D�������������D��ƃ��������A���ډփ�����€�ƾL��L��A��1��L��L���MH��I;\$@|�������L���M	I�|$0L�����T���E1��I�L$(A�L��1�L��M���%	H���&���L���	I�|$(� I��1�A�4_L���	H��I;\$(|�I�L$0L��H�5վ��L����������I��M;t$0�z�������L����H��L������I��H����H��I�|$0H�� ������H�� ��E1�f.�I�L$(A�L��1�L��M���EH�������L���I�|$(�1�fD�H�H��I;L$(|�H�I�L$0L��H�5����L������I���I��M;t$0|��9���H�5����L���I������ ���
û���X����8��������X��������f(�����
�����X��������f(�����Xt����f(�H�����H�����H����8�������������FL��H����H������H���� ������f(����f(������L��H���H�5���L���L���A�H���E1��I��$hL�����H�5��H����L�
����E1��NL��A��1�SAR�JH��H��8���x��H�vf.�@L��M��$ 3M��u���L����E1��Y���I��$�2H��L�
M���LE�I��$hL�׽��H�5@���H�b���E1���L��A��1�SAR�H��H��8���x��L��M��$ 3M��u���I��$hL�r���H�5ۼ��H�����L�
L���E1��
L��A��1�SAR�<H��H��8���x��H�hL��M��$ 3M��u����I��$�2H��L�
b���LE�I��$hL���H�5U���H�w���E1��_L��A��1�SAR�H��H��8���x���L��M��$ 3M��u��{���I��$hL�}���H�5��H����L�
W���E1��rL��A��1�SAR�GH��H��8���x��H�sf.��L��M��$ 3M��u����L�����a���I��$hL�����H�5^���H�����L�
Ϲ��E1��L��A��1�SAR�H��H��8���xtH��L��M��$ 3M��u����L��H���sH�H;E�uD��H�Ĩ1[A\A]A^A_]��pH�=����H�5Ⱥ��H�
 ������aH�=ٷ��H�5����H�
C������BH�=����H�5����H�
ݸ�����#H�=����H�5k���H�
,������@UH��H�=k����H�=5���]�����UH��SPH��H�H�HH��r��H����H��[]�H������H���H�����H����5�&�%�&@�%�&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&h����%B&h�����%:&h����%2&h����%*&h����%"&h����%&h����%&h�p����%
&h�`����%&h�P����%�%h�@����%�%h�0����%�%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����%%h7�p����%
%h8�`����%%h9�P���������������������'8DQ^kx��������	���o
pp���4
����o	<	�t�`
�`�oX���o����o�t�`�`�`aa&a6aFaVafava�a�a�a�a�a�a�a�abb&b6bFbVbfbvb�b�b�b�b�b�b�b�bcc&c6cFcVcfcvc�c�c�c�c�c�c�c�cdd&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pp������oXX|+���o��@:���o		$D<	<	�J44�RB���\Bpppf2���n�*�*$|�*�*��p;p+,%��`�P��`�P��`�P��ptpT��t�T��t�T��t�T��t�TX��t�Tp�hwhW����W����W��0pY�"Z�