The MaRC::PhotoImageFactory::invert_h() and MaRC::PhotoImageFactory::invert_v() methods do not function as expected. Horizontal (left to right) inversion is essentially a no-op, and vertical (top-to-bottom) inversion incorrectly shuffles some of the photo image array elements. In either case, no inversion doesn't occur as expected.
This bug is triggered when using the INVERT MaRC input file keyword.
The
MaRC::PhotoImageFactory::invert_h()
andMaRC::PhotoImageFactory::invert_v()
methods do not function as expected. Horizontal (left to right) inversion is essentially a no-op, and vertical (top-to-bottom) inversion incorrectly shuffles some of the photo image array elements. In either case, no inversion doesn't occur as expected.This bug is triggered when using the
INVERT
MaRC input file keyword.