ajax - Is it possible to merge the difference images using < canvas > -
I am working on developing an AJAX based application similar to VNC. I am able to reproduce the keyboard and mouse interaction from the browser. For remote machines but when it comes to displaying this part .. I am relying on page refresh which redistributed the latest captured desktop image.
I want to improve the display aspects to get the current image capture and the delta of the image taken before the server by using AJAX requests. And by using the script sketch & lt; Canvas> If the application is able to rebuild the display, then my application will be highly usable.
I appreciate if experts will comment on the practicality and practicality of the approach.
Regards,
Pollen
It should be possible . By combining new images from the server as shown in the data image, and using coordinates to use them with pictures.
Comments
Post a Comment