This ones going to be a pain in the back for me to figure out on my own, so help me!!! please
I have developed my own image format and dll's etc to access it (dll procedures just like 'Convert', 'ExtractPixelTable' etc etc) But how do i have it so that internet explorer or whatever will happily display the image without having to download it?
Thanks
Allowing own image format to show on explorer
Re: Allowing own image format to show on explorer
I think the only way to make the IE display your own image format
is to write a plugin (activex). (Apart from that, the server has to
know the mime type, but that shouldn't be your problem now).
Standard graphic formats for the web are gif, jpg and png.
Out of curiosity, what's your reason for that anyway?
is to write a plugin (activex). (Apart from that, the server has to
know the mime type, but that shouldn't be your problem now).
Standard graphic formats for the web are gif, jpg and png.
Out of curiosity, what's your reason for that anyway?
Good programmers don't comment their code. It was hard to write, should be hard to read.