What’s the simplest C image library for loading and saving? I just want a 2D array to test some algorithms, and built-in functions are not needed.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
All these libraries are way too complicated for me. In your place I’d grit my teeth, define an abstraction for a dynamic two-dimensional array, and I’d read and write plain ASCII PNM format.