Search found 6 matches

by jprecio
Wed, 2009-05-27, 18:03
Forum: DCMTK - General
Topic: Problem scaling image and creating windowsDIB
Replies: 6
Views: 6315

Hi, Sorry for the delay. The width and height of the reescaled image are 682 and 511 respectively. I've saved a BMP image (with writeBMP) and it's fine (and the width and height are the same). Nevertheless, when I ask for getOutputDataSize: m_DataImageLength = imagenAux->getOutputDataSize(24); it re...
by jprecio
Mon, 2009-05-18, 18:02
Forum: DCMTK - Installation
Topic: 'pure virtual method' crash on exit (linux/gcc)
Replies: 10
Views: 20114

Hi,
I've the same problem and I wonder if you could tell me how did you solved it (if you have solved it :-))

Thanks,
Javier
by jprecio
Mon, 2009-03-16, 20:42
Forum: DCMTK - General
Topic: Problem scaling image and creating windowsDIB
Replies: 6
Views: 6315

Thanks for all the answers. Following are the results of each some of your suggests: 1. The problem persist with all interpolation algorithms. 2. The same for the debug/release build. It only remains to test the snapshot... I'll try and let you know about the result. One thing I didn't said is that ...
by jprecio
Fri, 2009-03-13, 15:25
Forum: DCMTK - General
Topic: Problem scaling image and creating windowsDIB
Replies: 6
Views: 6315

Problem scaling image and creating windowsDIB

Hi all, I have a very strange problem creating scaled version of an image. I'm using this signature of the function: createScaledImage ( const double xfactor, const double yfactor = 0, const int interpolate = 0, const int aspect = 0 ) like this: m_ImagenPantalla = m_ImagenOriginal->createScaledImage...
by jprecio
Tue, 2007-09-04, 21:59
Forum: DCMTK - General
Topic: segmentation fault requesting association
Replies: 2
Views: 3826

Is in the following line at the push method that the application crashes: condString = new OFConditionString(aModule, aCode, aStatus, c); but all variables seem to be right: aModule=6 aCode=791 aStatus=OF_error c= "Peer aborted Association (or never connected)\n0006:031c TCP Initialization Erro...
by jprecio
Fri, 2007-08-31, 01:02
Forum: DCMTK - General
Topic: segmentation fault requesting association
Replies: 2
Views: 3826

segmentation fault requesting association

Hi all, I have a segmentation fault requesting an association to a node that is not valid (for instance, the server is not listening). The error appears at DUL_RequestAssociation, at line: return makeDcmnetSubCondition(DULC_REQUESTASSOCIATIONFAILED, OF_error, "Failed to establish association&qu...