codingjoe / django-pictures

Responsive cross-browser image library using modern codes like AVIF & WebP
BSD 2-Clause "Simplified" License
248 stars 20 forks source link

Running without pillow #188

Closed tykling closed 1 week ago

tykling commented 1 week ago

Hello,

Is it possible to run this without pillow at all if all the processing is done async/remotely on another server?

Thanks! :)

tykling commented 1 week ago

To elaborate a bit: I would love to use all the cool work you did on rendering <picture> elements, like taking breakpoints and aspect ratios and multiple formats and all that into account.

But I need a "lite" version which only does the bit in utils.py and models.py and never loads pillow. I can fork it of course, or just borrow some bits from django-pictures, but I wanted to ask if you see a way to do what I want with the current django-pictures?

Thanks! :+1: