We ran the check to see if the image was valid and it passed. We then wanted to see what what the height value was.
Code:
screen->PrintfLine(DriverStationLCD::kUser_Line3,
"Valid image:%dx%d,
image->GetHeight(),
image->GetWidth());
This line is giving us a height of 3670016. Does this seem like the correct height value for the image? We don't think this is the right value for height. What do you think is causing this?