aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-willow
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Remove PY_PILLOWSunpoet Po-Chuan Hsieh2021-02-011-1/+1
| | | | Notes: svn path=/head/; revision=563663
* Fix INDEX after r563430Tobias C. Berner2021-01-301-1/+2
| | | | | | | | - Likely there is an issue with the flavoured ports depending on an unflavoured python part though. Notes: svn path=/head/; revision=563433
* Update to 1.4Sunpoet Po-Chuan Hsieh2020-05-282-4/+4
| | | | | | | Changes: https://github.com/wagtail/Willow/releases Notes: svn path=/head/; revision=536791
* Convert the tree to use PY_PILLOWAntoine Brodin2020-03-241-1/+1
| | | | | | | | With hat: portmgr Originally submitted by: kai Notes: svn path=/head/; revision=529063
* Use the same python version as py-wagtail (the only consumer)Sunpoet Po-Chuan Hsieh2020-02-161-1/+1
| | | | Notes: svn path=/head/; revision=526285
* Update to 1.3Sunpoet Po-Chuan Hsieh2019-10-202-4/+4
| | | | | | | Changes: https://github.com/wagtail/Willow/releases Notes: svn path=/head/; revision=514947
* Add py-willow 1.1Sunpoet Po-Chuan Hsieh2019-01-273-0/+46
Willow is a simple image library that combines the APIs of Pillow, Wand and OpenCV. It converts the image between the libraries when necessary. Willow currently has basic resize and crop operations, face and feature detection and animated GIF support. New operations and library integrations can also be easily implemented. It is written in pure-Python. WWW: https://github.com/wagtail/Willow Notes: svn path=/head/; revision=491381