2D image packing

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

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

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

    This is an ad hoc implementation for packing png pictures for printing. What this does is it take a png size like 300x300 and outputs an 300 DPI A4 with that input picture. You can specify how many copies it should make. Example pprint input1.png 5 input2.png -o o.png creates 5 copies of input1.png, 1 copies of input2.png and outputs o.png as 300 DPI A4. Rotation is not implemented. This makes use of https://github.com/nothings/stb/blob/master/stb_rect_pack.h for packing rectangles.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

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