C++ headers for mapping values to colors and creating PPM images from them
-
Updated
Jun 8, 2022 - C++
C++ headers for mapping values to colors and creating PPM images from them
Single file, header-only, no-dependencies C++ module for reading and writing images in the PPM and PGM formats.
Draw the mandelbrot-set in C++
tiny Rust library for loading .ppm files
Arduino Flashentashen implementation.
Takes a raw PPM image then encodes it and decodes it back to raw PPM.
Generate stunning Newton-Raphson fractal images in .ppm format, with your own polynomials.
Multimedia Architecture and Systems homework assignments
A simple editor to apply basic filters on PPM images.
A C project which implements various image processing operations and recursive fractal generating algorithms.
💡 Raytracer that generates images of a scene (cfg file) by simulating light boucing on the geometry. It handles basic shape like triangle, spheres but also complexe shape via .obj files.
Filtering and operations with images using files in ppm format.
Projects realized in object-oriented programming.
Algorithm compresses image by taking diagonal averages of pixels and storing every four pixels in one pixel which reduces size significantly. Most images tested don't lose more than 2%. Decompression algorithm implemented too. Have fun trying it with the display in a ssh -X. Make sure you install X-quartz :)
Can read the PPM file format with JavaScript embedded in HTML
Add a description, image, and links to the ppm-image topic page so that developers can more easily learn about it.
To associate your repository with the ppm-image topic, visit your repo's landing page and select "manage topics."