firefox addon - Browser plugin to recognize a custom image-format -


i have images in custom file-format (basically containing raw data) , and want have them viewable in browser (without converting them standard formats such jpg/png).

is possible write browser plugin read my-custom-format , display images in browser (like pdf reader) ?

i can using flash, trying see if can avoid having download flash swf display image.

can browser plugin/extension binary data web, process , render on specific area on browser screen ? browsers possible on , ones not ?

you can download binary file xmlhttprequest , display in on <canvas> element, have full control on each pixel.

now if mean want browser natively recognize custom image format tricky.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -