Hi. I have a question about #images, but the original channel was archived. I am using Image Trans
Hi. I have a question about #images, but the original channel was archived.
I am using Image Transformations via the URL format, which has commas to delimit parameters in the path and semicolons to delimit the values in the trim parameter. My understanding from the spec was that these are both completely legitimate in the path of a URI but I am seeing some systems complain (Google Merchant Centre for example). Are other people encoding them?
I am using Image Transformations via the URL format, which has commas to delimit parameters in the path and semicolons to delimit the values in the trim parameter. My understanding from the spec was that these are both completely legitimate in the path of a URI but I am seeing some systems complain (Google Merchant Centre for example). Are other people encoding them?
format=auto,background=%23fff,trim=10;10;10;10 vs format=auto%2Cbackground=%23fff%2Ctrim=10%3B10%3B10%3B10 for example (the # in the colour always needs encoding).

