| Server IP : 3.111.61.48 / Your IP : 216.73.216.67 Web Server : Apache System : Linux ip-10-0-5-176 6.8.0-1057-aws #60~22.04.1-Ubuntu SMP Wed May 27 08:16:59 UTC 2026 x86_64 User : ubuntu ( 1000) PHP Version : 8.2.31 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/lib/python3/dist-packages/PIL/__pycache__/ |
Upload File : |
o
Z#�a� � @ s� d Z ddlmZmZ dd� Zdd� Zddd�Zdd d
�Zddd�Zdd
d�Z ddd�Z
ddd�Zddd�Zdd� Z
dd� Zdd� Zdd� ZdS )z%Binary input/output support routines.� )�pack�unpack_fromc C s | j tu r| S | d S )Nr )� __class__�int)�c� r �-/usr/lib/python3/dist-packages/PIL/_binary.py�i8 s r c C s t | d@ f�S )N� )�bytes��ir r r �o8 s r c C � t d| |�d S )z�
Converts a 2-bytes (16 bits) string to an unsigned integer.
:param c: string containing bytes to convert
:param o: offset of bytes to convert in string
�<Hr �r �r �or r r �i16le � r c C r )z�
Converts a 2-bytes (16 bits) string to a signed integer.
:param c: string containing bytes to convert
:param o: offset of bytes to convert in string
z<hr r r r r r �si16le( r r c C r )z�
Converts a 2-bytes (16 bits) string to a signed integer, big endian.
:param c: string containing bytes to convert
:param o: offset of bytes to convert in string
z>hr r r r r r �si16be2 r r c C r )z�
Converts a 4-bytes (32 bits) string to an unsigned integer.
:param c: string containing bytes to convert
:param o: offset of bytes to convert in string
�<Ir r r r r r �i32le<