How to resize image when uploading to the cloudinary?

154 views
Skip to first unread message

abhay santra

unread,
Sep 25, 2020, 11:20:03 AM9/25/20
to Django users

Hi,
I would like to know how to resize any image when uploading to the cloudinary in django?

Kasper Laudrup

unread,
Sep 25, 2020, 12:23:32 PM9/25/20
to django...@googlegroups.com
Hi Abbay,
You use Pillow:

https://pillow.readthedocs.io/en/stable/

It's hard for anyone to give you a better answer until you try to write
a better question.

Kind regards,

Kasper Laudrup

RANGA BHARATH JINKA

unread,
Sep 25, 2020, 12:25:46 PM9/25/20
to django...@googlegroups.com

On Fri, Sep 25, 2020 at 8:49 PM abhay santra <abhay....@gmail.com> wrote:

Hi,
I would like to know how to resize any image when uploading to the cloudinary in django?

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/d9eaaea0-b3e3-42a5-8ccf-884662258ddcn%40googlegroups.com.


--
Thanks and Regards

J. Ranga Bharath
cell: 9110334114

abhay santra

unread,
Sep 29, 2020, 9:42:28 AM9/29/20
to Django users
Thank you everyone...

abhay santra

unread,
Sep 29, 2020, 9:42:28 AM9/29/20
to Django users
Thank you for your guidance..

RANGA BHARATH JINKA

unread,
Sep 30, 2020, 1:16:53 AM9/30/20
to django...@googlegroups.com
Hi,

    I saw a video to upload images to cloudinary. Check it out. 



--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.

abhay santra

unread,
Sep 30, 2020, 7:40:44 PM9/30/20
to django...@googlegroups.com
Thank you man...
have you worked with Amazon s3 in django?


On Wednesday, September 30, 2020, RANGA BHARATH JINKA <bharath...@gmail.com> wrote:
Hi,

    I saw a video to upload images to cloudinary. Check it out. 



On Tue, Sep 29, 2020 at 7:12 PM abhay santra <abhay....@gmail.com> wrote:
Thank you everyone...

On Friday, September 25, 2020 at 9:53:32 PM UTC+5:30 Kasper Laudrup wrote:
Hi Abbay,

On 25/09/2020 16.21, abhay santra wrote:
>
> Hi,
> I would like to know how to resize any image when uploading to the
> cloudinary in django?
>

You use Pillow:

https://pillow.readthedocs.io/en/stable/

It's hard for anyone to give you a better answer until you try to write
a better question.

Kind regards,

Kasper Laudrup

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.


--
Thanks and Regards

J. Ranga Bharath
cell: 9110334114

--
You received this message because you are subscribed to a topic in the Google Groups "Django users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/django-users/0xfYS71IurM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAK5m316rFiQatVEVeMAhtEtmG0mTE1Z4rC3Rkkei32Y6G%2B6iHA%40mail.gmail.com.

RANGA BHARATH JINKA

unread,
Sep 30, 2020, 10:17:33 PM9/30/20
to django...@googlegroups.com
https://youtu.be/inQyZ7zFMHM

Check this out. All the best 👍😁

On Thu, 1 Oct 2020, 5:10 am abhay santra, <abhay....@gmail.com> wrote:
Thank you man...
have you worked with Amazon s3 in django?

On Wednesday, September 30, 2020, RANGA BHARATH JINKA <bharath...@gmail.com> wrote:
Hi,

    I saw a video to upload images to cloudinary. Check it out. 



On Tue, Sep 29, 2020 at 7:12 PM abhay santra <abhay....@gmail.com> wrote:
Thank you everyone...

On Friday, September 25, 2020 at 9:53:32 PM UTC+5:30 Kasper Laudrup wrote:
Hi Abbay,

On 25/09/2020 16.21, abhay santra wrote:
>
> Hi,
> I would like to know how to resize any image when uploading to the
> cloudinary in django?
>

You use Pillow:

https://pillow.readthedocs.io/en/stable/

It's hard for anyone to give you a better answer until you try to write
a better question.

Kind regards,

Kasper Laudrup

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.


--
Thanks and Regards

J. Ranga Bharath
cell: 9110334114

--
You received this message because you are subscribed to a topic in the Google Groups "Django users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/django-users/0xfYS71IurM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to django-users...@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CA%2BmzYVvGxpmGihZcn7Fqt-ULAtibGYF3pbUvpK9JyqAhpX%2BfBA%40mail.gmail.com.

dum dum

unread,
Oct 1, 2020, 2:15:37 AM10/1/20
to django...@googlegroups.com
Guys, do you know how to resize image pillow in django when uploading to aws s3? I got error when trying to.
even though the image has been changed, but the error showed up.
I followed this solution but didn't work.

Please advise, Thanks

Dvs Khamele

unread,
Oct 11, 2020, 1:25:03 PM10/11/20
to django...@googlegroups.com, abhay....@gmail.com
Hi do you hire contract based python/django freelancer?
 We can help you in this and related techincal tasks at fair prices. Reply or send email to div...@pythonmate.com
Best Regards, 
Divyesh Khamele,
Pythonmate


On Fri, 25 Sep 2020, 8:49 pm abhay santra, <abhay....@gmail.com> wrote:

Hi,
I would like to know how to resize any image when uploading to the cloudinary in django?

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages