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.
https://jawaban.online/scope/outlink/21234/python-pillow-resizing-images-thumbnail-on-amazon-s3-django-stack-overflow/ Please advise, Thanks On Thu, Oct 1, 2020 at 9:17 AM RANGA BHARATH JINKA <[email protected]> wrote: > https://youtu.be/inQyZ7zFMHM > > Check this out. All the best 👍😁 > > On Thu, 1 Oct 2020, 5:10 am abhay santra, <[email protected]> wrote: > >> Thank you man... >> have you worked with Amazon s3 in django? >> >> On Wednesday, September 30, 2020, RANGA BHARATH JINKA < >> [email protected]> wrote: >> >>> Hi, >>> >>> I saw a video to upload images to cloudinary. Check it out. >>> >>> https://youtu.be/1T6G7Znrbfg >>> >>> >>> On Tue, Sep 29, 2020 at 7:12 PM abhay santra <[email protected]> >>> 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 [email protected]. >>>> To view this discussion on the web visit >>>> https://groups.google.com/d/msgid/django-users/c0621b57-4f50-409e-8267-7f48aa7f4148n%40googlegroups.com >>>> <https://groups.google.com/d/msgid/django-users/c0621b57-4f50-409e-8267-7f48aa7f4148n%40googlegroups.com?utm_medium=email&utm_source=footer> >>>> . >>>> >>> >>> >>> -- >>> 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 >>> [email protected]. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/django-users/CAK5m316rFiQatVEVeMAhtEtmG0mTE1Z4rC3Rkkei32Y6G%2B6iHA%40mail.gmail.com >>> <https://groups.google.com/d/msgid/django-users/CAK5m316rFiQatVEVeMAhtEtmG0mTE1Z4rC3Rkkei32Y6G%2B6iHA%40mail.gmail.com?utm_medium=email&utm_source=footer> >>> . >>> >> -- >> 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 [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/django-users/CA%2BmzYVvGxpmGihZcn7Fqt-ULAtibGYF3pbUvpK9JyqAhpX%2BfBA%40mail.gmail.com >> <https://groups.google.com/d/msgid/django-users/CA%2BmzYVvGxpmGihZcn7Fqt-ULAtibGYF3pbUvpK9JyqAhpX%2BfBA%40mail.gmail.com?utm_medium=email&utm_source=footer> >> . >> > -- > 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 [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CAK5m3157Tj6ZxuozDGExf06Cwu-YP4_U-uaS4VCrUnkpEq2THA%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CAK5m3157Tj6ZxuozDGExf06Cwu-YP4_U-uaS4VCrUnkpEq2THA%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CANV3w%3DZeXqgGXupr6DSt5-aE%3DSydVPHi_F%3DQfrpDZ7MS3--dXw%40mail.gmail.com.

