Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Pixel RGB Color Editor

This Python script allows you to edit an image's RGB colors by clicking on a pixel and entering a new RGB color. You can also delete the pixel by resetting its color to black. Screenshot 2024-05-27 193705

Features

  • Click on any pixel to see its current BGR (Blue, Green, Red) color.
  • Enter a new BGR color to update the pixel's color.
  • Reset the pixel's color to black to effectively delete it.
  • Define a block size around the click to apply changes to a larger area.

Requirements

  • Python 3.x
  • OpenCV
  • NumPy

Installation

  1. Clone the repository:
    git clone https://github.com/JabareeB/Python-Pixel-Editor.git
    cd Python-Pixel-Editor

About

I developed a Python script to edit image RGB colors interactively.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors