Commit graph

2 commits

Author SHA1 Message Date
d76e133f18 Completely removed GDI
Some checks failed
Build Windows Avalonia / build (push) Failing after 1m47s
2026-05-28 20:27:05 +02:00
d62342aae1 Implement ImageCreatorImageSharp using SixLabors.ImageSharp for image processing
- Added ImageCreatorImageSharp class for image creation, handling EXIF orientation, resizing, and saving images.
- Replaced GDI+ dependencies with ImageSharp for cross-platform compatibility.
- Introduced methods for drawing text and logos on images, including handling transparency and positioning.
- Created a test plan for validating ImageCreatorImageSharp functionality, focusing on image resizing, text positioning, logo features, and EXIF orientation.
- Added documentation for the test plan outlining goals, project structure, and implementation notes.
2026-03-08 11:17:47 +01:00
Renamed from MaddoShared/ImageCreatorAlternate.cs (Browse further)