Hello everybody, I'm not able to change center & width of an image using the ezDICOM control in Internet Explorer, neither using the built-in toolbar nor by means of custom code.
I'm including the ezDICOM control using the following code in a simple html page:
Hello everybody, I'm not able to change center & width of an image using the ezDICOM control in Internet Explorer, neither using the built-in toolbar nor by means of custom code.
I'm including the ezDICOM control using the following code in a simple html page:
<OBJECT ID="ezDICOMX1" WIDTH=511 HEIGHT=325
CLASSID="CLSID:9A2C58CF-4A4B-48BF-B3C9-0756F0F2FA9B">
<PARAM NAME="Visible" VALUE="-1">
...
</OBJECT>
With this, I can measure distance with the "Measure" tool, but I can't change center /width (brightness/contrast) using the "Constrast" tool
Thanks in advance.
Rodrigo.
Finally, I've found the answer. For a reason I couldn't debug yet, Center/Width adjustment doesn't work for non-DICOM files.
Thanks anyway!