💾 Archived View for bbs.geminispace.org › s › Lagrange › 1942 captured on 2024-02-05 at 14:39:10. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-12-28)

➡️ Next capture (2024-03-21)

🚧 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 · 8 months ago

1 Comment

🚀 skyjake [mod...] · 2023-06-14 at 19:05:

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.