💾 Archived View for bbs.geminispace.org › s › Lagrange › 1942 captured on 2023-12-28 at 17:57:47. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-11-14)

➡️ Next capture (2024-02-05)

🚧 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

Jun 14 · 6 months ago

1 Comment

🚀 skyjake · 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.