Releases: cureos/aforge
Portable AForge v 2.2.5-pre10
To sufficiently build applications using the Portable AForge v 2.2.5-pre8 and later libraries, please include Shim libraries from NuGet and reference the relevant Shim.Drawing DLL from the Shim.Drawing zip archive.
This release is coordinated with r1732 in original AForge.NET Framework repository.
For commercial use of these libraries, please read these notes on the README page.
Portable AForge v 2.2.5-pre9
This release contains adaptations required to support alpha first pixel formats on Xamarin iOS.
To sufficiently build applications using the Portable AForge v 2.2.5-pre8 and later libraries, please include Shim libraries from NuGet and reference the relevant Shim.Drawing DLL from the Shim.Drawing zip archive.
This release is coordinated with r1732 in original AForge.NET Framework repository.
For commercial use of these libraries, please read these notes on the README page.
Portable AForge v 2.2.5-pre8
BREAKING CHANGE! Shim.Drawing binaries are now available in a separate zip archive within this release.
To sufficiently build applications using the Portable AForge v 2.2.5-pre8 and later libraries, please include Shim libraries from NuGet and reference the relevant Shim.Drawing DLL from the Shim.Drawing zip archive.
This release is coordinated with r1732 in original AForge.NET Framework repository.
For commercial use of these libraries, please read these notes on the README page.
Portable AForge v 2.2.5-pre7
Two folders have been renamed; from Phone to WP8 and from Store to Win8.
To sufficiently build applications using the Portable AForge v 2.2.5.4 and later libraries, please include Shim libraries from NuGet.
This release is coordinated with r1732 in original AForge.NET Framework repository.
For commercial use of these libraries, please read these notes on the README page.
Portable AForge v 2.2.5-pre6
This release contains two new public methods in the Shim.Drawing assembly:
void Image.Save(Stream, ImageFormat)
static Image Image.FromStream(Stream)
To sufficiently build applications using the Portable AForge v 2.2.5.4 and later libraries, please include Shim libraries from NuGet instead.
This release is coordinated with r1732 in original AForge.NET Framework repository.
Portable AForge v 2.2.5-pre5
BREAKING CHANGES!
In Shim.Drawing, predefined Color
s are now represented as properties to accurately comply with the Color
structure in System.Drawing.
Local Shim libraries have been removed from this release. To sufficiently build applications using the Portable AForge v 2.2.5.4 and later libraries, please include Shim libraries from NuGet instead.
This release is coordinated with r1732 in original AForge.NET Framework repository.
Portable AForge v 2.2.5.4
BREAKING CHANGE! Local Shim libraries have been removed from this release. To sufficiently build applications using the Portable AForge v 2.2.5.4 and later libraries, please include Shim libraries from NuGet instead.
This release is coordinated with r1731 in original AForge.NET Framework repository.
Portable AForge v 2.2.5.3
BREAKING CHANGE! Cast operators between Bitmap
and WriteableBitmap
are now explicit
.
Release coordinated with r1730 in main repository.
Portable AForge v 2.2.5.2
Names of prerequisite assemblies have been changed to Shim and Shim.Drawing, respectively. Shim.Drawing classes have undergone accessibility revision to prevent accidental use of incomplete System.Drawing replacement classes, see issue #8.
Release is coordinated with revision 1729 of main AForge.NET Framework repository.
Portable AForge v 2.2.5.1
Updated release of the portable libraries that is not dependent upon WriteableBitmapEx assemblies.
Only Any CPU architecture assemblies are provided. This should be sufficient for all targets.