o
    :Î®cð  ã                   @   s$   d dgZ ddlmZmZ dd „ ZdS )ÚimreadÚimsaveé    )Úimwriter   c                 K   s&   d|v r|  d¡|d< t| fi |¤ŽS )aí  Load a tiff image from file.

    Parameters
    ----------
    fname : str or file
        File name or file-like-object.
    kwargs : keyword pairs, optional
        Additional keyword arguments to pass through (see ``tifffile``'s
        ``imread`` function).

    Notes
    -----
    Provided by the tifffile library [1]_, and supports many
    advanced image types including multi-page and floating point.

    References
    ----------
    .. [1] https://pypi.org/project/tifffile/

    Úimg_numÚkey)ÚpopÚtifffile_imread)ÚfnameÚkwargs© r   úJ/tmp/pip-target-vg8gfxp4/lib/python/skimage/io/_plugins/tifffile_plugin.pyr      s   N)Ú__all__Útifffiler   r   r   r   r   r   r   r   Ú<module>   s    