Create image viewer with plugin support

  • Thread starter Thread starter Anthony
  • Start date Start date
A

Anthony

I need some information about creating an image viewer with plugin support
(plugins for different image formats)


Regards,

Anthony
 
I need some information about creating an image viewer with plugin support
(plugins for different image formats)

Broad question begets broad answer: http://www.google.com.

Perhaps if you can be more specific....

(You might also consider looking at CodePlex of CodeProject. Perhaps someone
else has already done some similar work.)
 
Broad question begets broad answer: http://www.google.com.
Not that broad :-))
Perhaps if you can be more specific....

I'd like to create an image viewer (only viewing, not editing).
Not only for the default formats (BMP, GIF, EXIG, JPG, PNG and TIFF), but
also for other formats like PSD, TGA, ICO, several RAW formats, etc.
Therefore I thought of the possibility to use plugins (like the well known
viewer IrfanView) for the other formats.

So I'm looking for information how I can do this (links to information,
examples etc)

Anthony
 
Not that broad :-))


I'd like to create an image viewer (only viewing, not editing).
Not only for the default formats (BMP, GIF, EXIG, JPG, PNG and TIFF), but
also for other formats like PSD, TGA, ICO, several RAW formats, etc.
Therefore I thought of the possibility to use plugins (like the well known
viewer IrfanView) for the other formats.

So I'm looking for information how I can do this (links to information,
examples etc)

Anthony

Perhaps this link: http://msdn.microsoft.com/en-us/library/ms972962.aspx
 
Back
Top