Jpeg-ls

  • Follow


Hello,

I have get several problems trying to actually recompile in C the source code of Jpeg-ls - 
http://www.stat.columbia.edu/~jakulin/jpeg-ls/jpeg_ls_v2.2.tar.gz I tried it in Visual C++6.0 and also Visual Studio 2005.Does anybody know any tricks for this?some errors say things like:

c:\program files (x86)\microsoft visual studio\myprojects\encoder\lossless_e.c(355) : warning C4013: 'lossless_regular_mode' undefined; assuming extern returning int
lossy_e.c
C:\Program Files (x86)\Microsoft Visual Studio\MyProjects\Encoder\lossy_e.c(69) : error C2054: expected '(' to follow 'inline'
C:\Program Files (x86)\Microsoft Visual Studio\MyProjects\Encoder\lossy_e.c(70) : error C2085: 'lossy_regular_mode' : not in formal parameter list

I would appreciate any help

Thanks a lot
Steve
0
Reply Steve 4/25/2011 2:48:53 PM

Steve wrote:
> Hello,
> 
> I have get several problems trying to actually recompile in C the source code of Jpeg-ls - 
> http://www.stat.columbia.edu/~jakulin/jpeg-ls/jpeg_ls_v2.2.tar.gz I tried it in Visual C++6.0 and also Visual Studio 2005.Does anybody know any tricks for this?

The only trick or hint I can offer is a) to use a more recent and better 
maintained source, and b) to use a more recent and better maintained 
compiler. Both, the LS source you're using, and the compiler you're 
using are outdated, for years by now.
0
Reply thor16 (320) 4/25/2011 9:16:01 PM


Am 25.04.2011 15:16, schrieb Thomas Richter:
> Steve wrote:
>> Hello,
>>
>> I have get several problems trying to actually recompile in C the source code
>> of Jpeg-ls - http://www.stat.columbia.edu/~jakulin/jpeg-ls/jpeg_ls_v2.2.tar.gz
>> I tried it in Visual C++6.0 and also Visual Studio 2005.Does anybody know any
>> tricks for this?
>
> The only trick or hint I can offer is a) to use a more recent and better
> maintained source, and b) to use a more recent and better maintained compiler.
> Both, the LS source you're using, and the compiler you're using are outdated,
> for years by now.

  I recommend CharLS:

http://charls.codeplex.com/

  Quite readable and fast.

  Ciao
   Niels

0
Reply spamtrap15 (8) 4/28/2011 7:40:36 PM

2 Replies
725 Views

(page loaded in 0.204 seconds)

Similiar Articles:













7/21/2012 4:48:45 AM


Reply: