Aforge Versions Save

PCL version of AForge.NET Framework, https://code.google.com/p/aforge/

v2.2.5-pre10

9 years ago

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.

v2.2.5-pre9

9 years ago

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.

v2.2.5-pre8

9 years ago

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.

v2.2.5-pre7

9 years ago

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.

v2.2.5-pre6

9 years ago

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.

v2.2.5.5

9 years ago

BREAKING CHANGES! In Shim.Drawing, predefined Colors 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.

v2.2.5.4

9 years ago

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.

v2.2.5.3

9 years ago

BREAKING CHANGE! Cast operators between Bitmap and WriteableBitmap are now explicit.

Release coordinated with r1730 in main repository.

v2.2.5.2

9 years ago

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.

v2.2.5.1

10 years ago

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.