Skip to content

image colorizer is JAVA desktop app that helps you to colorize grey scale photos

Notifications You must be signed in to change notification settings

brzane/image-colorizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image-colorizer

Overview

image colorizer is a desktop app written in java to colorize grey scale images using Floodfill Algorithm ,this project was built to explore image-proccesing concepts and learn how computers deal with image pixels and color theory with no external libararies.

Flood Fill Algorithm:

is a flooding algorithm that determines and alters the area connected to a given node in a multi-dimensional array with some matching attribute. It is used in the "bucket" fill tool of paint programs to fill connected, similarly-colored areas with a different color, and in games such as Go and Minesweeper for determining which pieces are cleared. A variant called boundary fill uses the same algorithms but is defined as the area connected to a given node that does not have a particular attribute.
here is a visual explanation of the algorithm
7AcNo

What the project contains:

1- Java implementation of the Flood Fill algorithm
2- GUI for the colorizer app
3- Detailed report about how the project was implemented (in Arabic)

How to use the project:

this project was written in java and Neatbeans IDE so you can use it directly with neatbeans or you can copy its classes to any IDE that Support JAVA(eclipse,VScode,IntelliJ...etc)
examples folder contains some grey scale images so i encourage you to try out the app using the examples images or a grey image of yours
1- select a grey scale image (or black and white)
2- select a color using the color wheel
3- draw some lines
4- press process button to run the flood fill algorithm
5- undo any step
here is an example using image colorize app:

Untitled Untitled3

Contribution and Contact info:

I'm happy if anyone wants to contribute to this repo
here is my Linkedin Account for any questions: www.linkedin.com/in/brzane-barmaga

About

image colorizer is JAVA desktop app that helps you to colorize grey scale photos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages