简体   繁体   中英

Library for editing images with different effects in Django, Python

I am looking to apply all possible effects to an uploaded image. I need to figure out that, is there any third party packages or Python libraries to edit the image uploaded with different effects. And how to approach as per it.

I think, you can use imagemagick with these python bindings to manipulate your images. Imagemagick allows you to perform a lot of transformations/filters/actions with images from simple cropping/resizing to really complex filters like in instagram or other software.

You can also take a look on Fred's ImageMagick Scripts to realize "what can be done using imagemagick".

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM