Source: python-imagesize
Section: python
Priority: optional
Maintainer: OpenKylin Developers <packaging@lists.openkylin.top>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-setuptools,
Standards-Version: 4.6.1
Vcs-Git: https://gitee.com/openkylin/python-imagesize.git
Vcs-Browser: https://gitee.com/openkylin/python-imagesize
Homepage: https://github.com/shibukawa/imagesize_py
Rules-Requires-Root: no

Package: python3-imagesize
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: Python module for getting image size or DPI
 This module parses image header and returns width and height of the
 image, or dots per inch. Supported formats are: JPEG, JPEG 2000, PNG, GIF,
 TIFF, SVG, Netpbm.
