GitHub topics: pgm-image
Dnyarri/PyPNM
Pure Python PGM and PPM image files read/write support, both 8 and 16 bits per channel.
Language: Python - Size: 750 KB - Last synced at: 4 days ago - Pushed at: 5 days ago - Stars: 1 - Forks: 0

behreajj/AsePnmIo
Import and export binary or ASCII pbm, pgm and ppm files in Aseprite.
Language: Lua - Size: 177 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 4 - Forks: 0

hsytkm/PpmDecoderSharp
Decode Portable PixMap (ppm) images in C#
Language: C# - Size: 4.77 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - 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: 5 days ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

dadul96/PortableGrayMapToText
Converts a special Portable GrayMap (.pgm) picture back into a text file.
Language: C++ - Size: 146 KB - Last synced at: 8 months ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 1

dadul96/TextToPortableGrayMap
Converts a text file into a Portable GrayMap (.pgm) picture.
Language: C++ - Size: 141 KB - Last synced at: 8 months ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

HaiderABB/PGM-image-editor
Implementation of an image editor for the .pgm image format in C++ using 2-Dimensional Arrays
Language: C++ - Size: 46.9 KB - Last synced at: 2 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

minetsh/pgm-sample
PGM image sample.
Language: Java - Size: 414 KB - Last synced at: about 1 year ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

AOSXAP/imageProcessing
Image Processing library PGM
Language: C++ - Size: 3.34 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

AbdulhalimYAYDEMIR/Image_Processing
Homeworks and Laboratories of İmage Processing Lecture
Language: Jupyter Notebook - Size: 4.84 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

TheOnceAndFutureSmalltalker/ros_map_editor
Qt based tool for editing maps generated by ROS gmapping package.
Language: Python - Size: 31.3 KB - Last synced at: about 1 year ago - Pushed at: almost 6 years ago - Stars: 26 - Forks: 8

fzehracetin/sobel-edge-detection-in-c
This is small image processing project which can read&write pgm images in C language and applies sobel edge detection on them.
Language: C - Size: 4.69 MB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 4

qazi0/csteganograph
CLI tool to embed messages into PGM images and decoding them
Language: C - Size: 622 KB - Last synced at: about 1 year ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

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: 17 days ago - Pushed at: over 4 years ago - Stars: 5 - Forks: 1

umutsevdi/rle-img-compression
A Utility program that can compress PGM images using Run Length Encoding Algorithm or reconstruct them without loss.
Language: C - Size: 622 KB - Last synced at: 14 days ago - Pushed at: over 3 years ago - Stars: 4 - Forks: 1

locus-x64/image-processing
An image processing program that reads an ASCII P2 form of PGM image format and perform some image processing operation on it, like rotate, scale, horizontal and vertical flip and invert.
Language: C++ - Size: 483 KB - Last synced at: about 1 month ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

Franreno/GeneticImages
Reproduce .pgm images with a Genetic Algorithm
Language: C++ - Size: 4.63 MB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

megaVE/image-processing-tasks
My solution for the proposed tasks from the Image Processing discipline, during the 5th period of the course | Resoluções minhas dos trabalhos propostos durante a disciplina de Processamento de Imagem, no 5º Período do curso
Language: C - Size: 7.05 MB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

pablogarciabenayas/ForkJoin-ThreadPool
Concurrent PGM image file Java processor
Language: Java - Size: 96.7 KB - Last synced at: over 1 year ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

MihaiMocanuGit/ImageProcessing
PortablePixelMap Image processing
Language: C++ - Size: 625 KB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

FaddyManatee/pgm-gtopo30-utilities
pgm image and GTOPO30 elevation data utilities written from scratch in C for COMP1921 - Programming Project at the University of Leeds.
Language: C - Size: 41.5 MB - Last synced at: 5 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

nluka/cpp-pgm8
Small C++ library for reading and writing 8-bit grayscale PGM image files.
Language: C++ - Size: 18.6 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

peterwzhang/PGMBinaryEncoder
This program has five functions that will work together with the code in main.c to encode and decode binary messages from/into PGM images.
Language: C - Size: 1.95 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

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: almost 6 years ago - Stars: 11 - Forks: 4

huzaifakhan04/basic-greyscale-image-processing
This repository is a collection of fundamental digital image processing operations and algorithms performed on greyscale images, or Portable Grey Map (PGM) files, using different data structures in C++, as part of an assignment and final project module for the Data Structures (CS2001) course.
Language: C++ - Size: 83 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

realspal/image-data-embedding
Information or data embedding in image files using 1-LSB and 2-LSB substitution with OPAP option and calculation of MSE and PSNR.
Language: C - Size: 277 KB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 1

celineuygun/PGM-Image-Processing
Basic Operations on Image Processing Using PGM File Format
Language: C - Size: 2.75 MB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

RamadanIbrahem98/huffmanCoding
Huffman Compression Algorithm Implementation on PGM photo format
Language: C++ - Size: 8.86 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 1

rarycoringa/processamento-imagem
🖼️ CLI de Processamento de Imagem em formato .pgm com aplicação de filtros e manipulações
Language: C++ - Size: 1010 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

tkukurin/Lab.MultimediaArchitecturesAndSystems
University work. C implementation of various image transformation techniques.
Language: C - Size: 1.29 MB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

hsusanoo/image-correction
processing pgm images using convolution product
Language: C - Size: 86.9 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0
