You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the result is proxied by a CDN, this results not only in a lot of computation time, but also quite a bit of storage costs. By adding a way to add constraints we can limit the amount of variations.
Some ideas:
Limit to specific aspect-ratios
Limit ranges 500 < width && width < 1000
...
The text was updated successfully, but these errors were encountered:
It's still quite trivial to abuse Imaginary with ideas like:
If the result is proxied by a CDN, this results not only in a lot of computation time, but also quite a bit of storage costs. By adding a way to add constraints we can limit the amount of variations.
Some ideas:
500 < width && width < 1000
The text was updated successfully, but these errors were encountered: