寻找一些代码来编写 .gif 或 .png 文件(不是 libpng)

发布于 2025-01-06 04:45:52 字数 154 浏览 1 评论 0原文

我正在一个非常简约的网络服务器上工作,它从微控制器获取数据并输出一些简单的图表。该服务器可能会在嵌入式设备上运行,我希望代码尽可能小,并且最好没有依赖项。 我不想最终使用 libpng (和 zlib),所以我想知道是否有人拥有或知道一些小代码来编写纯 png 或 gif (调色板,无压缩)。

I am working at a very minimalistic web server that gets the data from a microcontroller and will output some simple charts. That server will possibly run on embedded devices, and I would like to keep the code as small as possible, and ideally without dependencies.
I don't want to end up using libpng (and zlib), so I was wondering if anyone has or knows some little code to write a plain png or gif (palleted, no compression).

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

夜空下最亮的亮点 2025-01-13 04:45:52

我知道这是一个古老的问题,但我为此使用了 LodePNG

它是一个 C90 文件(加上标头),并且没有 zlib 或 libpng 依赖项。它还具有许多#define,用于剥离更小的内容。

I know this is an ancient question, but I have used LodePNG for just this.

It's a single C90 file(plus header) and has no zlib or libpng dependencies. It also has a lot of #define's for stripping even smaller.

轮廓§ 2025-01-13 04:45:52

您可以使用 Raphaël 之类的东西在客户端上运行绘图。

You could possibly run the plotting on the client by using something like Raphaël instead.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文