Get the size/bit depth of the (current) frame
| 63 | |
| 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 |
no outgoing calls
no test coverage detected