ó
î Xc           @   so   d  Z  d d l m Z m Z d d l Td   Z d e j f d     YZ e j d e e  e j	 d d  d	 S(
   s   0.1i˙˙˙˙(   t   Imaget   TiffImagePlugin(   t   *c         C   s   |  d  t  k S(   Ni   (   t   MAGIC(   t   prefix(    (    s6   /usr/lib/python2.7/dist-packages/PIL/MicImagePlugin.pyt   _accept   s    t   MicImageFilec           B   s/   e  Z d  Z d Z d   Z d   Z d   Z RS(   t   MICs   Microsoft Image Composerc         C   sü   y t  |  j  |  _ Wn t k
 r5 t d   n Xg  |  _ xX |  j j   D]G } | d rO | d d d k rO | d d k rO |  j j |  qO qO W|  j s˛ t d   n  |  j |  _ d |  _	 t
 |  j  d k rë t j |  _ n  |  j d  d  S(   Ns!   not an MIC file; invalid OLE filei   i    iü˙˙˙s   .ACIR    s!   not an MIC file; no image entries(   t	   OleFileIOt   fpt   olet   IOErrort   SyntaxErrort   imagest   listdirt   appendt   _MicImageFile__fpt   framet   lenR    t	   CONTAINERt   categoryt   seek(   t   selft   file(    (    s6   /usr/lib/python2.7/dist-packages/PIL/MicImagePlugin.pyt   _open+   s    	.		c         C   sc   y |  j  | } Wn t k
 r0 t d   n X|  j j |  |  _ t j j |   | |  _	 d  S(   Ns   no such frame(
   R   t
   IndexErrort   EOFErrorR
   t
   openstreamR	   R   t   TiffImageFileR   R   (   R   R   t   filename(    (    s6   /usr/lib/python2.7/dist-packages/PIL/MicImagePlugin.pyR   J   s    c         C   s   |  j  S(   N(   R   (   R   (    (    s6   /usr/lib/python2.7/dist-packages/PIL/MicImagePlugin.pyt   tellW   s    (   t   __name__t
   __module__t   formatt   format_descriptionR   R   R   (    (    (    s6   /usr/lib/python2.7/dist-packages/PIL/MicImagePlugin.pyR   &   s
   		R   s   .micN(
   t   __version__t   PILR    R   t   PIL.OleFileIOR   R   R   t   register_opent   register_extension(    (    (    s6   /usr/lib/python2.7/dist-packages/PIL/MicImagePlugin.pyt   <module>   s   
	8