Yes they need to be in the order you want the processing to occur. Think of a chain of actions. And some options only apply to specific image formats - so quality only affects JPEGs and not PNGs. So if you have a PNG then quality only works if you first change the format to JPEG.
I'm not sure of all the rules, but https://twitter.com/JamesMSouth is the man to ask (but he's a busy man!).
ImageProcessor Query string order
Is there a specific order the query string needs to be built to ensure the query params take hold?
i.e. when placing quality before format the quality query param doesn't seem to take effect.
I can't find anything online to show a specific order or if certain params are dependent on others.
Thanks in advance, Sam
Yes they need to be in the order you want the processing to occur. Think of a chain of actions. And some options only apply to specific image formats - so quality only affects JPEGs and not PNGs. So if you have a PNG then quality only works if you first change the format to JPEG.
I'm not sure of all the rules, but https://twitter.com/JamesMSouth is the man to ask (but he's a busy man!).
is working on a reply...