I want To View Tiff Image On Mobile Devices Using Jquery Mobile. As U know Tiff Images Cant be Viewed on mobile devices and browsers we have to decode/convert it into jpeg image file format. I have been able to do this in android(using java and NDK). Now i want to do the same thing in jquery- Mobile so that It becomes Platform Independent For ios, android and windows. Efforts Will Be Highly Appreciated.. Thanks
Asked
Active
Viewed 279 times
0
-
2Whether or not you can do this with javascript, you shouldn't. You should convert it server side. – Andy Ray Nov 07 '13 at 08:18
-
Yeah, just convert dem TIFFs to JPEG, and display those. – Ermir Nov 07 '13 at 08:21
-
@ Andy Ray I don't want to do it on server side as it can overload/reduce capacity of the server. Better U give/tell me the way to do this with javascript if u know. – Rohit Saraf Nov 07 '13 at 09:08