Skip to content

Commit

Permalink
Merge branch 'dev' into cursor-eof
Browse files Browse the repository at this point in the history
  • Loading branch information
etemesi254 authored May 11, 2024
2 parents 11fceda + 5d45aaf commit cbaf803
Show file tree
Hide file tree
Showing 5 changed files with 233 additions and 92 deletions.
6 changes: 6 additions & 0 deletions crates/zune-bmp/src/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,9 @@ impl BmpPixelFormat {
}
}
}

/// This value indicates that bV5ProfileData points to the file name of the profile to use (gamma and endpoints values are ignored).
pub(crate) const PROFILE_LINKED: u32 = 0x4c494e4b;

/// This value indicates that bV5ProfileData points to a memory buffer that contains the profile to be used (gamma and endpoints values are ignored).
pub(crate) const PROFILE_EMBEDDED: u32 = 0x4D424544;
Loading

0 comments on commit cbaf803

Please sign in to comment.