Working with images in C++ or C

后端 未结 5 902
北荒
北荒 2021-02-06 12:24

The first thing is that I am a beginner. Okay?

I\'ve read related answers and questions, but please help me with this problem:

How can I open an JPEG image file

5条回答
  •  故里飘歌
    2021-02-06 12:57

    libgd is about the easiest, lightest-weight solution.

    gdImageCreateFromJpeg
    gdImageCopyMergeGray
    gdImageCopyResized
    

    Oh, and it's all C.

提交回复
热议问题