Python Forum
pillow for image manipulation - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: News and Discussions (https://python-forum.io/forum-31.html)
+--- Thread: pillow for image manipulation (/thread-21379.html)



pillow for image manipulation - Skaperen - Sep-27-2019

is pillow worthwhile for image manipulation using python3? this is for a project to eventually be released. things i want to be doing include changing view perspectives of images and doing layout of images. can it draw fonts and SVG? if not, what else can do that and work with pillow? how fast is it (my manipulations could take a while)? can it display what it is manipulating as it does so?