>Hello everyone, Change_image_color allows you to change pixels in an image. Adjust the filter, which is the range of values you want to be considered to be replaced, and then select the new color of the range with edit.
Efficiency will depend on the values you use.
The project is still in development, and the next updates will focus on the following tasks:
- Improve the search for ranges and adjustment values
- Create an interactive online interface where you can visualize the image before and after
- Improve the interface for selecting pixels in the image
- Improve the interface for selecting the search area and the value range to be changed
- Add hex input to auto populate rgb edit values
- Fix saving as jpg
- Create default file name in export tab
- Validate entry boxes to ensure they are numbers
- Add help section
- Consolidate variables being passed to simplify functions
- Fix Channel switching dropdown.
Before you begin, make sure you have met the following requirements:
- Have Python installed on your system and the Pillow and CustomTkinter libraries installed.
- Operating system compatible with Python.
- Read the project usage guide.
To use Change_image_color, follow these steps:
- Download the ZIP and extract.
- Install the requirements.txt.
- Execute
main.py
. - On the Import tab, use the "Open image" button to select the image you want to change.
- On the Filter tab, select the range of values to be included in color substitution.
- On the Edit tab, select the new value of the pixels that will be changed from filter tab.
- On the Edit tab, apply alpha over the image with the A slider.
- On the Edit tab, use the "View Changes" button to view the new image.
- On the Export tab, name the file and choose extension.
- On the Export tab, select save path.
- On the Export tab, use the "Save" button to save the new image.