An open API service providing repository metadata for many open source software ecosystems.

Topic: "ppm-image"

jgreitemann/colormap

C++ headers for mapping values to colors and creating PPM images from them

Language: C++ - Size: 352 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 46 - Forks: 13

arasgungore/filters-and-fractals

A C project which implements various image processing operations and recursive fractal generating algorithms.

Language: C - Size: 11 MB - Last synced at: about 2 months ago - Pushed at: almost 3 years ago - Stars: 21 - Forks: 1

leimao/PPMIO

PPM Image I/O Library for C/C++

Language: C++ - Size: 2.79 MB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 11 - Forks: 2

thinks/pnm-io

Single file, header-only, no-dependencies C++ module for reading and writing images in the PPM and PGM formats.

Language: C++ - Size: 128 KB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 11 - Forks: 4

farouk-ounane/mandelbrot_cpp

Draw the mandelbrot-set in C++

Language: C++ - Size: 85.9 KB - Last synced at: 21 days ago - Pushed at: over 2 years ago - Stars: 10 - Forks: 4

jcbritobr/pnm

PNM is a collection of open image formats. This library supports ppm, pgm and pbm formats,

Language: Go - Size: 868 KB - Last synced at: about 2 months ago - Pushed at: over 4 years ago - Stars: 5 - Forks: 1

behreajj/AsePnmIo

Import and export binary or ASCII pbm, pgm and ppm files in Aseprite.

Language: Lua - Size: 177 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 4 - Forks: 0

raphaelsenn/newton-raphson-fractals

Generate stunning Newton-Raphson fractal images in .ppm format, with your own polynomials.

Language: C++ - Size: 1.22 MB - Last synced at: about 2 months ago - Pushed at: 7 months ago - Stars: 3 - Forks: 1

digitsensitive/FoxViewPPM

Lightweight image viewer written in C and SDL2

Language: C - Size: 4.27 MB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

velimir/imgutils

Image utilities for Elixir

Language: C - Size: 47.9 KB - Last synced at: 2 days ago - Pushed at: almost 6 years ago - Stars: 3 - Forks: 0

Durobot/export_ppm

A couple of functions to export data as a PPM/PGM image file from your Zig code

Language: Zig - Size: 18.6 KB - Last synced at: 1 day ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

dagronf/PPMKit

Simple read/write PPM files (P3/P6) in Swift (macOS, iOS, tvOS, watchOS, macCatalyst, Linux)

Language: Swift - Size: 709 KB - Last synced at: 23 days ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 1

lebrancconvas/Typescript-Graphics

Doing Computer Graphics Stuff with Typescript.

Language: TypeScript - Size: 12.7 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

Apipilikas/imageEditor

This is the project for the course C++ at AUEB for the year 2019-2020. The main goal of this project was to implement functions and libraries so that we can proccess an image. The latter happens by choosing among a small variety of filters.

Language: C++ - Size: 125 MB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

vanpana/JPEG-Encoder-Decoder

Takes a raw PPM image then encodes it and decodes it back to raw PPM.

Language: Python - Size: 11.3 MB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 1

Dnyarri/PyPNM

Pure Python PGM and PPM image files read/write support, both 8 and 16 bits per channel.

Language: Python - Size: 821 KB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 1 - Forks: 0

hsytkm/PpmDecoderSharp

Decode Portable PixMap (ppm) images in C#

Language: C# - Size: 4.77 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

dmamakas2000/filter-ppm-cpp

An academic project featuring a PPM image editor with custom 2D data representation, file handling, and image processing filters using C++. Supports reading, writing, and parametric transformations via runtime arguments. Highlights core concepts in image manipulation and data management.

Language: C++ - Size: 63.6 MB - Last synced at: 2 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

michaeltoddprogramming/COS284PA05

Repo for Assembling Tears Practical Assignment 5

Language: Assembly - Size: 8.37 MB - Last synced at: about 2 months ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

VerzatileDevOrg/C_image_processing

A simple application that allows a user to process images in C

Language: C - Size: 4.26 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 2

paraskevasleivadaros/Portable-Pixel-Map-Filters

Computer Programming With C++ [INF 3321]

Language: C++ - Size: 21.4 MB - Last synced at: 2 days ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

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.

Language: C++ - Size: 11.7 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

elbosso/imageio-codecs

This project contains some codecs for images not normally supported by java (PPM, PAM, TGA)

Language: Java - Size: 164 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

lyquid/ktpUtils

Utility functions and classes.

Language: C++ - Size: 35.2 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

Seudonym/PathTracer-CPP

A multi-threaded C++ path tracer that runs on the CPU, and outputs an image.

Language: C++ - Size: 34.9 MB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

KyleSmith19091/gradient-image-generator

A simple image generator that generates an image with a gradient between two colours

Language: C++ - Size: 131 KB - Last synced at: 2 months ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

MaciekTalaska/tinyppm

tiny Rust library for loading .ppm files

Language: Rust - Size: 23.4 KB - Last synced at: 16 days ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 3

denisov0gleb/ppmImageLib

Library on ANSI C for creating PPM images (bitmap)

Language: C - Size: 26.4 KB - Last synced at: 7 months ago - Pushed at: almost 6 years ago - Stars: 1 - Forks: 0

zaryabmakram/PPMImageEditor

A simple editor to apply basic filters on PPM images.

Language: C - Size: 2.27 MB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 0

mnaruniec/ASM-Grayscale

Color-to-grayscale converter of .ppm images in Assembly x86-64 (Assembly Language course assignment #1)

Language: C - Size: 2.93 KB - Last synced at: almost 2 years ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

jzwood/YART

Yet Another Ray Tracer

Language: Haskell - Size: 3.54 MB - Last synced at: about 6 hours ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

samuelbsource/ppm-reader

Can read the PPM file format with JavaScript embedded in HTML

Language: HTML - Size: 27.3 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

Kraken57/graphiX.c

Simple 2D Graphics Library from scratch in C

Language: C - Size: 278 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

alexciornei22/parallel-marching-squares

Parallel marching squares algorithm using pthreads

Language: C - Size: 64.3 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

anachrocomputer/MSP430N1202Img

Display an image on a Nokia 1202 LCD using the MSP430 microcontroller

Language: C - Size: 7.81 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

justin-marian/sobel-detector

PPM image operations such as concatenation, rotation, edge detection using the Sobel operator, and generating color patterns from Pascal's triangle.

Language: Scala - Size: 2.79 MB - Last synced at: 12 days ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Uzair-Fasih/saeko

🌸 A tiny supercharged Portable Pixel Map (PPM) viewer written in Rust and Svelte.

Language: Svelte - Size: 180 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

AjaxxIsHere/Median-Image-Filter-In-C

This is an image filter program that reads hsdec files and applies a median image filter over them!

Language: C - Size: 1.3 MB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Thyodas/raytracer

💡 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.

Language: C++ - Size: 11.5 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

mgagvani/TJHSST_ComputerVision

Code for Computer Vision class at TJHSST

Language: C++ - Size: 149 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Chahat08/ppm

For working with Portable Pixel Map images!

Language: C++ - Size: 15.6 KB - Last synced at: about 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

labibdotc/image_compression_decompression

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 :)

Language: C - Size: 701 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

sooophies/pplib

A simple PPM image library

Language: Rust - Size: 17.6 KB - Last synced at: 5 days ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

ApophisXIV/Simple-Raytracer

Algo1 - 9511 - 2C 2021 | Simple ray tracing project in C. Developed as a practical project for the Algorithms and Programming 1 course, FIUBA (Facultad de Ingenieria de la Universidad de Buenos Aires).

Language: C - Size: 9.56 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Saw8888/Image-Loader-OpenGL

Language: C - Size: 5.86 KB - Last synced at: 6 months ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

undercooked-software/uc-rpm

An encoder for the RAWBITS portable pixmap file format.

Language: C - Size: 205 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

Unbewohnte/rwppm

Singe file drop-in read/write PPM library for C and C++

Language: C++ - Size: 229 KB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

ekinakkaya/easyppm

Small C library for creating image files.

Language: C - Size: 27.3 KB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

tiagoserique/photomosaic

Creates a photographic mosaic with PPM images

Language: C - Size: 4.51 MB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

maeroso/connected-components

Language: C - Size: 3.91 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

y1z/ppm_and_pam_format_experiment

Just me messing around with the .ppm and .pam format in rust

Language: Rust - Size: 67.4 KB - Last synced at: 2 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

y1z/pam_image_viewer

It's a image viewer for the .pam file format made in rust

Language: Rust - Size: 72.3 KB - Last synced at: 2 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

dimikave/dip_auth

Homework Assignents on Digital Image Processing Course / Aristotle University of Thessaloniki / Summer Semester 2021

Language: MATLAB - Size: 14.9 MB - Last synced at: 7 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

pirtwo/ppm-viewer

Terminal PPM image viewer

Language: C++ - Size: 577 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

JanPoonthong/PPM

Portable Pix-map Format

Language: Python - Size: 93.8 KB - Last synced at: 6 days ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

meurissemax/info0004-2 📦

Projects realized in object-oriented programming.

Language: C++ - Size: 1.39 MB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

Gryfenfer97/MNIST-Extractor

Simple app in python to extract the images in the MNIST data set

Language: Python - Size: 1.95 KB - Last synced at: 2 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

massimo-marino/sg

A simple set of graphics tools

Language: C++ - Size: 76.2 KB - Last synced at: 3 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

jmsquare/optical-character-recognition

This repository provides 2 functions to read contents and metadata from image pdf files (read.ocr) and from Word document (read.docx). Read.ocr function uses tesseract method to make optical character recognition (OCR) on image pdf file. Read.docx function unzips .docx file to convert to xml file and extract data.

Language: R - Size: 2.93 KB - Last synced at: 3 months ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

hspsh/flaschentaschen

Arduino Flashentashen implementation.

Language: C++ - Size: 248 KB - Last synced at: about 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 2

Burbon13/AVDP 📦

Babes Bolyai University - Audio & Video Data Processing course (project)

Language: Python - Size: 6.91 MB - Last synced at: about 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

BFreitas16/FilePPM

PPM Image manipulation

Language: Haskell - Size: 3.91 KB - Last synced at: almost 2 years ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

PGreatness/Line-Maker

Make a line using PPM

Language: JavaScript - Size: 3.91 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

jack994/PPM_Steganography

Size: 514 KB - Last synced at: 3 months ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

abmaeld/cataract

Cataract is a software that uses Image processing to diagnose cataract.

Language: C++ - Size: 13.7 MB - Last synced at: almost 2 years ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

SurayaAtouraya/Mean_Median_Photo_Filter

This program takes a PPM photo as input and applies a mean or median filter and stores the file in an output specified.

Language: C - Size: 8.79 KB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

plopgrizzly/aci_ppm

Small library for parsing ppm image files.

Language: Rust - Size: 633 KB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

brenocsp/image-segmentation

Image segmentation algorithm from .pgm to .ppm

Language: C - Size: 3.6 MB - Last synced at: over 1 year ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

fgulan/mas-fer

Multimedia Architecture and Systems homework assignments

Language: C - Size: 4.29 MB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 1

moiid212834/ppm-image-editor-C

A simplified PPM image editor

Language: C - Size: 1.44 MB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0