fast image operations
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -954,6 +954,7 @@ where [(); { (CHANNELS <= 4) as usize } - 1]:, { #[cfg(feature = "save")] + #[track_caller] /// Open a PNG image pub fn open(f: impl AsRef<std::path::Path>) -> Self { let p = std::fs::File::open(f).unwrap(); |