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 73d4894 commit 5286e17Copy full SHA for 5286e17
src/tiff/error.rs
@@ -196,7 +196,7 @@ impl fmt::Display for TiffUnsupportedError {
196
write!(fmt, "Compression method {:?} is unsupported", method)
197
}
198
UnsupportedPredictor(p) => {
199
- write!(fmt, "Predictor {p:?} is not supported")
+ write!(fmt, "Predictor {p:?} is unsupported")
200
201
UnsupportedSampleDepth(samples) => {
202
write!(fmt, "{} samples per pixel is unsupported.", samples)
0 commit comments