__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
�

"%vg
��2�SSKJr SSKJr SSjrSSjrSSjrSSjrSSjrSS	jr	SS
jr
SSjrSSjrSS
jr
SSjrSSSjjrSSSjjrSSjrSSjrSSjrSSjrSSjrSSjrS SjrS!S"Sjjrg)#�)�annotations�)�Imagec�F�[R"SURU5$)zNFill a channel with a given gray level.

:rtype: :py:class:`~PIL.Image.Image`
�L)r�new�size)�image�values  �0/usr/lib/python3/dist-packages/PIL/ImageChops.py�constantr
s���9�9�S�%�*�*�e�,�,�c�"�UR5$)zaCopy a channel. Alias for :py:meth:`PIL.Image.Image.copy`.

:rtype: :py:class:`~PIL.Image.Image`
)�copy�r
s r�	duplicater s���:�:�<�rc�t�UR5 URURR55$)z\
Invert an image (channel). ::

    out = MAX - image

:rtype: :py:class:`~PIL.Image.Image`
)�load�_new�im�chop_invertrs r�invertr)s)��
�J�J�L��:�:�e�h�h�*�*�,�-�-rc��UR5 UR5 URURRUR55$)z�
Compares the two images, pixel by pixel, and returns a new image containing
the lighter values. ::

    out = max(image1, image2)

:rtype: :py:class:`~PIL.Image.Image`
)rrr�chop_lighter��image1�image2s  r�lighterr6s8���K�K�M�
�K�K�M��;�;�v�y�y�-�-�f�i�i�8�9�9rc��UR5 UR5 URURRUR55$)z�
Compares the two images, pixel by pixel, and returns a new image containing
the darker values. ::

    out = min(image1, image2)

:rtype: :py:class:`~PIL.Image.Image`
)rrr�chop_darkerrs  r�darkerr!Es8���K�K�M�
�K�K�M��;�;�v�y�y�,�,�V�Y�Y�7�8�8rc��UR5 UR5 URURRUR55$)z�
Returns the absolute value of the pixel-by-pixel difference between the two
images. ::

    out = abs(image1 - image2)

:rtype: :py:class:`~PIL.Image.Image`
)rrr�chop_differencers  r�
differencer$Ts8���K�K�M�
�K�K�M��;�;�v�y�y�0�0����;�<�<rc��UR5 UR5 URURRUR55$)a
Superimposes two images on top of each other.

If you multiply an image with a solid black image, the result is black. If
you multiply with a solid white image, the image is unaffected. ::

    out = image1 * image2 / MAX

:rtype: :py:class:`~PIL.Image.Image`
)rrr�
chop_multiplyrs  r�multiplyr'cs8���K�K�M�
�K�K�M��;�;�v�y�y�.�.�v�y�y�9�:�:rc��UR5 UR5 URURRUR55$)z�
Superimposes two inverted images on top of each other. ::

    out = MAX - ((MAX - image1) * (MAX - image2) / MAX)

:rtype: :py:class:`~PIL.Image.Image`
)rrr�chop_screenrs  r�screenr*ts8���K�K�M�
�K�K�M��;�;�v�y�y�,�,�V�Y�Y�7�8�8rc��UR5 UR5 URURRUR55$)zs
Superimposes two images on top of each other using the Soft Light algorithm

:rtype: :py:class:`~PIL.Image.Image`
)rrr�chop_soft_lightrs  r�
soft_lightr-��8���K�K�M�
�K�K�M��;�;�v�y�y�0�0����;�<�<rc��UR5 UR5 URURRUR55$)zs
Superimposes two images on top of each other using the Hard Light algorithm

:rtype: :py:class:`~PIL.Image.Image`
)rrr�chop_hard_lightrs  r�
hard_lightr1�r.rc��UR5 UR5 URURRUR55$)zp
Superimposes two images on top of each other using the Overlay algorithm

:rtype: :py:class:`~PIL.Image.Image`
)rrr�chop_overlayrs  r�overlayr4�s8���K�K�M�
�K�K�M��;�;�v�y�y�-�-�f�i�i�8�9�9rc��UR5 UR5 URURRURX#55$)z�
Adds two images, dividing the result by scale and adding the
offset. If omitted, scale defaults to 1.0, and offset to 0.0. ::

    out = ((image1 + image2) / scale + offset)

:rtype: :py:class:`~PIL.Image.Image`
)rrr�chop_add�rr�scale�offsets    r�addr:�s:���K�K�M�
�K�K�M��;�;�v�y�y�)�)�&�)�)�U�C�D�Drc��UR5 UR5 URURRURX#55$)z�
Subtracts two images, dividing the result by scale and adding the offset.
If omitted, scale defaults to 1.0, and offset to 0.0. ::

    out = ((image1 - image2) / scale + offset)

:rtype: :py:class:`~PIL.Image.Image`
)rrr�
chop_subtractr7s    r�subtractr=�s:���K�K�M�
�K�K�M��;�;�v�y�y�.�.�v�y�y�%�H�I�Irc��UR5 UR5 URURRUR55$)z{Add two images, without clipping the result. ::

    out = ((image1 + image2) % MAX)

:rtype: :py:class:`~PIL.Image.Image`
)rrr�chop_add_modulors  r�
add_modulor@�s8���K�K�M�
�K�K�M��;�;�v�y�y�0�0����;�<�<rc��UR5 UR5 URURRUR55$)z�Subtract two images, without clipping the result. ::

    out = ((image1 - image2) % MAX)

:rtype: :py:class:`~PIL.Image.Image`
)rrr�chop_subtract_modulors  r�subtract_modulorC�s8���K�K�M�
�K�K�M��;�;�v�y�y�5�5�f�i�i�@�A�Arc��UR5 UR5 URURRUR55$)aNLogical AND between two images.

Both of the images must have mode "1". If you would like to perform a
logical AND on an image with a mode other than "1", try
:py:meth:`~PIL.ImageChops.multiply` instead, using a black-and-white mask
as the second image. ::

    out = ((image1 and image2) % MAX)

:rtype: :py:class:`~PIL.Image.Image`
)rrr�chop_andrs  r�logical_andrF�s8���K�K�M�
�K�K�M��;�;�v�y�y�)�)�&�)�)�4�5�5rc��UR5 UR5 URURRUR55$)z�Logical OR between two images.

Both of the images must have mode "1". ::

    out = ((image1 or image2) % MAX)

:rtype: :py:class:`~PIL.Image.Image`
)rrr�chop_orrs  r�
logical_orrI�s8���K�K�M�
�K�K�M��;�;�v�y�y�(�(����3�4�4rc��UR5 UR5 URURRUR55$)z�Logical XOR between two images.

Both of the images must have mode "1". ::

    out = ((bool(image1) != bool(image2)) % MAX)

:rtype: :py:class:`~PIL.Image.Image`
)rrr�chop_xorrs  r�logical_xorrLs8���K�K�M�
�K�K�M��;�;�v�y�y�)�)�&�)�)�4�5�5rc�0�[R"XU5$)z}Blend images using constant transparency weight. Alias for
:py:func:`PIL.Image.blend`.

:rtype: :py:class:`~PIL.Image.Image`
)r�blend)rr�alphas   rrNrNs���;�;�v�u�-�-rc�0�[R"XU5$)zzCreate composite using transparency mask. Alias for
:py:func:`PIL.Image.composite`.

:rtype: :py:class:`~PIL.Image.Image`
)r�	composite)rr�masks   rrQrQs���?�?�6�4�0�0rNc��UcUnUR5 URURRX55$)a}Returns a copy of the image where data has been offset by the given
distances. Data wraps around the edges. If ``yoffset`` is omitted, it
is assumed to be equal to ``xoffset``.

:param image: Input image.
:param xoffset: The horizontal distance.
:param yoffset: The vertical distance.  If omitted, both
    distances are set to the same value.
:rtype: :py:class:`~PIL.Image.Image`
)rrrr9)r
�xoffset�yoffsets   rr9r9(s3������	�J�J�L��:�:�e�h�h�o�o�g�7�8�8r)r
�Image.Imager�int�returnrV)r
rVrXrV)rrVrrVrXrV)g�?r)
rrVrrVr8�floatr9rYrXrV)rrVrrVrOrYrXrV)rrVrrVrRrVrXrV)N)r
rVrTrWrUz
int | NonerXrV)�
__future__r�rr
rrrr!r$r'r*r-r1r4r:r=r@rCrFrIrLrNrQr9�rr�<module>r]s��$#��-��
.�:�9�=�;�"9�	=�	=�	:�ST�E��E�!,�E�5:�E�JO�E��E�$ST�J��J�!,�J�5:�J�JO�J��J�"
=�
B�6�$5�6�.�	1��	1�!,�	1�4?�	1��	1�9r

Filemanager

Name Type Size Permission Actions
BdfFontFile.cpython-313.pyc File 4.28 KB 0644
BlpImagePlugin.cpython-313.pyc File 23.93 KB 0644
BmpImagePlugin.cpython-313.pyc File 17.97 KB 0644
BufrStubImagePlugin.cpython-313.pyc File 2.68 KB 0644
ContainerIO.cpython-313.pyc File 6.72 KB 0644
CurImagePlugin.cpython-313.pyc File 2.37 KB 0644
DcxImagePlugin.cpython-313.pyc File 2.73 KB 0644
DdsImagePlugin.cpython-313.pyc File 22.58 KB 0644
EpsImagePlugin.cpython-313.pyc File 15.76 KB 0644
ExifTags.cpython-313.pyc File 11.43 KB 0644
FitsImagePlugin.cpython-313.pyc File 6.06 KB 0644
FliImagePlugin.cpython-313.pyc File 6.76 KB 0644
FontFile.cpython-313.pyc File 4.45 KB 0644
FpxImagePlugin.cpython-313.pyc File 7.66 KB 0644
FtexImagePlugin.cpython-313.pyc File 5.25 KB 0644
GbrImagePlugin.cpython-313.pyc File 3.68 KB 0644
GdImageFile.cpython-313.pyc File 3.35 KB 0644
GifImagePlugin.cpython-313.pyc File 44.88 KB 0644
GimpGradientFile.cpython-313.pyc File 5.35 KB 0644
GimpPaletteFile.cpython-313.pyc File 2.12 KB 0644
GribStubImagePlugin.cpython-313.pyc File 2.68 KB 0644
Hdf5StubImagePlugin.cpython-313.pyc File 2.65 KB 0644
IcnsImagePlugin.cpython-313.pyc File 17 KB 0644
IcoImagePlugin.cpython-313.pyc File 14.92 KB 0644
ImImagePlugin.cpython-313.pyc File 12.76 KB 0644
Image.cpython-313.pyc File 165.73 KB 0644
ImageChops.cpython-313.pyc File 10.63 KB 0644
ImageCms.cpython-313.pyc File 42.28 KB 0644
ImageColor.cpython-313.pyc File 12.22 KB 0644
ImageDraw.cpython-313.pyc File 43.5 KB 0644
ImageDraw2.cpython-313.pyc File 9.43 KB 0644
ImageEnhance.cpython-313.pyc File 5.28 KB 0644
ImageFile.cpython-313.pyc File 30.8 KB 0644
ImageFilter.cpython-313.pyc File 22.79 KB 0644
ImageFont.cpython-313.pyc File 65.84 KB 0644
ImageGrab.cpython-313.pyc File 6.56 KB 0644
ImageMath.cpython-313.pyc File 15.95 KB 0644
ImageMode.cpython-313.pyc File 2.75 KB 0644
ImageMorph.cpython-313.pyc File 11.03 KB 0644
ImageOps.cpython-313.pyc File 28.21 KB 0644
ImagePalette.cpython-313.pyc File 12.04 KB 0644
ImagePath.cpython-313.pyc File 306 B 0644
ImageQt.cpython-313.pyc File 8.46 KB 0644
ImageSequence.cpython-313.pyc File 3.33 KB 0644
ImageShow.cpython-313.pyc File 13.72 KB 0644
ImageStat.cpython-313.pyc File 7.13 KB 0644
ImageTransform.cpython-313.pyc File 5.19 KB 0644
ImageWin.cpython-313.pyc File 11.44 KB 0644
ImtImagePlugin.cpython-313.pyc File 2.55 KB 0644
IptcImagePlugin.cpython-313.pyc File 8.91 KB 0644
Jpeg2KImagePlugin.cpython-313.pyc File 18.34 KB 0644
JpegImagePlugin.cpython-313.pyc File 33.72 KB 0644
JpegPresets.cpython-313.pyc File 7.9 KB 0644
McIdasImagePlugin.cpython-313.pyc File 2.23 KB 0644
MicImagePlugin.cpython-313.pyc File 3.85 KB 0644
MpegImagePlugin.cpython-313.pyc File 3.68 KB 0644
MpoImagePlugin.cpython-313.pyc File 8.04 KB 0644
MspImagePlugin.cpython-313.pyc File 5.87 KB 0644
PSDraw.cpython-313.pyc File 7.67 KB 0644
PaletteFile.cpython-313.pyc File 1.9 KB 0644
PalmImagePlugin.cpython-313.pyc File 9.46 KB 0644
PcdImagePlugin.cpython-313.pyc File 2.05 KB 0644
PcfFontFile.cpython-313.pyc File 9.68 KB 0644
PcxImagePlugin.cpython-313.pyc File 7.27 KB 0644
PdfImagePlugin.cpython-313.pyc File 9.64 KB 0644
PdfParser.cpython-313.pyc File 52.78 KB 0644
PixarImagePlugin.cpython-313.pyc File 1.94 KB 0644
PngImagePlugin.cpython-313.pyc File 61.98 KB 0644
PpmImagePlugin.cpython-313.pyc File 14.13 KB 0644
PsdImagePlugin.cpython-313.pyc File 10.81 KB 0644
QoiImagePlugin.cpython-313.pyc File 6.02 KB 0644
SgiImagePlugin.cpython-313.pyc File 8.37 KB 0644
SpiderImagePlugin.cpython-313.pyc File 12.27 KB 0644
SunImagePlugin.cpython-313.pyc File 3.42 KB 0644
TarIO.cpython-313.pyc File 1.86 KB 0644
TgaImagePlugin.cpython-313.pyc File 8.11 KB 0644
TiffImagePlugin.cpython-313.pyc File 99.07 KB 0644
TiffTags.cpython-313.pyc File 18.43 KB 0644
WalImageFile.cpython-313.pyc File 4.01 KB 0644
WebPImagePlugin.cpython-313.pyc File 13.27 KB 0644
WmfImagePlugin.cpython-313.pyc File 6.19 KB 0644
XVThumbImagePlugin.cpython-313.pyc File 2.61 KB 0644
XbmImagePlugin.cpython-313.pyc File 4.05 KB 0644
XpmImagePlugin.cpython-313.pyc File 4.2 KB 0644
__init__.cpython-313.pyc File 1.98 KB 0644
__main__.cpython-313.pyc File 346 B 0644
_binary.cpython-313.pyc File 3.24 KB 0644
_deprecate.cpython-313.pyc File 2.37 KB 0644
_tkinter_finder.cpython-313.pyc File 745 B 0644
_typing.cpython-313.pyc File 2.14 KB 0644
_util.cpython-313.pyc File 1.5 KB 0644
_version.cpython-313.pyc File 222 B 0644
features.cpython-313.pyc File 13.58 KB 0644
report.cpython-313.pyc File 278 B 0644
Filemanager