In This Topic
Cross-Platform support
In This Topic
Starting GdPicture.NET 14.2 a new Cross-Platform assembly is available: GdPicture.NET.14.API.dll
This assembly is a subset of GdPicture.NET that can be used in Windows 32-bits, Windows 64-bits, Linux 64-bits and Linux ARM 64-bits.
It targets the .NET 6 framework and it is compatible with .NET 7.
More platforms will be supported over time.
The API references contain a new section dedicated to this assembly.
This assembly does not include:
- WinForm & WPF user controls.
- Printing support.
- TWAIN & WIA acquisition support.
- Some other minor functionalities which are Windows specific.
Some Windows specific types are mapped to new types:
- Color -> GdPicture14.Imaging.GdPictureColor
- PixelFormat -> GdPicture14.Imaging.GdPicturePixelFormat
- RectangleF -> GdPicture14.Imaging.GdPictureRectangleF
- Rectangle -> GdPicture14.Imaging.GdPictureRectangle
- FontStyle -> GdPicture14.Imaging.GdPictureFontStyle
- Point -> GdPicture14.Imaging.GdPicturePoint
- FillMode -> GdPicture14.Imaging.GdPictureFillMode
- InterpolationMode -> GdPicture14.Imaging.GdPictureInterpolationMode
- RotateFlipType -> GdPicture14.GdPictureRotateFlipType