Skip to content

Commit 6162334

Browse files
committed
added doc comment clarifying that strips are also tiles
1 parent 111630b commit 6162334

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tile.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ use crate::tiff::{TiffError, TiffUnsupportedError};
1212
/// so that sync and async operations can be separated and non-blocking.
1313
///
1414
/// This is returned by `fetch_tile`.
15+
///
16+
/// A strip of a stripped tiff is an image-width, rows-per-strip tile.
1517
#[derive(Debug)]
1618
pub struct Tile {
1719
pub(crate) x: usize,

0 commit comments

Comments
 (0)