Git Product home page Git Product logo

gimp-plugin-colors-threshold's Introduction

GitHub release (latest by date) GitHub Release Date GitHub repo size GitHub all releases GitHub

Gimp plugin Color Threshold

Description

Include 3 filters:

  • Color quant (== pattern 0)
  • Color bimodal threshold (== pattern 1)
  • Color dith (Knuth D.E. dither matrix) (== pattern 2,3,4)
  • Color odith 8x8 (Knuth D.E. dither matrix) (== pattern 5)
  • Color dots dither 8x8 (== pattern 6)
  • Color bayer dither 8x8 (== pattern 7)
  • Color d-algorithm dither (== pattern 8)

Color quant

Convert images to simulate palettes of ancient displays

The following can be simulated

Launching the plugin Menu > Colors > Map > Color Threshold... == pattern 0

Regular RGB palettes

  • 3-bit RGB 2 colors per channel 8 colors in total
  • 6-bit RGB 4 colors per channel 64 colors in total
  • 9-bit RGB 8 colors per channel 512 colors in total
  • 12-bit RGB 16 colors per channel 4,096 colors in total
  • 15-bit RGB 32 colors per channel 32,768 colors in total
  • 18-bit RGB 64 colors per channel 262,144 colors in total
  • change any number of colors per channel 2-256 colors

Color bimodal threshold

The bimodal threshold is widely used to clean scanned images. This plugin allows you to apply a bimodal threshold to individual parts of the image using the "Color" layer effect.

Example

Launching the plugin Menu > Colors > Map > Color Threshold... == pattern 1

Source image:

Lena

Plugin dialog:

dialog

Result:

result

Color dith

Launching the plugin Menu > Colors > Map > Color Threshold... == pattern 2,3,4
(Knuth D.E. dither matrix)

Prerequisites

Installation

  • copy threshold-color to your ~/.gimp-2.8/plug-ins directory.

References

gimp-plugin-colors-threshold's People

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.