1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

This module analyzes jpeg/jpeg2000/png/gif image header and return image size.

WWW: https://github.com/shibukawa/imagesize_py
This commit is contained in:
Kris Moore 2016-05-12 15:52:47 +00:00
parent 34d02ad7ea
commit 2ec29fd24c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=415070
4 changed files with 24 additions and 0 deletions

View File

@ -843,6 +843,7 @@
SUBDIR += py-graph-dot
SUBDIR += py-graphy
SUBDIR += py-gvgen
SUBDIR += py-imagesize
SUBDIR += py-imaging
SUBDIR += py-mcomix
SUBDIR += py-ming

View File

@ -0,0 +1,18 @@
# Created by: Kris Moore <kmoore@FreeBSD.org>
# $FreeBSD$
PORTNAME= imagesize
PORTVERSION= 0.7.1
CATEGORIES= graphics python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= kmoore@FreeBSD.org
COMMENT= Python image size library
LICENSE= MIT
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (imagesize-0.7.1.tar.gz) = 0ab2c62b87987e3252f89d30b7cedbec12a01af9274af9ffa48108f2c13c6062
SIZE (imagesize-0.7.1.tar.gz) = 2871

View File

@ -0,0 +1,3 @@
This module analyzes jpeg/jpeg2000/png/gif image header and return image size.
WWW: https://github.com/shibukawa/imagesize_py