justinmind-logo
 
Upvote 1

Can I simulate a photo editing app like canva in JIM?

Solved Amoversatile 5 years ago
Replies (1)
photo
1

You could do this, but the 'edits' to a photo would need to be pre-defined through events.

photo
1

Can you please give me a walk through? I am new to JIM

photo
1

Sure - there are a few things you need to do:

1. Drag an image and a few buttons onto the canvas. If you would like to be able to edit the color of the image, make sure the image type is .svg.

2. For each of the buttons, decide what kind of 'edit' you would like it to do to the image. In the attached example, we have 2 buttons, and one of them decreases saturation, and the other makes the image smaller.

3. On the button that edits saturation, create an "On Click" + "Change Style" event. Have it change the style of the image, and have it decrease the saturation.

4. On the button that edits image size, create an "On Click" + "Resize" event. Have it resize the image to be smaller.

If you would like to edit the image in other ways, you can explore all of the Change Style options.

Let me know if you have any questions.

photo
1

Thank you. I will keep you updated.

photo
Leave a Comment
 
Attach a file