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: 3 months 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-21T12:30:49.000Z (over 1 year ago)
- Last Synced: 2025-02-13T01:51:19.965Z (5 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
```