开发者

Anyone port IJG JPEG code to C#?

开发者 https://www.devze.com 2023-01-01 10:36 出处:网络
Has anyone ported IJG JPEG code to C#?Are there any purely-managed JPEG libraries with source available?I don\'t much care about the license, as I just want to use it as a learning experience, not act

Has anyone ported IJG JPEG code to C#? Are there any purely-managed JPEG libraries with source available? I don't much care about the license, as I just want to use it as a learning experience, not actually use it. Performance isn't a huge issue either.

I realize the BCL has ways of reading and writing JPEG files, this is mostly to satisfy my curiosity, and have a new toy to play with.

An imple开发者_运维知识库mentation in F# would be interesting also.


see LibJpeg.NET by Bit Miracle.


How about use C++/CLI to wrapper a C++ library by using cli:pure compiling option. Should be straight forward.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号