- Messages
- 14
- Country
Hi guys, I have a problem with a bitmap on MFD, is ADI ladder, separed in a two bitmaps, from 0 to 90 and 0 to -90. This shows up when you select the ADI pages on the subprogram.
The problem appear when the images rotate with the bank plane degrees it look this
This is the code of the ADI-ladders, this bitmaps name has +8bits sufix because I think the problem was the deep of the bits.
Other thing I think was the problem was the size of the bitmaps with pair and maybe (i dont know) the program take the grid point like photoshop, or take a pixel (the entire intersection of the grid like photoshop )
Any ideas whats happen here?
The problem appear when the images rotate with the bank plane degrees it look this
This is the code of the ADI-ladders, this bitmaps name has +8bits sufix because I think the problem was the deep of the bits.
Other thing I think was the problem was the size of the bitmaps with pair and maybe (i dont know) the program take the grid point like photoshop, or take a pixel (the entire intersection of the grid like photoshop )
XML:
<Element>
<Element>
<Position X="0" Y="0"/>
<Image Name="ADI-BORDE.bmp" ImageSizes="1024,1024"/>
</Element>
<Element>
<Element>
<Position X="0" Y="0"/>
<MaskImage Name="ADI-MASK1.bmp" ImageSizes="1024,1024">
<Axis X="512" Y="512"/>
</MaskImage>
<Image Name="ADI+90+8bits.bmp" ImageSizes="713,1025" Bright="Yes">
<Axis X="357" Y="1025"/>
</Image>
<Shift>
<Value Maximum="90" Minimum="-90">(A:PLANE PITCH DEGREES,degrees) /-/ </Value>
<Scale Y="10" />
</Shift>
<Rotate>
<Value>
(A:PLANE BANK DEGREES, radians)
</Value>
</Rotate>
</Element>
</Element>
</Element>
Any ideas whats happen here?