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:
parent
34d02ad7ea
commit
2ec29fd24c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=415070
@ -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
|
||||
|
18
graphics/py-imagesize/Makefile
Normal file
18
graphics/py-imagesize/Makefile
Normal 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>
|
2
graphics/py-imagesize/distinfo
Normal file
2
graphics/py-imagesize/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (imagesize-0.7.1.tar.gz) = 0ab2c62b87987e3252f89d30b7cedbec12a01af9274af9ffa48108f2c13c6062
|
||||
SIZE (imagesize-0.7.1.tar.gz) = 2871
|
3
graphics/py-imagesize/pkg-descr
Normal file
3
graphics/py-imagesize/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user