justinmind-logo
 
Upvote 1

Simulate image editing

Answered Nayana 6 years ago

Hi,


I am trying to simulate a software which includes image editing (brightness, contrast etc.). I understand the way to go about this would be to have a discrete set of pre-loaded images and link that to a slider tool. Is there an easier way to do this? Like embed an image editing tool or something? I know it's a far shot but I thought I'd try.


Thanks

Replies (4)
photo
1

Hi Nayana,


This is technically possible to some extent if the image is an SVG, but would be very tedious to do so. It would involve creating many 'change style' events.


It might be easier to create a more limited version of a simulated image editor - i.e. you have pre-loaded images that represent the edited image that you will show/hide with an event, rather than actively change the style of the original image itself.


Hope this helps.


Best,

Danielle

photo
1

Hi Danielle,


Thanks I'll probably just do the limited version. However, I notice that once I start adding multiple images to a screen, the software gets significantly slow. Is that due to the size of the images?

photo
1

If your images are large in resolution they can definitely hinder performance. We suggest you scale images down to a smaller resolution and application responsiveness should improve.

photo
1

Yup, just did that. That worked, thanks :)

Leave a Comment
 
Attach a file