pombreda / dicompyler

Automatically exported from code.google.com/p/dicompyler
0 stars 0 forks source link

Wrong display of image size on non-square images #47

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Load a dataset where the image series (CT images) are not square (number of 
rows not equal to number of columns).
2. In the image view (2d View) the following text is displayed at the bottom 
left: Image Size: 171x171 px
3. This issue is with the text only. The image itself seems to be displayed 
correctly.

What is the expected output? What do you see instead?
In reality, the dimensions of the image is 512 columns and 171 rows.

What version of the product are you using? On what operating system?
dicompyler version 0.4a2

Regards,
Chris

Original issue reported on code.google.com by chris.le...@gmail.com on 22 Jul 2011 at 12:30

GoogleCodeExporter commented 9 years ago
Thanks for catching this. Seems like it was a simple typo of height instead of 
width.

Original comment by bastula on 22 Jul 2011 at 3:02

GoogleCodeExporter commented 9 years ago
This issue was closed by revision f5e256c72eef.

Original comment by bastula on 22 Jul 2011 at 3:05