Free JPEG2000 Library or SDK for de-compression [closed]

百般思念 提交于 2019-12-05 07:27:00

It's just a thought, but the de facto standard for JPEG2000 is Kakadu because Dr. Taubman pretty much wrote the JPEG2000 standard. Although it costs some money, it is the best library that I know of.

Maybe this could be a good starting point: OpenJPEG. If it doesn't meet your requirements then ask at their forum for some hints.

Some people at my university used jj2000 for various tests. However it is in Java...

also libjasper: link text

laksoo

Check out j2k-codec It's not free but not expensive either.

I've bought it (v1.7) myself and been using it for 4 years. Decoding is very fast, no error encountered so far.

For encoding, I use ER Mapper SDK.

I don't know how much improvements Jasper or OpenJPEG has shown these years, but those free libraries were too slow for my use. (Both encoding and decoding slow)

Magick++ is a C++ binding for ImageMagick that I think exposes ImageMagick's JPEG-2000 functionality. ImageMagick uses libjasper, which Doug mentioned. This might do the trick for you (and hopefully for me, too).

Why would anyone tagetting the windows platform pay someone for a Jpeg library when GdiPlus does it already?

http://msdn.microsoft.com/en-us/library/ms533844(VS.85).aspx

should be a good starting point. gdiplus has the 2nd best jpeg decompression speedwise (in my tests for whatever that counts for). And is distributed as an OS component with Windows 5 and up. i.e. Windows XP and greater.

If, for any reason, GdiPlus is unacceptable...

Intel used to distribute a jpeg decompression * compression library, inventively named the "intel jepg library" or ijl. the redistributable consists of a single dll, ijl15.dll If you can find the original distribution, its licensed for free distribution and use. Intel just dont host it any more. Its been replaced with the intel performance primitives library, which does contain jpeg compression and decompression, but the per seat licensing is very fair, and again theres no limit on redistribution of the coff redistributables.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!