Search found 38 matches

by wollet88
Fri, 2011-07-08, 11:11
Forum: DCMJP2K
Topic: Conversion from JPEG2000 to JPEG-LS
Replies: 11
Views: 35764

Thank you.

Is it possible to decompress in memory (EVRLE) than compress again to JPEG?
If yes what's the code to use?
by wollet88
Fri, 2011-07-08, 09:42
Forum: DCMJP2K
Topic: Conversion from JPEG2000 to JPEG-LS
Replies: 11
Views: 35764

Hi Joerg,

I purchased the license you are speaking.
I'm able to compress/decompress JPEG2000 tx syntax.
The problem arise when I try to convert between 2 encapsulated tx syntaxes. Also JPEG (not 2000) to JPEG-LS.
by wollet88
Thu, 2011-07-07, 17:18
Forum: DCMJP2K
Topic: Conversion from JPEG2000 to JPEG-LS
Replies: 11
Views: 35764

Conversion from JPEG2000 to JPEG-LS

Hi, I need to convert from JPEG2000 to JPEG-LS. The operation fails because "canWriteXfer" return "false". Debugging the code I see this is because both the tx syntax are encapsulated. What's the best way to perform this conversion? Does is exist something to decompress original ...
by wollet88
Fri, 2011-06-10, 10:44
Forum: DCMTK - Installation
Topic: Compilation issues embedding DCMTK library in my MFC app
Replies: 2
Views: 5076

osconfig.h was the issue!
I used the original one instead of that one created by CMake
by wollet88
Fri, 2011-06-10, 09:48
Forum: DCMTK - Installation
Topic: Compilation issues embedding DCMTK library in my MFC app
Replies: 2
Views: 5076

Some addiotional info:

- the compiler is Visual Studio 2010
- I already included dctk.h

I suspect I have some header files issue but I need help to discover it.

Thank you
by wollet88
Thu, 2011-06-09, 14:37
Forum: DCMTK - Installation
Topic: Compilation issues embedding DCMTK library in my MFC app
Replies: 2
Views: 5076

Compilation issues embedding DCMTK library in my MFC app

Hi all, I encounter some issue when I try to embed v3.6.0 in my app prevoiusly using v3.5.4 with no problem. With v3.6.0 I first encountere iostream.h error (file not found) then I defined USE_STD_CXX_INCLUDES and HAVE_SSTREAM. Now I obtained the following error: Error 1 error C2146: syntax error : ...
by wollet88
Thu, 2011-06-09, 12:00
Forum: DCMTK - General
Topic: Compilation issues embedding DCMTK library in my MFC app
Replies: 0
Views: 22411

Compilation issues embedding DCMTK library in my MFC app

Hi all, I encounter some issue when I try to embed v3.6.0 in my app prevoiusly using v3.5.4 with no problem. With v3.6.0 I first encountere iostream.h error (file not found) then I defined USE_STD_CXX_INCLUDES and HAVE_SSTREAM. Now I obtained the following error: Error 1 error C2146: syntax error : ...
by wollet88
Thu, 2011-06-09, 10:46
Forum: DCMTK - Installation
Topic: DCMTK v3.6.0 and ZLIB v1.2.5 linker errors (VS 2010)
Replies: 7
Views: 12667

I solved the issue. The best way is not to use "contrib" project.
I used CMake and created my own VCProj2010 solutions compiling them I obtained the working libs 32MD, 32MT, 64MD, 64MT.

Regards
by wollet88
Tue, 2011-05-31, 16:17
Forum: DCMTK - Installation
Topic: DCMTK v3.6.0 and ZLIB v1.2.5 linker errors (VS 2010)
Replies: 7
Views: 12667

This solved the issue.
So I think something is wrong in the VS 2010 solution provided into "contrib" folder of the zlib v1.2.5 package.
How have ZLIB libraries in the ZIP package been compiled?
by wollet88
Tue, 2011-05-31, 14:42
Forum: DCMTK - Installation
Topic: DCMTK v3.6.0 and ZLIB v1.2.5 linker errors (VS 2010)
Replies: 7
Views: 12667

Hi Michael, thank you for the reply. I checked the linking order and it is correct. As an additional information I can say that using the ZLIB library compiled 2 years ago (v1.2.3) on Visual Studio 2005 I obtain a lot of warnings but non linking errors. It seems something is strange in this ZLIB 32 ...
by wollet88
Tue, 2011-05-31, 11:33
Forum: DCMTK - Installation
Topic: DCMTK v3.6.0 and ZLIB v1.2.5 linker errors (VS 2010)
Replies: 7
Views: 12667

DCMTK v3.6.0 and ZLIB v1.2.5 linker errors (VS 2010)

Hi all, I'm using Visual Studio 2010. I'm trying to compile DCMTK v3.6.0 with ZLIB v1.2.5. I need to obtain 4 set of libraries (i.e. Win32MD, Win32MT, Win64MD, Win64MT). I already compiled ZLIB-MD-32, ZLIB-MT-32, ZLIB-MD-64, ZLIB-MT-64 with success. I created DCMTK-MD-32 VS 2010 solution, DCMTK-MT-3...
by wollet88
Fri, 2010-07-09, 17:32
Forum: DCMTK - General
Topic: chooseRepresentation crashes on 64bit
Replies: 8
Views: 8375

Hi Michael,

I sent you an example.

Thank you
by wollet88
Fri, 2010-07-09, 15:23
Forum: DCMTK - General
Topic: chooseRepresentation crashes on 64bit
Replies: 8
Views: 8375

Hi, my answers: 1) I'm using Windows 2) I think the dcmGenerateUniqueIdentifier crashes (see the reported stack) 3) I can't send an example because my application is a too BIG app Since only the 64 bit version crashes I suspect something went wrong compiling Offis DCMTK for 64 bit platform. Do you t...
by wollet88
Fri, 2010-07-09, 10:04
Forum: DCMTK - General
Topic: chooseRepresentation crashes on 64bit
Replies: 8
Views: 8375

chooseRepresentation crashes on 64bit

Hi, I have an application calling chooseRepresentation method to convert tx syntax in JPEG lossless and JPEG lossy. I have no problem in 32 bit application. If I compile the 64 bit application I have no problem converting to JPEG lossless. BUT if I convert to JPEG lossy, the application crashes. Thi...
by wollet88
Mon, 2009-12-21, 15:33
Forum: DCMTK - Installation
Topic: Compiling issue with MS Visual Studio 2005 (vc++)
Replies: 1
Views: 5196

Compiling issue with MS Visual Studio 2005 (vc++)

Hi, I have some problems compiling dcmtk_v3.5.4 for Windows 64 bit platform. I created new "x64" target platform on Visual Studio 2005. Then I compiled the toolkit obtaining the following errors: Error 1 fatal error LNK1112: module machine type 'x64' conflicts with target machine type 'X86...