You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, if you tried to request a PNG with transparency as a non-transparent format (e.g. JPEG), Loris would return a 500 error. Now it converts the image to RGB before returning. Thanks to @dpancic for reporting the issue.