Just wondering if anyone else is running into this—starting yesterday, it looks like the fill parameter isn’t working properly for images that aren’t already cached.
On our site, we use fit=fill along with a white background (bg=FFFFFF) to ensure user-uploaded logos display as uniform squares. Until recently, that’s been working fine. But I noticed yesterday that when a new image is uploaded, the fill doesn’t get applied.
To rule out something on our end, I tested with an example straight from Gumlet’s docs:
Cached version (works):
?mode=fill&fill=solid&width=500&height=500&fill-color=c0c0c0&format=auto
Changing just the size to 400x400 (uncached) breaks it:
?mode=fill&fill=solid&width=400&height=400&fill-color=c0c0c0&format=auto