Setting a default quality and format in configuration #359
Answered
by
JimBobSquarePants
jonasboman
asked this question in
Q&A
-
Hi Could you in configurations set default format and quality and thus disable the ability to alter the settings by using querystring parameters? |
Beta Was this translation helpful? Give feedback.
Answered by
JimBobSquarePants
Mar 14, 2024
Replies: 1 comment 2 replies
-
You can set your own encoder via the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Configuration stems from ImageSharp and allows registration of custom formats. Processors are registered in your DI setup. Have a look at the sample app in the repo.