Image compression

How does the image compression work in Litium? I have a image in the media archive with a size of 3.2 MB but when I use it on a website it comes out with a size of 0.5 MB so there is some compression done somewhere. I have not been able to figure out where though. Is it possible manage how much compression is used in some way?

Litium version: 7.2

Litium is using inbuilt .Net classes to resize the image. You can switch out and replace the image resizer that exists in Litium, see Custom image resizer

OK, thanks. But is there a way I can still use the inbuilt compression but make it compress less?

It’s not possible to change the settings for the inbuilt resizer, you need to implement the own functionality.