Lilith River
Lilith River
The formats system I proposed is independent of Tilt's rendering choices. It's just there to (a) inform Nesta which file extensions to search for when looking for content, (b) provide...
Thanks, this helped us a lot!
If automatic crop is also specified in a command query, should padding be used to absolutely prevent cropping into the focus rectangle if too large? What do you think is...
Well, the problem is that zooming out would add padding if the image isn't large enough, right? Ex, if you focused the whole image, then requested any different aspect ratio,...
If so, then there's no reason for a 2nd focal point, right? Because it would be no different than simply providing the center of the desired rectangle?
There are cases where users want cropping to be prevented, like #594. We also probably want to offer integration with other features, like face detection: https://github.com/imazen/imageflow-dotnet/issues/44
This overlaps with https://github.com/imazen/imageflow/issues/602
Sorry for the delay in fixing this. Github overhauled Pages to use Actions, and something broke invisibly, I had to replace the whole pipeline to fix it :| docs.imageflow.io is...
I'm getting nothing by default - not even the core ruby library.
We actually have a pretty decent implementation of all these proposals in [imageflow.h](https://github.com/imazen/imageflow/blob/master/imageflow.h). Error and memory handling is solid. Feel free to work against impl. instead of my abstract above.