| 64 | // Get the size/bit depth of the (current) frame |
| 65 | Size getFrameSize() const { return frameSize; } |
| 66 | int getImageBitDepth() const { return currentImage.depth(); } |
| 67 | |
| 68 | // Draw the (current) frame with the given zoom factor |
| 69 | void drawFrame(QPainter *painter, double zoomFactor, bool drawRawValues); |