What is the simplest RGB image format?

后端 未结 4 1277
逝去的感伤
逝去的感伤 2020-12-14 00:26

I am working in C on a physics experiment, Young\'s interference experiment and i made a program who prints to file a huge bunch of pixels :

for         


        
4条回答
  •  攒了一身酷
    2020-12-14 00:59

    You probably want to use the PPM format which is what you're looking for: a minimal header followed by raw RGB.

提交回复
热议问题