Seeking guidance to adapt the source code for image comparison #344
Unanswered
bhupenderbindal
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi, |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Maintainers,
First of all, thank you. The application is fast when I load a large image, which makes even the native image viewer lag.
Now, for my case, I plan to use the application to compare images side by side (or up and down) fashion for large-resolution images. The goal is to view, pan and zoom the same section (like a window) of two different images in a synchronous way so one can view the same section of the two images simultaneously, which is difficult as a full image in its original resolution won't even fit on a small screen.
I am attaching a similar example, where I used smaller images, as the web app consumes memory and gets stuck.
I am a beginner in application development, and Rust is also new to me.
Could you guide me with some idea or plan on what changes in the code repo can achieve this?
Beta Was this translation helpful? Give feedback.
All reactions