HULKs / moments

0 stars 0 forks source link

Transparent images need to have a background #5

Closed h3ndrk closed 9 months ago

h3ndrk commented 11 months ago

Otherwise, highlighted images may overlap with other images, which is hard to see.

h3ndrk commented 9 months ago

Transparent images have now a background in the frontend but the backend seems to convert transparent images to non-transparent ones with black background. We should keep transparency. Switching labels...

schmidma commented 9 months ago

We currently only support JPEG in cache... and jpeg does not support transparency IIRC. We had to switch to a different caching format. Do we really want to do that?

h3ndrk commented 9 months ago

Ah, I forgot about that. No, JPEG is a viable format for the cache.