How do I create an image?

This page summarizes the projects mentioned and recommended in the original post on /r/cpp_questions

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • stb

    stb single-file public domain libraries for C/C++

    It looks like https://github.com/nothings/stb has an image writer library as a single header. If you were to save the image writer header next your source and #include “name_of_header.h”, it looks like you can build an array similar to your first example and write it to file.

  • ImageMagick

    🧙‍♂️ ImageMagick 7

    ImageMagick supports a ton of image formats, and provides a library interface to read, write, and manipulate images.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

  • libjpeg-turbo

    Main libjpeg-turbo repository

    Different image formats are implemented by their own libraries, usually. libpng for PNG files, libjpeg-turbo is one of the ones for JPEG files, and so on.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts