Skip to content

Commit

Permalink
crates/image/codecs/bmp: Add icc profile to image metadata when present
Browse files Browse the repository at this point in the history
  • Loading branch information
etemesi254 committed May 11, 2024
1 parent 6e78db3 commit 5d45aaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/zune-image/src/codecs/bmp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ where
depth: depth,
width: width,
height: height,
icc_chunk: self.icc_profile().cloned(),
..Default::default()
};

Expand Down

0 comments on commit 5d45aaf

Please sign in to comment.