File: //lib/python3/dist-packages/PIL/__pycache__/DcxImagePlugin.cpython-310.pyc
o
Z#�aa � @ sb d dl mZ d dlmZ d dlmZ dZdd� ZG dd� de�Z e�
e je e� e�e jd � d
S )� )�Image)�i32le)�PcxImageFilei�h�:c C s t | �dkot| �tkS )N� )�len�i32�MAGIC)�prefix� r
�4/usr/lib/python3/dist-packages/PIL/DcxImagePlugin.py�_accept s r c @ s8 e Zd ZdZdZdZdd� Zdd� Zdd � Zd
d� Z dS )
�DcxImageFile�DCXz Intel DCXFc C s� | j �d�}t|�std��g | _td�D ]}t| j �d��}|s# n| j�|� q| j | _d | _ t
| j�| _| jdk| _| �
d� d S )Nr znot a DCX filei r � )�fp�readr �SyntaxError�_offset�ranger �append�_DcxImageFile__fp�framer �n_frames�is_animated�seek)�self�s�i�offsetr
r
r �_open- s zDcxImageFile._openc C s<