GleamTech.ImageUltimate by gtdev

<PackageReference Include="GleamTech.ImageUltimate" Version="4.6.1" />

 GleamTech.ImageUltimate 4.6.1

ImageUltimate is the fastest and easiest ASP.NET image resizer which supports ASP.NET Core 2.0+, ASP.NET MVC 3+ and ASP.NET WebForms 4+ web applications/web sites. ImageUltimate can also be used with .NET Core 2.0+ and .NET Framework 4.0+ 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.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>GleamTech.ImageUltimate</id>
    <version>4.6.1</version>
    <title>ImageUltimate: ASP.NET Image Resizer</title>
    <authors>gtdev</authors>
    <owners>gtdev</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <license type="file">License.md</license>
    <licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
    <icon>Icon.png</icon>
    <projectUrl>https://www.gleamtech.com/imageultimate</projectUrl>
    <iconUrl>https://www.gleamtech.com/resources/images/icons/imageultimate128.png</iconUrl>
    <description>ImageUltimate is the fastest and easiest ASP.NET image resizer which supports ASP.NET Core 2.0+, ASP.NET MVC 3+ and ASP.NET WebForms 4+ web applications/web sites.
ImageUltimate can also be used with .NET Core 2.0+ and .NET Framework 4.0+ 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 =&gt; task.ResizeWidth(300))

ASP.NET WebForms usage example:

    &lt;%=this.ImageTag("Image1.jpg", task =&gt; task.ResizeWidth(300)) %&gt;

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.</description>
    <summary>Fastest and easiest ASP.NET image resizer. Both ASP.NET WebForms and ASP.NET MVC 3+ (.NET Framework 4.0+) are supported. The library can also be used with .NET desktop applications as web specific features are separated into Web sub-namespace.</summary>
    <releaseNotes>## Version 4.6.1 - April 18, 2021

  - **Improved:** Stability of image processing.

  - **Fixed:** For ASP.NET Core projects, license was being checked even for localhost in some cases (for domain restricted Professional license).

  - **Improved:** Updated docs. Licensing page now includes all details on how to use the purchased license key.
     In Getting Started pages, used .NET 5 (NET Core 3.0+) syntax and put config file (appsettings.json, Web.config) 
     option first for Core, MVC and WebForms.
     In Supported Formats page, added title attribute to cells in support table for easier tracking when column headers are not visible.</releaseNotes>
    <copyright>Copyright © 2015-2021 GleamTech</copyright>
    <tags>ImageResizer Image Resizer Fast Easy Quality Fluent Resize Crop Rotate Flip Brightness Contrast EXIF IPTC ASP.NET WebForms MVC .net40 Server Client Cache Thumbnail Convert Converter Transform Metadata Handler Module High Performance Low Memory Large Files Pipeline Chain Reader Generator SEO Responsive Web Processing Processor Manipulation LiquidResize Seam-Carving JPG JPEG JPE JIF JFIF JFI JP2 JPF JPX J2K J2C JPC PNG GIF WEBP BMP WMF DIB ICO TGA PSD PSB TIF TIFF TFF SVG EMF DNG ARW SR2 SRF CR2 CRW NEF NRW RAF ORF PEF KDC DCR MRW ERF RW2 SRW X3F MEF RAW</tags>
    <dependencies>
      <group targetFramework=".NETFramework4.0">
        <dependency id="GleamTech.Common" version="4.5.2" />
      </group>
      <group targetFramework=".NETStandard2.0">
        <dependency id="GleamTech.Common" version="4.5.2" />
        <dependency id="System.Runtime.Loader" version="4.3.0" />
        <dependency id="System.Drawing.Common" version="4.7.0" />
        <dependency id="Microsoft.AspNetCore.Mvc.Razor" version="2.0.3" />
      </group>
    </dependencies>
  </metadata>
</package>