imgflo / imgflo-server

HTTP image processing server based on imgflo
48 stars 7 forks source link

Don't default to JPG with transparent input images #32

Open jonnor opened 9 years ago

jonnor commented 9 years ago

Currently we default to JPG for everything, even when input images is PNG (or similar) with transparency. This kills the transparency (replaced with pure black), which neccesitates imgflo-url to try to deduce the format of an image in order to prevent it. This does not always work (misleading or missing extensions)...