Skip to content

Commit

Permalink
Rename the module with Orientation struct to metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnatsel committed Sep 13, 2024
1 parent 9c0d517 commit 005844d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ pub use crate::image_reader::{ImageReader, LimitSupport, Limits};
pub use crate::dynimage::DynamicImage;

pub use crate::animation::{Delay, Frame, Frames};
pub use crate::orientation::Orientation;
pub use crate::metadata::Orientation;

// More detailed error type
pub mod error;
Expand Down Expand Up @@ -290,7 +290,7 @@ mod color;
mod dynimage;
mod image;
mod image_reader;
mod orientation;
mod metadata;
//TODO delete this module after a few releases
/// deprecated io module the original io module has been renamed to `image_reader`
pub mod io {
Expand Down
File renamed without changes.

0 comments on commit 005844d

Please sign in to comment.