|
Hi all,
I want to use jpeg-ls library on the embedded platform (NGW100 mkII from atmel) for compressing bmp images. NGW100 mkII is running linux version 2.6.35.4 and is Big Endian. I am not sure if current version of jpeg-ls is portable to embedded system. I read
on this page that Big Endian system are supported in the curent version. At least I can try...
I have used some other libraries on NGW100 mkII, such as JBIG2 encoder and that is working on this big endian embedded system. The procedure is, that we need to cross compile the library on any Linux machine for the target embedded platform. Cross compiling
means to use avr32-linux-gcc for compiling the library instead of gcc.
I have downloaded jpeg-ls library and successfully run cmake and make commands on my ubuntu machine, which created charlstest exe in /home/khukhu/CharLS-source-1.0 directory. Now the problem is that I do not know how to use this charlstest exe for compressing
a bmp image. So please help me in the usage of this generated charlstest exe or suggest me any tutorial for the usage of jpeg-ls library. Currently I want to use it on mu Ubuntu machine. If it worked on Ubuntu then I will try it on NGW100 mkII embedded platform.
|