We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 111630b commit 6162334Copy full SHA for 6162334
src/tile.rs
@@ -12,6 +12,8 @@ use crate::tiff::{TiffError, TiffUnsupportedError};
12
/// so that sync and async operations can be separated and non-blocking.
13
///
14
/// This is returned by `fetch_tile`.
15
+///
16
+/// A strip of a stripped tiff is an image-width, rows-per-strip tile.
17
#[derive(Debug)]
18
pub struct Tile {
19
pub(crate) x: usize,
0 commit comments