Actions
Bug #828
closedEmbedded overlay planes are not rendered correctly when scaling and rotating an image
Start date:
2018-05-02
Due date:
% Done:
100%
Estimated time:
Module:
dcmimgle
Operating System:
Compiler:
Description
Sample command lines that demonstrate this issue:
- dcm2pnm -v +Sxf 0.5 +Rl ovl_both.dio test.pgm
- dcm2pnm -v +Sxf 1.5 +Rtd ovl_both.dio test.pgm
It works correctly when scaling or rotating only (i.e. not both during a single call).
Priority is "low" since embedded overplay planes are retired.
Updated by Jörg Riesmeier about 7 years ago
The issue seems to be caused by an incorrect calculation of the origin (top-left hand corner) of the overlay plane.
Updated by Jörg Riesmeier about 7 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Fixed with commit 29f9de1.
Actions