GleamTech.ImageUltimate
5.8.0
See the version list below for details.
dotnet add package GleamTech.ImageUltimate --version 5.8.0
NuGet\Install-Package GleamTech.ImageUltimate -Version 5.8.0
<PackageReference Include="GleamTech.ImageUltimate" Version="5.8.0" />
paket add GleamTech.ImageUltimate --version 5.8.0
#r "nuget: GleamTech.ImageUltimate, 5.8.0"
// Install GleamTech.ImageUltimate as a Cake Addin #addin nuget:?package=GleamTech.ImageUltimate&version=5.8.0 // Install GleamTech.ImageUltimate as a Cake Tool #tool nuget:?package=GleamTech.ImageUltimate&version=5.8.0
ImageUltimate is the fastest and easiest ASP.NET image resizer
which supports ASP.NET Core 5.0+, ASP.NET Core 2.1+, ASP.NET MVC 3.0+ and ASP.NET WebForms 4.7.2+ web applications/web sites.
ImageUltimate can also be used for conversion between several image formats
with .NET 5.0+ or .NET Core 2.0+ and .NET Framework 4.7.2+ console/desktop applications.
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 Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 is compatible. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.7.2
- GleamTech.Common (>= 5.8.0)
-
.NETStandard 2.0
- GleamTech.Common (>= 5.8.0)
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 5.0+, 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 |
---|---|---|
6.2.0 | 429 | 12/1/2024 |
6.0.2 | 1,472 | 9/1/2024 |
6.0.1 | 658 | 8/8/2024 |
6.0.0 | 419 | 7/22/2024 |
5.8.8 | 994 | 5/3/2024 |
5.8.7 | 508 | 4/18/2024 |
5.8.6 | 6,147 | 8/27/2023 |
5.8.5 | 7,868 | 4/23/2023 |
5.8.3 | 5,863 | 4/16/2023 |
5.8.2 | 5,440 | 4/11/2023 |
5.8.1 | 5,188 | 4/7/2023 |
5.8.0 | 5,409 | 4/3/2023 |
5.7.1 | 5,571 | 3/7/2023 |
5.7.0 | 5,499 | 2/23/2023 |
5.6.1 | 7,918 | 1/10/2023 |
5.6.0 | 9,312 | 8/14/2022 |
5.5.0 | 13,706 | 6/24/2022 |
5.4.2 | 7,971 | 6/3/2022 |
5.4.1 | 8,189 | 5/11/2022 |
5.4.0 | 8,540 | 4/20/2022 |
5.3.0 | 8,769 | 3/14/2022 |
5.2.0 | 35,537 | 3/5/2022 |
5.1.0 | 6,784 | 2/22/2022 |
5.0.0 | 8,107 | 11/28/2021 |
4.6.2 | 17,898 | 5/26/2021 |
4.6.1 | 15,010 | 4/19/2021 |
4.6.0 | 10,461 | 3/23/2021 |
4.5.0 | 14,398 | 2/16/2021 |
4.4.2 | 6,791 | 1/1/2021 |
4.4.1 | 13,388 | 11/23/2020 |
4.4.0 | 6,275 | 11/17/2020 |
4.3.5 | 5,287 | 11/14/2020 |
4.3.0 | 11,780 | 9/15/2020 |
4.2.3 | 11,947 | 8/6/2020 |
4.2.2 | 7,467 | 6/23/2020 |
4.2.0 | 5,744 | 6/15/2020 |
4.1.8 | 5,651 | 6/3/2020 |
4.1.5 | 5,629 | 5/22/2020 |
4.1.1 | 10,921 | 1/24/2020 |
4.1.0 | 5,495 | 1/9/2020 |
4.0.6 | 8,098 | 12/6/2019 |
4.0.5 | 7,089 | 11/20/2019 |
## Version 5.8.0 - April 2, 2023
- **Added:** Implemented GleamTech.Drawing namespace to replace System.Drawing.
Starting with .NET 6, System.Drawing.Common is not supported on non-Windows platforms,
so dropped dependency to System.Drawing.Common package
for GleamTech.ImageUltimate and GleamTech.Common:
- Implemented GleamTech.Drawing.Image class which
- Can load and save file formats Jpg, Png, Gif, WebP, Bmp, Tga, Pbm, Tiff
- Can handle multi-frame Tiff and Gif images
- Can resize, crop, rotate, flip, clone, import/export pixel data, draw text, provide detailed image info
- Can be explicitly cast from/to (via cast operator or via extension methods) other image libraries:
System.Drawing.Bitmap, System.Drawing.Image
SixLabors.ImageSharp.Image
SkiaSharp.SKBitmap, SkiaSharp.SKImage
Microsoft.Maui.Graphics.Platform.PlatformImage
- Implemented GleamTech.Drawing.Color struct which
- Can convert from/to html color codes #RRGGBB or #RRGGBBAA (or short codes #RGB or #RGBA)
- Can convert from/to named colors
- Can be implicitly (automatically) cast from/to other image libraries:
System.Drawing.Color
SixLabors.ImageSharp.Color, SixLabors.ImageSharp.PixelFormats
SkiaSharp.SKColor
Microsoft.Maui.Graphics.Color
- Implemented GleamTech.Drawing.Font class which
- Can be implicitly (automatically) cast from/to other image libraries:
System.Drawing.Font
SixLabors.Fonts.Font
SkiaSharp.SKFont
Microsoft.Maui.Graphics.Font
- Also implemented GleamTech.Drawing.Rectangle and GleamTech.Drawing.Size structs.
- **Changed:** Parameter and return type from System.Drawing.Bitmap to GleamTech.Drawing.Image
for ImageTask, ImageInfo constructors and some methods.
Renamed ImageTask.SaveAsBitmap to SaveAsGleamTechDrawingImage
You can also use the new extension method ToSystemDrawingBitmap on returned values but it's recommended that
you adjust your code for the new GleamTech.Drawing.Image class which is very similar.
- **Changed:** Renamed ImageInfoBase.DpiX to ResolutionX and ImageInfoBase.DpiY to ResolutionY
and ensured returned value is converted to pixels per inch (and return 96 by default - if no metadata or if it's read as 0).
- **Added:** An Action parameter named "configure" to UseGleamTech. It's more neat to set GleamTech products
related configuration in callback and it has better timing for especially web configuration:
```c#
app.UseGleamTech(() =>
{
GleamTechConfiguration.Current.LogEnabled = true;
ImageUltimateConfiguration.Current.LicenseKey = "QQJDJLJP34...";
});
```
- **Improved:** ExampleExplorer:
- Added "show system information" button on the top-right corner to display system information in a message box.
- Show error messages for server handler methods.
- Refresh page automatically when session is expired.