You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// When the image is stored as a planar configuration, this method will currently only read
1398
1398
/// the first sample's plane. This will be fixed in a future major version of `tiff`.
1399
-
#[deprecated = "Use `DecodingResult::resize_to` and `read_image_bytes` instead. This old method will keep its bugged planar behavior until it is removed."]
1399
+
///
1400
+
/// # Intent to deprecate
1401
+
///
1402
+
/// Use `DecodingResult::resize_to` and `read_image_bytes` instead where possible, preserving
1403
+
/// the buffer across multiple calls. This old method will likely keep its bugged planar
1404
+
/// behavior until it is fully replaced, to ensure that existing code will not run into
1405
+
/// unexpectedly large allocations that will error on limits instead.
0 commit comments