1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

x11/py-pyscreenshot: improve long description

This commit is contained in:
Steve Wills 2019-05-22 13:36:38 +00:00
parent a5ba6994d8
commit 8050d3c08d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=502269
2 changed files with 8 additions and 2 deletions

View File

@ -2,6 +2,7 @@
PORTNAME= pyscreenshot
PORTVERSION= 0.5.1
PORTREVISION= 1
CATEGORIES= x11 python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,4 +1,9 @@
Pyscreenshot tries to allow to take screenshots without installing 3rd party
libraries.
The pyscreenshot module can be used to copy the contents of the screen to a PIL
or Pillow image memory using various back-ends.
Features:
* Capturing the whole desktop
* Capturing an area
* saving to PIL or Pillow image memory
WWW: https://github.com/ponty/pyscreenshot