简体   繁体   English

用于在Django,Python中编辑具有不同效果的图像的库

[英]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. 我需要弄清楚,是否有任何第三方软件包或Python库来编辑以不同效果上传的图像。 And how to approach as per it. 以及如何按照它进行操作。

I think, you can use imagemagick with these python bindings to manipulate your images. 我认为,您可以将imagemagick这些 python绑定一起使用来操纵您的图像。 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. Imagemagick允许您对图像执行很多转换/过滤器​​/操作,从简单的裁剪/调整大小到真正复杂的过滤器(如instagram或其他软件)。

You can also take a look on Fred's ImageMagick Scripts to realize "what can be done using imagemagick". 您还可以查看Fred的ImageMagick脚本,以了解“使用imagemagick可以完成的工作”。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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