💾 Archived View for bbs.geminispace.org › s › Lagrange › 1942 captured on 2023-09-08 at 16:24:55. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-07-22)

➡️ Next capture (2023-11-04)

🚧 View Differences

-=-=-=-=-=-=-

On the feature list, there is no list supported image format.

gemini://skyjake.fi/lagrange/

Lagrange seems to support jpg, png and webp.

Posted in: s/Lagrange

🚀 Remy

2023-06-14 · 3 months ago

1 Comment

🚀 skyjake

The answer is a bit complicated to include in the list.

Lagrange uses stb_image on all platforms. The library supports these formats:

(GIF animation is NOT supported.)

WebP support is optional but I've included it in most (all?) prebuilt binaries. If you build from source, it may be missing.

I have not verified if all these formats actually work. stb_image can auto-detect many formats, but some may require hints that I'm not providing at the moment.