Python Forum

Full Version: pillow for image manipulation
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?