← Back
Editing: XbmImagePlugin.cpython-311.pyc
� �"�c� � �" � d dl Z ddlmZmZ e j d� � Zd� Z G d� dej � � Zd� Z ej ej ee� � ej ej e� � ej ej d � � ej ej d � � dS )� N� )�Image� ImageFiles� \s*#define[ \t]+.*_width[ \t]+(?P<width>[0-9]+)[\r\n]+#define[ ]+.*_height[ ]+(?P<height>[0-9]+)[ ]+(?P<hotspot>#define[ ]+[^_]*_x_hot[ ]+(?P<xhot>[0-9]+)[ ]+#define[ ]+[^_]*_y_hot[ ]+(?P<yhot>[0-9]+)[ ]+)?[\000-\377]*_bits\[]c �B � | � � � d d� dk S )N� s #define)�lstrip)�prefixs �4/usr/lib/python3/dist-packages/PIL/XbmImagePlugin.py�_acceptr &