Jpeg 2000 和 .net
我在使用 .net 的 activex 控件中工作,将其加载到 ie 网站中。我需要读取 jpeg 2000 文件,但我不想使用第 3 方 dll,因为这会导致依赖性或嵌入它使我的 dll 非常大。任何人都知道我在哪里可以找到一个嵌入到我的项目中的类.cs,我只需要读取文件,不需要写入,只能读取。
I working in a activex control using .net for load it in a ie website. I need read a jpeg 2000 file but i don't want use a 3rd party dll because this will cause dependencies or embedding it make my dll very big. Anyone have idea where i can find a class .cs for embedded on my project, i need only read file, no write only read.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试此项目,其中包含 C# JPEG2000 解码器。 (虽然还在开发中)
Try this project, which contains a C# JPEG2000 decoder. (Although it's still under development)