Photo editor - how to apply multiple effects on image?

3 views (last 30 days)
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 Comment
Lukas Urbaitis
Lukas Urbaitis on 3 Apr 2020
Basicaly I just need to read an image on the right side but don't know how to

Sign in to comment.

Answers (1)

Harsha Priya Daggubati
Harsha Priya Daggubati on 6 Apr 2020
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!