Closed sshyub closed 3 years ago
Support a default output format with ability to keep the original format. Note that format command will be honored If it is present in the request.
format
For example, the given configuration:
<VirtualHost *:80> ... DimsDefaultOutputFormat jpg DimsIgnoreDefaultOutputFormat png gif ... </VirtualHost>
Any images but png and gif will be converted to jpg format if no format command is present in the request.
png
gif
jpg
Support a default output format with ability to keep the original format. Note that
format
command will be honored If it is present in the request.For example, the given configuration:
Any images but
png
andgif
will be converted tojpg
format if noformat
command is present in the request.