문제

I am working on developing a lossless compression algorithm using MATLAB.

I would like to see some of my compressed images on windows photo viewer. Could anyone direct me on how to go about doing this? Where may I find specifications to create a codec that would work with windows photo viewer?

I am guessing that I could create a codec as a .ddl file and place it in some windows directory and Photo Viewer could decode my file format. I have seen some softwares from Nikon imaging that, once installed, allowed photo viewer to display the .NEF (Nikon's RAW) files.

I am also willing to consider developing the codec for picasa.

도움이 되었습니까?

해결책

I think I discovered what I was looking for - It is called Windows Imaging Component. The MSDN docs appear to be here and an example of an implemented coded is webP.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top