@
@
@messageman2020-10-06 22:17:35
Django
@messageman, 2020-10-06 22:17:35

Image resizing in Django?

I can upload an image either by selecting a file or by its link, I don’t know how to do it with the second option, and then choose to leave this size or change it, if I change it, then I need to set the height + width (what tools are there for this?) And then the changed leave the picture on the backend, and leave the uploaded photo in its original size in my project folder

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
Roman Mirilaczvili, 2020-10-07
@2ord

There are various libraries and programs for working with images. There are, for example, binding libraries for ImageMagick.
How to download an image? Obviously an HTTP client.

V
Vladimir, 2020-10-15
@FonVald

django-imagekit

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question