Search found 2 matches

by esilva
Tue, 2017-08-08, 12:04
Forum: DCMTK - General
Topic: DJLSDecoderRegistration problem
Replies: 2
Views: 2815

Re: DJLSDecoderRegistration problem

Michael Onken wrote:Hi,

you are missing libcharls, the actual JPEG-LS implementation used by and shipped with DCMTK. Thus add "-lcharls" to the list of libraries.

Best regards,
Michael
Thank you so much Michael!
by esilva
Fri, 2017-08-04, 11:17
Forum: DCMTK - General
Topic: DJLSDecoderRegistration problem
Replies: 2
Views: 2815

DJLSDecoderRegistration problem

I’m facing some problems with, DJLSDecoderRegistration::registerCodecs() (for JPEGLS), with information of unresolved external. But I can operate with DJDecoderRegistration::registerCodecs() (JPEG Lossless), with no problem. The error always occur in the line where I register codecs: DJLSDecoderRegi...