文件操作 - XbmImagePlugin.cpython-311.pyc
返回文件管理
返回主菜单
删除本文件
文件: /usr/lib/python3/dist-packages/PIL/__pycache__/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 &