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
We have ImageFlow bundled in 2sxc, a CMS plugin for DNN and Oqtane.
Someone now suggested some changes to set default formats (e.g. auto-switch to webp if supported by the browser). This is of course an interesting idea, irrelevant of the fact that it also has downsides.
But before I pursue this further, I want to be sure we don't create our own conventions for things which are already supported somehow.
The real question
Is there a convention or something to specify configurations, specifically "defaults" for ImageFlow somewhere? Possibly in the web.config or something?
The text was updated successfully, but these errors were encountered:
Imageflow.Server (via .AddCommandDefault("down.colorspace", "srgb")) and ImageResizer 4 and 5 (via web.config `) offer querystring defaults. It's also not hard to change those defaults in either via an event handler that looks at the accept header. Not yet a built-in feature, though. Imageflow does auto-select whether to use lossy or lossless based on the source format (png/jpeg) however.
I'm considering adding new commands to the RIAPI syntax that might be relevant: imazen/imageflow#629
Background
We have ImageFlow bundled in 2sxc, a CMS plugin for DNN and Oqtane.
Someone now suggested some changes to set default formats (e.g. auto-switch to webp if supported by the browser). This is of course an interesting idea, irrelevant of the fact that it also has downsides.
But before I pursue this further, I want to be sure we don't create our own conventions for things which are already supported somehow.
The real question
Is there a convention or something to specify configurations, specifically "defaults" for ImageFlow somewhere? Possibly in the
web.config
or something?The text was updated successfully, but these errors were encountered: