Skip to content

Releases: cureos/aforge

Portable AForge v 2.2.5-pre10

13 Jan 15:21
Compare
Choose a tag to compare
Pre-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-pre9

08 Dec 15:40
Compare
Choose a tag to compare
Pre-release

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

09 Nov 20:59
Compare
Choose a tag to compare
Pre-release

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

24 Oct 09:11
Compare
Choose a tag to compare
Pre-release

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

14 Oct 06:54
Compare
Choose a tag to compare
Pre-release

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

03 Oct 07:01
Compare
Choose a tag to compare
Pre-release

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.

Portable AForge v 2.2.5.4

28 Jul 09:37
Compare
Choose a tag to compare
Pre-release

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

19 May 06:30
Compare
Choose a tag to compare
Pre-release

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

07 Apr 08:04
Compare
Choose a tag to compare
Pre-release

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

27 Jan 10:59
Compare
Choose a tag to compare
Pre-release

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.