Projects in Awesome Lists tagged with pgm
A curated list of projects in awesome lists tagged with pgm .
https://github.com/chrdavis/pifshellextensions
Windows Shell extension to allow image types such as Portable Pixmap Format (PPM), Portable Graymap Format (PGM) and Portable Bitmap Format (PBM) to get thumbnail, properties and data object support in Windows Explorer. Both ascii and binary versions of the above formats are supported. This extension will render thumbnails and properties (width, height, dimensions, bit depth) which will display in Windows Explorer. It also implements a data handler extension which will permit copying the file from Explorer and pasting in applications such as MSPaint or Photoshop.
cpp image-format pbm pgm ppm shell-extension thumbnails windows windows-explorer windows-shell
Last synced: 14 Apr 2025
https://github.com/dbrant/imageformats
Library for decoding obscure graphics formats, such as Targa (.TGA), Sun raster (.RAS, .SUN), ZSoft (.PCX), Netpbm (.PPM, .PGM, .PBM, .PNM), Amiga (LBM, PIC), SGI, MacPaint, and DICOM.
amiga c-sharp csharp dicom dotnet imageformats macpaint netpbm pcx pgm ras sgi targa tga xpm
Last synced: 06 Jul 2025
https://github.com/renatogeh/gospn
A free, open-source inference and learning library for Sum-Product Networks (SPN)
classification dataset deep-learning golang gonum graph hacktoberfest image-reconstruction inference natural-language-processing pgm probability spn statistics
Last synced: 23 Mar 2025
https://github.com/zertovitch/gid
GID (Generic Image Decoder): a standalone, portable generic Ada package for decoding images
ada ada-language ada-library bmp bmp-decoder gif gif-decoder image-processing jpeg jpeg-decoder jpg pgm pgm-reader png png-decoder pnm qoi steganography targa tga
Last synced: 14 Mar 2025
https://github.com/toruniina/pnm
pbm, pgm, ppm image IO for modern C++ (single header only library)
c-plus-plus image pbm pgm pnm ppm
Last synced: 15 Apr 2025
https://github.com/natshah/natshah-image-converter
To Convert Directory of Images ( JPG, JPEG, PNG, BMP, PBM, PGM, PPM, XBM ) to a directory of any other images ( JPG , JPEG, PNG, BMP, PBM, PGM, PPM, XBM ) , which can change the size for all of them. using C++ and QT Library.
bmp converter directory folder image-processing jpeg natshah-image-converter pgm xbm
Last synced: 01 Apr 2025
https://github.com/fs02/pgm-plus
A C++ Probabilistic Graphical Model Library
Last synced: 28 Oct 2025
https://github.com/team-charls/netpbm-wic-codec
Windows Imaging Component (WIC) for Netpbm (.pgm, .ppm) files
Last synced: 14 Mar 2026
https://github.com/koriavinash1/pgm
Graph: Representation, Learning, and Inference Methods
active-trails bayesian-inference bayesian-network bfs bn-representation dfs gibbs-sampling gibbs-sampling-algorithm graph inference loopy-belief-propagation markov-networks message-passing-interface metropolis-hastings pgm pgm-inference pgm-learning pgm-representation probability
Last synced: 17 Mar 2025
https://github.com/quadnucyard/pgm-exactinference
曾经是高志强老师的概率图模型精确推理作业,现已使用XMake和c++23魔改
Last synced: 07 Sep 2025
https://github.com/QuadnucYard/PGM-ExactInference
曾经是高志强老师的概率图模型精确推理作业,现已使用XMake和c++23魔改
Last synced: 12 Mar 2025
https://github.com/umutsevdi/rle-img-compression
A Utility program that can compress PGM images using Run Length Encoding Algorithm or reconstruct them without loss.
c image pgm pgm-image rle rle-compression-algorithm
Last synced: 14 Mar 2026
https://github.com/gha3mi/forimage
ForImage - A Fortran library for processing and editing PNM images and managing colors.
color decimal fortran fortran-package-manager hexadecimal hsl hsv image pbm pgm pnm ppm rgb
Last synced: 11 Jan 2026
https://github.com/durobot/export_ppm
A couple of functions to export data as a PPM/PGM image file from your Zig code
pgm pgm-format pgm-image pgm-writer ppm ppm-format ppm-image zig zig-package ziglang
Last synced: 06 Nov 2025
https://github.com/digitsensitive/foxviewppm
Lightweight image viewer written in C and SDL2
c c-programming image image-viewer pbm pgm ppm ppm-image sdl sdl2 viewer
Last synced: 08 Apr 2025
https://github.com/owainkenwayucl/pnmmodules
Modules for writing (and maybe one day reading?) PGM/PBM in various languages
c common-lisp go javascript julia pascal pbm pgm pnm python r swift
Last synced: 06 Apr 2026
https://github.com/dnyarri/pypnm
Pure Python PGM and PPM image files read/write support, both 8 and 16 bits per channel.
bitmap image image-format pgm pgm-format pgm-image pnm pnm-format pnm-image ppm ppm-format ppm-image python python-3 python-library python3
Last synced: 27 Feb 2026
https://github.com/julianazambon/programming2-imageprocessing
Use of advanced techniques for software development. Practices for medium and high complexity software development projects.
comparacao-de-imagens lbp pgm processamento-de-imagens
Last synced: 14 Mar 2025
https://github.com/umer-farooq-cs/canny-edge-detector
High-performance Canny edge detector with CPU and CUDA implementations. Loads PGM images, performs Gaussian smoothing, gradients, non-max suppression, and hysteresis. Benchmarks both paths, outputs edge maps, and reports speedup. Simple Makefile, sample images included.
c canny-edge-detection computer-vision cpp cuda gpu high-performance-computing image-processing nvcc pgm
Last synced: 18 Apr 2026
https://github.com/redmanmale/imageformats
Library for decoding obscure graphics formats, such as Targa (.TGA), Sun raster (.RAS, .SUN), ZSoft (.PCX), Netpbm (.PPM, .PGM, .PBM, .PNM), .SGI, and DICOM.
csharp decoding dicom graphics images library netpbm pbm pcx pgm pnm ppm ras sgi sun targa tga zsoft
Last synced: 14 Jan 2026
https://github.com/owainkenwayucl/mandel
Various code to generate mandelbrot sets.
benchmark c common-lisp fortran go javascript julia mandelbrot pgm python r swift
Last synced: 07 Apr 2026
https://github.com/ax-va/project-bayesianpy
This is a collection of algorithms and models written in Python for probabilistic programming. The main focus of the package is on Bayesian reasoning by using Bayesian networks, Markov networks, and their mixing.
bayesian-inference bayesian-machine-learning bayesian-network bayesian-networks bayesian-reasoning inference machine-learning machine-learning-algorithms markov-network markov-networks pgm probabilistic-graphical-models probabilistic-programming probabilistic-reasoning
Last synced: 31 Dec 2025
https://github.com/fentas/mips-pgm-image-processing
Rechnerorganisation: Hausaufgabe MIPS-Assembler (PGM processing)
image-processing mips pgm rechnerorganisation tu-berlin
Last synced: 27 Jun 2026
https://github.com/aditeyas/8700-assignment-1
ppm and pgm image rotation in cpp
cpp pgm ppm singleton-design-pattern
Last synced: 24 Mar 2025
https://github.com/sskender/machine-learning-1
Machine Learning 1 FER labs
fer knn ldm linear-discriminant-classifier linear-regression linear-regression-classification logistic-regression logistic-regression-classifier machine-learning machine-learning-algorithms pgm struce svm
Last synced: 22 Mar 2025
https://github.com/2kabhishek/pgm-resize
For your PGM resizng needs 🖼⚒️
c cli image-processing pgm resize tool
Last synced: 30 May 2026
https://github.com/stevensys/pgm2chr
Simple command line tool that converts a PGM image file to a Famicom/NES CHR tileset file
command-line command-line-tool conversion convert convert-image convert-images convertor famicom image nes nintendo nintendo-famicom nintendo-nes pgm pgm-image tile tiles tileset tilesets tool
Last synced: 09 Sep 2025
https://github.com/kybr/cb
a framework for efficient distribution of ephemeral data
broadcast libuv multicast network-programming pgm udp
Last synced: 07 Jun 2026
https://github.com/sunsided/pgm
C# based experiments in probabilistic graphical models
artificial-intelligence csharp experiment naive-bayes pgm probabilistic-graphical-models
Last synced: 07 Apr 2025