Skip to content

Commit

Permalink
Link from Orientation struct to the function that applies it
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnatsel committed Sep 13, 2024
1 parent c461e99 commit 6dad395
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/metadata.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
/// Compatible with [Exif orientation](https://web.archive.org/web/20200412005226/https://www.impulseadventure.com/photo/exif-orientation.html).
///
/// Orientation is specified in the Exif metadata, and is often written by cameras.
///
/// You can apply it to an image via [`DynamicImage::apply_orientation`](crate::DynamicImage::apply_orientation).
#[derive(Copy, Clone, PartialEq, Eq, Hash, Debug)]
pub enum Orientation {
/// Do not perform any transformations.
Expand Down

0 comments on commit 6dad395

Please sign in to comment.