如何将rgb颜色正确保存到ppm文件?
作者:Adam 提问时间:10/23/2023
我尝试制作简单的 c 程序,将 rgb 颜色保存到 ppm 文件 usinf 1D 数组。这是一个教育项目 #include <complex.h> #include <math.h> #inclu...
ppm 问答列表
作者:Adam 提问时间:10/23/2023
我尝试制作简单的 c 程序,将 rgb 颜色保存到 ppm 文件 usinf 1D 数组。这是一个教育项目 #include <complex.h> #include <math.h> #inclu...