# Image
Image is a collection of colors.
What color can do is also done in the image, and it can create the image-only state.
So being able to deal with color is like saying that you can handle images.
Let's look at some of the filters that can handle images.
# Filter
An image filter is a process that produces a completely different image by performing a special operation on one image.
# GrayScale
Making gray tones, leaving only contrast
# Contrast
# Saturation
# Brightness
# Noise
# Tint
# Gradient
Please refer to Gradient
# Sepia
TIP
https://en.wikipedia.org/wiki/Sepia_(color)
# Negative
# Threshold
TIP
Thresholding is the simplest method of image segmentation. From a grayscale image, thresholding can be used to create binary images (Shapiro, et al. 2001:83).
https://en.wikipedia.org/wiki/Thresholding_(image_processing)
# Hue
# Shade
# Invert
# Sharpen
# Emboss
# Blur
# Stack Blur
# Motion Blur
# Laplacian
# Sobel
TIP
https://en.wikipedia.org/wiki/Sobel_operator
# Histogram
What is the current status of the image?
# Gray Histogram
Left is dark, right is bright
# Red Histogram
# Green Histogram
# Blue Histogram
# All Histogram
# Palette
You can pick the color you use the most in the image.
TIP
Internally, use the [K-means] (https://en.wikipedia.org/wiki/K-means_clustering) algorithm to extract the final color.
This is useful for extracting colors from a pixel image.
refer: pixabay.com