-
-
Notifications
You must be signed in to change notification settings - Fork 500
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support opening image from URI Scheme (Web-to-App linking) #557
Comments
And my answer in google groups: Pretty sure the answer is "you can't". You are limited to the image formats which are supported natively in the browser. If you want a pure-web solution (i.e no conversion by the user on the client side) the only possible solution is:
When you are dealing with an image format with capabilities outside the native browser format, you need to inform the user the image they see at step 3 is merely an approximation. It'd be educational if someone could tell me different ... |
@fire-eggs I found a solution actually 😀 This issue makes me remember to A nice article I found: https://www.meziantou.net/registering-an-application-to-a-uri-scheme-using-net.htm And of course, user cannot use JavaScript to execute shell command because it's client language. |
Ready for testing https://imageglass.org/moon |
Great. And how does that work on Mac, Linux, Mobile phone and other browsers? |
I guess this is just internal web app, and ImageGlass only runs on Windows OS, so I think we don't need to worry about other OS 😁 |
Works for me! :-) |
From https://groups.google.com/forum/#!msg/imageglass/l6VPedgl0YE/nJilwYRMDQAJ
I am working on a web based document scanning application now i am trying to add a power full image viewer like Image Glass.
My question is how can i integrate ImageGlass in my Web page that can work on modern browsers like edge,chrome and Firefox without add on or applet or even ActiveX control.
Regards,
Kamran
The text was updated successfully, but these errors were encountered: