Search found 7 matches

by zuoshulu
Mon, 2009-06-22, 18:50
Forum: DCMTK - General
Topic: add my own project in dcmtk
Replies: 2
Views: 3624

the example is for VC6, i am currently using vc2005, how can i config my own project using Cmaker?
by zuoshulu
Fri, 2009-06-19, 04:58
Forum: DCMTK - General
Topic: add my own project in dcmtk
Replies: 2
Views: 3624

add my own project in dcmtk

I have problem to understand the topic below

viewtopic.php?t=652

can you please expain in a different way?
by zuoshulu
Wed, 2009-06-17, 20:02
Forum: DCMTK - General
Topic: re-compile dcmdjpeg.exe
Replies: 8
Views: 12544

wow, it works now, thank you, I am wondering if dcmcjpeg.exe 's JPEG BaseLine compress parameter is +eb.

I tried EXS_JPEGProcess1TransferSyntax for JPEG BaseLine compression in my code, but the output is not the same(quality and file size) as dcmcjpeg +eb, what is the correct parameter in the code?
by zuoshulu
Wed, 2009-06-17, 06:14
Forum: DCMTK - General
Topic: re-compile dcmdjpeg.exe
Replies: 8
Views: 12544

I sucessfully compile dcmdjpeg.exe using the CMaker's project setting, thank you very much. Now I tried to modify it as followes: 1. decompress JPEG baseline dicom file 2. modify the pixel data 3. compress the pixel data back to JPEG 4. save the file I went through step 1-2 but my code stuck in step...
by zuoshulu
Mon, 2009-06-15, 16:34
Forum: DCMTK - General
Topic: re-compile dcmdjpeg.exe
Replies: 8
Views: 12544

I tired to compile on Winxp+SP3 VC2005, I got the following error msvcprtd.lib(MSVCP80D.dll) : error LNK2005: "public: class std::basic_ostream<char,struct std::char_traits<char> > & __thiscall std::basic_ostream<char,struct std::char_traits<char> >::operator<<(class std::basic_ostream<char...
by zuoshulu
Mon, 2009-06-15, 05:18
Forum: DCMTK - General
Topic: re-compile dcmdjpeg.exe
Replies: 8
Views: 12544

Here is the compiler output ------ Build started: Project: dicomTest, Configuration: Debug Win32 ------ Compiling... main.cpp Linking... LINK : C:\Users\GameWell\Documents\Visual Studio 2008\Projects\dicomTest\Debug\dicomTest.exe not found or not built by the last incremental link; performing full l...
by zuoshulu
Mon, 2009-06-15, 05:07
Forum: DCMTK - General
Topic: re-compile dcmdjpeg.exe
Replies: 8
Views: 12544

re-compile dcmdjpeg.exe

I am trying to re-compile dcmdjpeg.exe using dcmdjpeg.cxx. After compling, the executable binary file doesn't seem to work on the Jpeg compressed file that is generated by dcmcjpeg.exe. However, the orignial dcmdpeg.exe in the executable binaries package from Home page works on the file I was testin...