Photo editor - how to apply multiple effects on image?

조회 수: 3 (최근 30일)
Lukas Urbaitis
Lukas Urbaitis 2020년 4월 3일
답변: Harsha Priya Daggubati 2020년 4월 6일
Hi, I'm making a simple photo editing app and got stuck a little. What I want to do is to apply few different settings on a same image. Let's say image has black and white filter now and I want to continue with this new image so I click on "continue editing" button to save this image and display it on the left side. Is it possible to read existing image on the right, write it into new variable and display it on the left side?
  댓글 수: 1
Lukas Urbaitis
Lukas Urbaitis 2020년 4월 3일
Basicaly I just need to read an image on the right side but don't know how to

댓글을 달려면 로그인하십시오.

답변 (1개)

Harsha Priya Daggubati
Harsha Priya Daggubati 2020년 4월 6일
Hi,
I guess it wont be a problem to achieve what you are trying, as no matter what the image is always stored as a matrix. One suggestion would be to declare the variables used to store left as well as right images as properties of the app.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by