http - Generate thumbnail from remote jpeg without downloading -


i want load exif thumbnail preview stored in jpeg image located on remote server, without having download whole image. server not support resuming.

is possible? in detail, can assume thumbnail image data alway before full image data have download maximum of (e.g.) 100kb can parse thumbnail data?

i asking same question , found greasemonkey script adds thumbnail images apache auto index page.

for each jpeg image link issues range request jpeg / jfif header, parses thumbnail offset , thumbnail length tag issues further range request thumbnail, creates data uri , assigns new img object.

unfortunately works jpeg file formats.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -