-
-
Notifications
You must be signed in to change notification settings - Fork 707
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use exif data if possible to get orientation of image (#1368)
- Loading branch information
Showing
11 changed files
with
110 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "czkawka_cli" | |
version = "8.0.0" | ||
authors = ["Rafał Mikrut <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.79.0" | ||
rust-version = "1.80.0" | ||
description = "CLI frontend of Czkawka" | ||
license = "MIT" | ||
homepage = "https://github.com/qarmin/czkawka" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "czkawka_core" | |
version = "8.0.0" | ||
authors = ["Rafał Mikrut <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.79.0" | ||
rust-version = "1.80.0" | ||
description = "Core of Czkawka app" | ||
license = "MIT" | ||
homepage = "https://github.com/qarmin/czkawka" | ||
|
@@ -76,6 +76,7 @@ libheif-rs = { version = "=0.18.0", optional = true } # Do not upgrade now, sinc | |
libheif-sys = { version = "=1.14.2", optional = true } # 1.14.3 brake compilation on Ubuntu 22.04, so pin it to this version | ||
anyhow = { version = "1.0.89" } | ||
|
||
nom-exif = "2.1.0" | ||
|
||
state = "0.6" | ||
trash = "5.1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "czkawka_gui" | |
version = "8.0.0" | ||
authors = ["Rafał Mikrut <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.79.0" | ||
rust-version = "1.80.0" | ||
description = "GTK frontend of Czkawka" | ||
license = "MIT" | ||
homepage = "https://github.com/qarmin/czkawka" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "krokiet" | |
version = "8.0.0" | ||
authors = ["Rafał Mikrut <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.79.0" | ||
rust-version = "1.80.0" | ||
description = "Slint frontend of Czkawka Core" | ||
license = "GPL-3.0-only" | ||
homepage = "https://github.com/qarmin/czkawka" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters