https://github.com/peplxx/netpbm-cpp
This GitHub repository contains C++ code for image processing in PPM (Portable Pixel Map) format. The code provides functionality for writing images in the PPM format.
https://github.com/peplxx/netpbm-cpp
cpp image image-processing netpbm ppm-image
Last synced: 19 days ago
JSON representation
This GitHub repository contains C++ code for image processing in PPM (Portable Pixel Map) format. The code provides functionality for writing images in the PPM format.
- Host: GitHub
- URL: https://github.com/peplxx/netpbm-cpp
- Owner: peplxx
- License: mit
- Created: 2023-12-20T20:01:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-21T12:30:49.000Z (almost 2 years ago)
- Last Synced: 2025-04-06T19:51:14.309Z (7 months ago)
- Topics: cpp, image, image-processing, netpbm, ppm-image
- Language: C++
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# netpbm-cpp
Implementation instuments for processing 2d and 3d rendering images.
Output format: ppm.
# Galary (2d entities):
Circles:


Rectangles:

Lines:


# Usage:
```
compiled > image_name.ppm
```