| Server IP : 217.160.0.135 / Your IP : 216.73.216.115 Web Server : Apache System : Linux www 6.18.52-i1-ampere #1203 SMP Mon Sep 14 18:29:59 CEST 2026 aarch64 User : sws1074145052 ( 1074145052) PHP Version : 8.3.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /lib/python3/dist-packages/PIL/__pycache__/ |
Upload File : |
�
�"�c� � �v � d Z ddlmZmZ d� Zd� Zdd�Zdd�Zdd�Zdd�Z dd �Z
dd
�Zdd�Zd� Z
d
� Zd� Zd� ZdS )z%Binary input/output support routines.� )�pack�unpack_fromc �2 � | j t u r| n| d S )Nr )� __class__�int)�cs �-/usr/lib/python3/dist-packages/PIL/_binary.py�i8r
s � ���s�"�"�1�1��!��,� c �( � t | dz f� � S )N� )�bytes��is r �o8r s � ��!�c�'����r c �0 � 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 �os r �i16ler � � � �t�Q��"�"�1�%�%r c �0 � t d| |� � d S )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 s r �si16ler ( r r c �0 � t d| |� � d S )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 s r �si16ber 2 r r c �0 � t d| |� � d S )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 s r �i32ler <