GleamTech.ImageUltimate 5.6.1

.NET Standard 2.0 .NET Framework 4.6.1
There is a newer version of this package available.
See the version list below for details.
dotnet add package GleamTech.ImageUltimate --version 5.6.1
NuGet\Install-Package GleamTech.ImageUltimate -Version 5.6.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="GleamTech.ImageUltimate" Version="5.6.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add GleamTech.ImageUltimate --version 5.6.1
#r "nuget: GleamTech.ImageUltimate, 5.6.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install GleamTech.ImageUltimate as a Cake Addin
#addin nuget:?package=GleamTech.ImageUltimate&version=5.6.1

// Install GleamTech.ImageUltimate as a Cake Tool
#tool nuget:?package=GleamTech.ImageUltimate&version=5.6.1

ImageUltimate is the fastest and easiest ASP.NET image resizer which supports ASP.NET Core 2.0+, ASP.NET MVC 3.0+ and ASP.NET WebForms 4.6.1+ web applications/web sites.
ImageUltimate can also be used with .NET Core 2.0+ and .NET Framework 4.6.1+ console/desktop applications for conversion between several image formats.

Features:

- Can load and save many image file formats (raster, vector and camera raw).

- Provides a fluent interface for easily chaining image manipulation commands.

- Vastly faster (10x) than System.Drawing namespace and optimized specifically for web use.
 Minimal memory usage and the ability to process very large images in a fast manner.

- Provides detailed information about an image file like format, size, DPI, pixel format and metadata like EXIF and IPTC.

- Fast thumbnail generation, smartly looks for a EXIF thumbnail, removes black stripes above and below it and
 resizes it down further if needed.

- Provides these image transforms: Resize, LiquidResize (seam carving), Crop, TrimBorders, Rotate, Flip.

- Provides these image color/tone corrections and filters: Brightness, Contrast, Enhance, Blur, Sharpen.

- Caches generated images both on server and browser with a smart versioning algorithm. A unique and browser-cacheable url is generated according to the chained commands and whenever you change these commands (or modify the source image externally), the url will vary and this will cause browser to automatically detect changes (no need to press F5).

- Generates SEO friendly urls. By default the file name of the source image is used but it's possible to override this file name for SEO purposes.

- Single managed DLL (works both on 32-bit and 64-bit) for easy deployment and no dependencies. No messy Web.config settings. Just drop it in your bin folder and you are ready to go.

- Strongly-typed API for web, no need to learn and memorize messy url querystring parameters, just chain commands with the help of intellisense.
   
ASP.NET MVC usage example:

   @this.ImageTag("Image1.jpg", task => task.ResizeWidth(300))

ASP.NET WebForms usage example:

   <%=this.ImageTag("Image1.jpg", task => task.ResizeWidth(300)) %>

General usage examples:

   using (var imageTask = new ImageTask(@"C:\Pictures\Picture1.jpg"))
       imageTask.ResizeWidth(300).Save(@"C:\Output\Picture2.jpg");

Note: This package contains a fully working version of the product, however without a license key it will run in trial mode. This  means after 30 days, the generated images will be watermarked with a red "ImageUltimate" text at the bottom right corner.

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard2.0 netstandard2.1
.NET Framework net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen40 tizen60
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on GleamTech.ImageUltimate:

Package Downloads
GleamTech.FileUltimate

FileUltimate is an ASP.NET File Manager and Uploader which supports ASP.NET Core 2.1+, ASP.NET MVC 3.0+ and ASP.NET WebForms 4.7.2+ web applications/web sites. Integrate a file manager into your ASP.NET application or site rapidly. - Browse and manage files with access control. - Accept files with the advanced upload functionality. - Offer a structured and neat download area. - Preview documents (70+ file formats, including PDF © Microsoft Office), images, audios and videos. Note: This package contains a fully working version of the product, however without a license key it will run in trial mode.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.7.1 271 3/7/2023
5.7.0 304 2/23/2023
5.6.1 676 1/10/2023
5.6.0 2,584 8/14/2022
5.5.0 1,106 6/24/2022
5.4.2 1,971 6/3/2022
5.4.1 1,304 5/11/2022
5.4.0 1,824 4/20/2022
5.3.0 1,421 3/14/2022
5.2.0 8,419 3/5/2022
5.1.0 984 2/22/2022
5.0.0 2,246 11/28/2021
4.6.2 11,675 5/26/2021
4.6.1 6,594 4/19/2021
4.6.0 3,870 3/23/2021
4.5.0 5,983 2/16/2021
4.4.2 1,057 1/1/2021
4.4.1 6,627 11/23/2020
4.4.0 610 11/17/2020
4.3.5 458 11/14/2020
4.3.0 4,899 9/15/2020
4.2.3 5,656 8/6/2020
4.2.2 1,064 6/23/2020
4.2.0 626 6/15/2020
4.1.8 778 6/3/2020
4.1.5 675 5/22/2020
4.1.1 4,233 1/24/2020
4.1.0 772 1/9/2020
4.0.6 2,570 12/6/2019
4.0.5 1,324 11/20/2019

## Version 5.6.1 - January 9, 2022

 - **Improved:** Updated GleamTech.Common.