Returns the height of the image.
(&self)
| 213 | |
| 214 | /// Returns the height of the image. |
| 215 | fn height(&self) -> usize { unsafe { (*self.buffer()).height as usize } } |
| 216 | |
| 217 | /// Returns the color depth of the image. |
| 218 | fn depth(&self) -> usize { unsafe { (*self.buffer()).depth as usize } } |
no test coverage detected