本文介绍了C函数将原始图像转换为png的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有没有任何c函数,允许我将原始图像转换为PNG文件?
优选地,我不需要拉入一个大的库。

Is there any c function that allow me to convert a raw image to a PNG file?Preferably, I don't need to pull in a big library for that.

谢谢。

推荐答案

我不这么认为。另一方面,不是一个庞大的图书馆。

I do not believe so. On the other hand, libpng isn't a huge library.

这篇关于C函数将原始图像转换为png的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-29 02:17