B
    eAd[                 @   s   d dl Z ddlmZmZmZ ddlmZ ddlmZ	 ddlm
Z
 dd ZG d	d
 d
ejZeejee eejddg dS )    N   )Image	ImageFileImagePalette)i16le)i32le)o8c             C   s(   t | dko&t| ddko&t| ddkS )N      )i  i     )r      )leni16)prefix r   D/var/www/html/venv/lib/python3.7/site-packages/PIL/FliImagePlugin.py_accept   s    r   c               @   s@   e Zd ZdZdZdZdd Zdd Zdd	 Zd
d Z	dd Z
dS )FliImageFileZFLIzAutodesk FLI/FLC AnimationFc       
      C   s  | j d}t|r$|dd dks0d}t|t|d| _| jdk| _d| _t|d	t|d
f| _t	|d}t|d}|dkr|d d }|| j
d< dd tdD }| j d}d| _t|ddkr| jt	| | _| j d}t|ddkrt|d}d }x|t|D ]p}|d k	r.| j |d tj | j d}t|d}	|	dkrj| ||	dkrbdnd P t	|}|sP qW dd |D }tdd|| _d| _| j | _| j  | _| d d S )N         s     znot an FLI/FLC filer	   r   P   
      r
   i  i  F   durationc             S   s   g | ]}|||fqS r   r   ).0ar   r   r   
<listcomp>F   s    z&FliImageFile._open.<locals>.<listcomp>   i   i  )r
      r!      r   c             S   s*   g | ]"\}}}t |t | t | qS r   )r   )r   rgbr   r   r   r   a   s    RGB    )fpreadr   SyntaxErrorr   Zn_framesZis_animatedmode_sizei32inforange_FliImageFile__offsetseekosSEEK_CUR_paletter   rawjoinpalette_FliImageFile__frame_fptell_FliImageFile__rewind)
selfsmsgr   magicr8   Znumber_of_subchunks
chunk_size_Z
chunk_typer   r   r   _open/   sN    






zFliImageFile._openc       
      C   s   d}xt t| jdD ]}| jd}||d  }|d }|dkrJd}| j|d }xZt dt|dD ]F}|| |> }||d  |> }||d  |> }	|||	f||< |d7 }qlW qW d S )Nr   r"   r   r    r   )r0   r   r)   r*   r   )
r=   r8   shiftier>   nr#   r$   r%   r   r   r   r5   j   s    zFliImageFile._palettec             C   sN   |  |sd S || jk r"| d x&t| jd |d D ]}| | q8W d S )Nr   r   )Z_seek_checkr9   _seekr0   )r=   framefr   r   r   r2   |   s    


zFliImageFile.seekc             C   s   |dkr$d| _ | j| j d| _n|   || j d krLd| }t||| _ | j| _| j| j | jd}|s|t	t
|}|| _dd| j | jd fg| _|  j|7  _d S )	Nr   r(   r   r   zcannot seek to frame r
   Zfli)r   r   )r9   r:   r2   r<   r1   load
ValueErrorr)   r*   EOFErrorr.   ZdecodermaxblocksizeZtile)r=   rI   r?   r>   Z	framesizer   r   r   rH      s$    
zFliImageFile._seekc             C   s   | j S )N)r9   )r=   r   r   r   r;      s    zFliImageFile.tellN)__name__
__module____qualname__formatformat_descriptionZ!_close_exclusive_fp_after_loadingrC   r5   r2   rH   r;   r   r   r   r   r   *   s   ;	r   z.fliz.flc)r3    r   r   r   _binaryr   r   r   r.   r   r   r   Zregister_openrR   Zregister_extensionsr   r   r   r   <module>   s   