Java | How to convert color image into sepia image

preview_player
Показать описание
In this video we will learn to convert a color image into sepia tone image using Java programming language. The code is really simple and if you have a photo on your computer then you can start editing right away.

In this video I'm using BlueJ. You can use any other editor/IDE like Notepad++, NetBeans, Eclipse etc.

You can download the Image Processing Project code from my GitHub repository

This video gives you a glimpse of operations you can perform on image using Java. More operations are there in my GitHub repository like thresholding of image, converting color image to grayscale image, image filtering like median filter, mean filter etc.

Have fun coding :-)

Also visit
Рекомендации по теме
Комментарии
Автор

hey thx for the great video !!!!But  where is this formula from, sadly couldn't find it ? Do you have a Link that explains what tr, tg and tb is?

phxberlin
Автор

Tank u sir, I got a doubt Y did u tke this frmla only??
r=0.393R+0.796G+0.189B (int)
g=0.349R+0.686G+0.168B
b=0.272R+0.534G+0.131B
Cn u tell me hw did u derive it or it is actlly done by accident or what?

Dev-gikz
Автор

I created a form, which by choice of User, he chooses an image on the computer, and then I select the effect of sepsis and process the image to apply the effect on her, but I can not implement with sepsis, please help me, how do I implement a selected image?

felipeestevesoliveira
Автор

Hey, I was wondering how you knew the colour code for sepia, e.g the part where you multiplied the RGB pixels by specific values.

Cheers

FraserS
Автор

Is there a way to do this with a png file?

mchristmann
visit shbcf.ru