Gets the first (or only) image read. @return ImageProcessor containing first frame, or null if none.
()
| 165 | * @return ImageProcessor containing first frame, or null if none. |
| 166 | */ |
| 167 | public ImageProcessor getImage() { |
| 168 | return getFrame(0); |
| 169 | } |
| 170 | |
| 171 | |
| 172 | /** |