Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion NuGet/IronSoftware.Drawing.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,15 @@ Supports:

For general support and technical inquiries, please email us at: support@ironsoftware.com</description>
<summary>IronSoftware.System.Drawing is an open-source solution for .NET developers to replace System.Drawing.Common with a universal and flexible library.</summary>
<releaseNotes>- Removed explicit System.Memory dependency to resolve .NET Framework assembly version conflict.</releaseNotes>
<releaseNotes>
Features
- Added support for creating multi-page TIFFs while preserving per-page dimensions, orientation, and resolution
Enhancements
- Added support for converting AnyBitmap images to 8, 24, or 32 bits per pixel
Bug Fixes
- Fixed an issue where AnyBitmap.BitsPerPixel reported incorrect color depths for TIFF images
- Fixed issues affecting multi-page TIFF generation, including incorrect resolution metadata and corrupted output for certain RGB image formats
</releaseNotes>
<copyright>Copyright © Iron Software 2022-2026</copyright>
<tags>Images, Bitmap, SkiaSharp, SixLabors, BitMiracle, Maui, SVG, TIFF, TIF, GIF, JPEG, PNG, Color, Rectangle, Drawing, C#, VB.NET, ASPX, create, render, generate, standard, netstandard2.0, core, netcore</tags>
<repository type="git" url="https://github.com/iron-software/IronSoftware.Drawing.Common" commit="$commit$" />
Expand Down
Loading