color-quantization

There are 67 repositories under color-quantization topic.

  • dbohdan/hicolor

    🎨 Convert images to 15/16-bit RGB color with dithering

    Language:C199456
  • nQuantCpp

    mcychan/nQuantCpp

    nQuantCpp includes top 6 color quantization algorithms for visual c++ producing high quality optimized images.

    Language:C++110779
  • zygisS22/color-palette-extraction

    Create a color palette using median cut with Javascript

    Language:JavaScript1073333
  • esimov/colorquant

    Go library for color quantization and dithering

    Language:Go85605
  • blenderskool/pigmnts

    🎨 Color palette generator from an image using WebAssesmbly and Rust

    Language:Rust743264
  • rscolorq

    okaneco/rscolorq

    Spatial color quantization in Rust

    Language:Rust61172
  • hou-yz/color_distillation

    [CVPR 2020] "Learning to Structure an Image with Few Colors". Critical structure for network recognition. #explainable-ai

    Language:Python514113
  • tessarin/dither

    Small image utility featuring an implementation of the median-cut color quantization algorithm and Floyd-Steinberg dithering in C.

    Language:C47528
  • qq15725/modern-gif

    🚀 JavaScript GIF Codec.

    Language:TypeScript45355
  • dstein64/k-means-quantization-js

    Apply color quantization to images using k-means clustering.

    Language:JavaScript37415
  • Eroica/Paletti

    Paletti reduces an image into fewer colors to simplify it visually or to create color palettes.

    Language:Kotlin37333
  • Pavankunchala/Deep-Learning

    This repo provides projects on deep-learning mainly using Tensorflow 2.0

    Language:Python331017
  • nQuant.cs

    mcychan/nQuant.cs

    Fast pairwise nearest neighbor based algorithm with C# console

    Language:C#22347
  • PnnQuant.js

    mcychan/PnnQuant.js

    Fast pairwise nearest neighbor based algorithm with javascript

    Language:JavaScript20144
  • olvb/colorcrush

    Color quantization with octrees and dithering

    Language:C18404
  • safakozdek/Color-Quantization

    Color quantization is the process of reducing number of colors used in an image while trying to maintain the visual appearance of the original image.

    Language:Python16207
  • haroldo-ok/RgbQuant-SMS.js

    RgbQuant.js adapted for quantizing images for the Sega Master System hardware

    Language:JavaScript154111
  • redwarp/kmeans-gpu

    K-means clustering for image color quantization running on GPU

    Language:Rust151100
  • JuliaSzymanska/Artificial-Intelligence

    Implementing Artificial Neural Network training process in Python

    Language:Python14102
  • sanjanprakash/Color-based-Image-Segmentation-using-K-Means-clustering

    This project is an attempt at performing color quantization using K-Means clustering. We also add our own touch by trying a different initialization strategy for the cluster centroids and qualitatively compare our results.

    Language:Python13105
  • agarun/kume

    Visualizing dominant colors and color quantization with k-means clustering

    Language:JavaScript10302
  • ogus/kmeans-quantizer

    A color quantization tool for images based on k-means clustering

    Language:JavaScript9203
  • zluo01/color-thief

    A high performance Golang module for grabbing the color palette from an image.

    Language:Go8015
  • shuaiey/image-color-palette

    Generate the color palette from an image with different methods, using Javascript and react.

    Language:JavaScript7101
  • csharpseattle/DominantColors

    This demonstrates how to find the dominant colors in an image. Included are Swift and command-line(cpp) samples. The command-line version outputs a PNG file of the palette and a PNG image quantized to the resulting palette. The Swift version uses an Objective-C Category to extend UIImage and Objective-C Bridging Header to expose the extension to Swift. A Camera preview allows the user to take a photo from which dominant colors are found.

    Language:Swift5203
  • gurkandemir/Color-Quantizer

    Color quantization is the process of reducing number of colors used in an image while trying to maintain the visual appearance of the original image. In general, it is a form of cluster analysis, if each RGB color value is considered as a coordinate triple in the 3D colorspace.

    Language:Python5204
  • nQuantGpp

    mcychan/nQuantGpp

    nQuantGpp includes top 10 color quantization algorithms for g++ producing high quality optimized images.

    Language:C++5101
  • mcychan/nQuant.android

    Fast pairwise nearest neighbor based algorithm with android

    Language:Java4101
  • nicoladileo/INCKmeans

    Incremental KMeans for Color Quantization

    Language:Python4210
  • nikola/MMCQ

    Javascript module for color quantization, based on Leptonica.

    Language:JavaScript4301
  • adityaguptai/Color-Quantization-using-K-Means

    Color Quantization using K-Means(Machine learning)

    Language:HTML3112
  • hack3ric/pixelate

    Pixelates image the old-fashioned way.

    Language:TypeScript3100
  • pixelism

    longod/pixelism

    Real-time GPU Color Quantization

    Language:ShaderLab3100
  • muratcanakcay/Computer-Graphics

    My work in C#/WPF for the 6th Semester "Computer Graphics" class in the Computer Science B.S. program at Politechnika Warszawa. Image Processing, Rasterization & 3D-Modeling

    Language:C#3201
  • Roodaki/Kmeans-Color-Quantization

    Utilizing K-means clustering to reduce color complexity while maintaining visual quality by grouping similar pixels into clusters, with each cluster's centroid representing all pixels within.

    Language:Python3200
  • kaydotdev/sqic

    Lossy Image Compression with Stochastic Quantization

    Language:Python2100