Skip to content

Commit

Permalink
Merge pull request #333 from blissd/open_exr
Browse files Browse the repository at this point in the history
Support OpenEXR image format
  • Loading branch information
blissd authored Jan 8, 2025
2 parents 6d468a3 + a6840c1 commit bfb0181
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/photo/scanner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ impl Scanner {
{
let picture_suffixes = [
String::from("avif"),
String::from("exr"),
String::from("heic"), // not supported by image-rs
String::from("jpeg"),
String::from("jpg"),
Expand Down

0 comments on commit bfb0181

Please sign in to comment.