Returns the number of color components used for this image.
(&self)
| 225 | |
| 226 | /// Returns the number of color components used for this image. |
| 227 | fn channels(&self) -> usize { unsafe { (*self.buffer()).nchannels as usize } } |
| 228 | |
| 229 | /// Writes the image into a file. |
| 230 | /// |