Skip to content
This repository was archived by the owner on Aug 5, 2025. It is now read-only.

Releases: cureos/aforge

Portable AForge v 2.2.5-pre10

Pre-release

Choose a tag to compare

@anders9ustafsson anders9ustafsson released this 13 Jan 15:21

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

Pre-release

Choose a tag to compare

@anders9ustafsson anders9ustafsson released this 08 Dec 15:40

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

Pre-release

Choose a tag to compare

@anders9ustafsson anders9ustafsson released this 09 Nov 20:59

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

Pre-release

Choose a tag to compare

@anders9ustafsson anders9ustafsson released this 24 Oct 09:11

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

Pre-release

Choose a tag to compare

@anders9ustafsson anders9ustafsson released this 14 Oct 06:54

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

Pre-release

Choose a tag to compare

@anders9ustafsson anders9ustafsson released this 03 Oct 07:01

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

Pre-release

Choose a tag to compare

@anders9ustafsson anders9ustafsson released this 28 Jul 09:37

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

Pre-release

Choose a tag to compare

@anders9ustafsson anders9ustafsson released this 19 May 06:30

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

Pre-release

Choose a tag to compare

@anders9ustafsson anders9ustafsson released this 07 Apr 08:04

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

Pre-release

Choose a tag to compare

@cureos cureos released this 27 Jan 10:59

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.