如何在c中导入图像 [英] how to import an image in c

查看:94
本文介绍了如何在c中导入图像的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何导入图像并访问其像素

how to import an image and access its pixel

推荐答案

图像本质上是一个文件,因此请使用fopen,fread等文件功能来操纵图像. />
此外,图像格式规范(如jpeg,gif,png等)将提供有关如何处理图像的答案
Image is basically a file so use file functions like fopen, fread etc to manipulate the image.

Further, the image format specification (like jpeg, gif, png etc) will have answer about how to process it


这篇关于如何在c中导入图像的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆