mirror of
https://code.gri.mw/GUI/grim.git
synced 2026-07-13 18:28:55 +00:00
fix: 270 degrees camera image rotation
This commit is contained in:
@@ -53,7 +53,7 @@ impl CameraContent {
|
||||
img = match img_data.1 {
|
||||
90 => img.rotate90(),
|
||||
180 => img.rotate180(),
|
||||
279 => img.rotate270(),
|
||||
270 => img.rotate270(),
|
||||
_ => img
|
||||
};
|
||||
// Convert to ColorImage to add at content.
|
||||
|
||||
Reference in New Issue
Block a user