Releases: GleamTech/ImageUltimate
Release list
ImageUltimate v3.1.5
Version 3.1.5 - June 25, 2018
-
Improved: Stability of image processing.
-
Improved: Documentation.
Included example projects:
- ASP.NET WebForms (C#)
- ASP.NET WebForms (VB)
- ASP.NET MVC (C#)
- ASP.NET MVC (VB)
- ASP.NET Core (C#)
ImageUltimate v3.1.1
Example projects for WebForms (C#), WebForms (VB), MVC (C#) and MVC (VB) are included.
Version 3.1.1 - June 14, 2018
- Improved: Updated GleamTech.Core.
ImageUltimate v3.1.0
Example projects for WebForms (C#), WebForms (VB), MVC (C#) and MVC (VB) are included.
Version 3.1.0 - May 22, 2018
-
Added: "ASP.NET Core on .NET Framework" support. ASP.NET Core uses a completely new web engine different than
System.Web but now you can use GleamTech products on both classic ASP.NET and ASP.NET Core with the same net40 DLL
as we abstracted classes like HttpContext, HttpRequest and HttpResponse etc. and we implemented a Middleware for
mimicking HttpModule and HttpHandler. So our DLL auto-magically works regardless of whether you are running
under classic ASP.NET or ASP.NET Core. Note that "ASP.NET Core on .NET Core" is a different platform and it's not
supported yet because it requires porting all the code from .NET Framework runtime to .NET Core runtime so it
requires a new DLL and .NET Core runtime does not provide all of the APIs yet. Minimum supported version is
ASP.NET Core MVC 2.0.3 on .NET Framework 4.6.1 (this is because 2.0.3 fixes a bug related to referencing
external DLLs in a razor page). -
Added: New example project for "ASP.NET Core on .NET Framework", please refer to it for info on sample usage.
Also updated docs with Getting Started article for the new platform. -
Changed: License keys are changed so please go to https://www.gleamtech.com/upgrade and acquire a new license
key if you want to use this version (or higher). If your one year maintenance has not ended, you will receive a
new free license key on the same page. -
Improved: Stability of image processing.
ImageUltimate v3.0.6
Example projects for WebForms (C#), WebForms (VB), MVC (C#) and MVC (VB) are included.
Version 3.0.6 - April 20, 2018
- Improved: Stability of image processing.
ImageUltimate v3.0.5
Example projects for WebForms (C#), WebForms (VB), MVC (C#) and MVC (VB) are included.
Version 3.0.5 - April 11, 2018
-
Fixed: Handler routing was not working (HTTP 404) in ASP.NET Development Server included in Visual Studio 2010
due to how it handled Request.PathInfo differently from IIS/IIS Express. -
Improved: Removed ImageModule and made use of the new handler routing (no need for an additional HttpModule
as WebActivationModule is now the central and only module for GleamTech products)
ImageUltimate v3.0.1
Example projects for WebForms (C#), WebForms (VB), MVC (C#) and MVC (VB) are included.
Version 3.0.1 - March 30, 2018
-
Improved: Stability of image processing.
-
Improved: Updated GleamTech.Core.
ImageUltimate v3.0.0
Example projects for WebForms (C#), WebForms (VB), MVC (C#) and MVC (VB) are included.
Version 3.0.0 - March 6, 2018
- Added: Re-designed and simplified the API.
Added new task commands like LiquidResize (seam carving), Enhance, Blur and Sharpen.
Added support for new formats: SVG, JPEG 2000 (JP2), EMF, WMF, DIB, ICO