Search found 3 matches

by David
Mon, 2006-01-30, 10:26
Forum: DCMTK - General
Topic: image scale problem
Replies: 2
Views: 4025

got it.
Michael, thank you so much
by David
Mon, 2006-01-30, 02:08
Forum: DCMTK - General
Topic: image scale problem
Replies: 2
Views: 4025

image scale problem

I'm tring to scale 256 by 256 images down to 128 by 128 images. with the following codes, DicomImage *image = new DicomImage(name_image); DicomImage *newimage=NULL; newimage=image->createScaledImage(128,0,0,0); I got the error: C:\dcmtk-3.5.4\dcmimage\apps\dcm2pnm.cxx(147) : error C2668: 'createScal...
by David
Tue, 2006-01-24, 05:34
Forum: DCMTK - General
Topic: how to creat own project
Replies: 2
Views: 3546

how to creat own project

Hi,
I have a naive question.
if i want to creat a new project.
what I need to do?
do I need to write a cMakelist for it? or just copy a existing fold and modify it?