Flask-Resize
Flask-Resize copied to clipboard
Flask extension for resizing, cropping and caching images.
it would be great to add support for image generation in webp format
I am trying `resize(file.path, str(width) + 'x' + str(height), fill=1, quality=40, format='jpeg', bgcolor='#40464e')` I get the error. ` File "D:\MegaSync\Languages\Python\CT83-PC\venv\SmartCow-Image-Gallery\lib\site-packages\flask_resize\resizing.py", line 303, in generate data = self._generate_impl() File "D:\MegaSync\Languages\Python\CT83-PC\venv\SmartCow-Image-Gallery\lib\site-packages\flask_resize\resizing.py", line...
Hello, I try to use for images an url without an extension (jpg,png...), e.g. http://127.0.0.1:5000/picture/123456789abc This is necessary since I use an id in the url and the algorithm searches...
Coming from 0.2.2 version (really :D ). The 'fill' argument is acting like "resize to fit", not " resize to fill". Docs says "With fill it will crop the image",...
I’m trying to resize images all of the images inside a directory using a for loop, but having some troubles. ``` {% for image in images %} {% endfor %}...
Sometimes the error message will not be readable because the text isn't adjusted to the available space. An example taken from issue #5: 
Hello! I was attempting to use `flask-resize`. When I import it, it throws an error: ``` Traceback (most recent call last): File "/Users/damienboisvert/Documents/AlphaGameBot-WebUI-REWRITE/.venv/bin/flask-resize", line 5, in from flask_resize.bin import parser...