Skip to content

Commit a4887e7

Browse files
Update knowledge-base/correcting-upside-down-image-imageeditor-dotnet-maui.md
Co-authored-by: Yordan <[email protected]>
1 parent 7b3309a commit a4887e7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

knowledge-base/correcting-upside-down-image-imageeditor-dotnet-maui.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ To ensure proper image orientation, handle EXIF metadata before loading the imag
4141
### Steps to Correct Image Orientation
4242

4343
1. Add Helper Methods&mdash;Implement the following methods to handle image loading and orientation:
44-
Implement the following methods to handle image loading and orientation:
4544

4645
```csharp
4746
public SKBitmap LoadBitmapWithOrigin(Stream imageStream, out SKEncodedOrigin origin)

0 commit comments

Comments
 (0)