Skip to content

Commit ff4e1be

Browse files
committed
Update load_image docs
1 parent c53c7f2 commit ff4e1be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/image/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ pub fn gradient(input: &Array) -> (Array, Array) {
126126

127127
/// Load Image into Array
128128
///
129+
/// Only, Images with 8/16/32 bits per channel can be loaded using this function.
130+
///
129131
/// # Parameters
130132
///
131133
/// - `filename` is aboslute path of the image to be loaded.

0 commit comments

Comments
 (0)