Our.Umbraco.Tinifier 2.0.0

dotnet add package Our.Umbraco.Tinifier --version 2.0.0
NuGet\Install-Package Our.Umbraco.Tinifier -Version 2.0.0
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="Our.Umbraco.Tinifier" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Our.Umbraco.Tinifier --version 2.0.0
#r "nuget: Our.Umbraco.Tinifier, 2.0.0"
#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 Our.Umbraco.Tinifier as a Cake Addin
#addin nuget:?package=Our.Umbraco.Tinifier&version=2.0.0

// Install Our.Umbraco.Tinifier as a Cake Tool
#tool nuget:?package=Our.Umbraco.Tinifier&version=2.0.0

Umbraco Tinifier 2.0

Notice: This package addresses several issues preventing TinifierNext from running. Since the author/owner of that package are not reachable, this new package was created instead.

Overview

The official and free Umbraco TinyPNG package for image compressing. Tinifier allows to dramatically reduce the size of PNG and JPEG images which positively influences page loading time.

TinyPNG uses smart lossy compression techniques to reduce the file size of your PNG files. By selectively decreasing the number of colors in the image, fewer bytes are required to store the data. The effect is nearly invisible, but it makes a huge difference in file size.

TinyPNG provides an API which allows compressing images programmatically. 500 successful requests per month are available for free usage. It can be not enough for large enterprise websites, so check prices on the TinyPNG website before the start.

Quick start (download .pdf with screens)

(the pdf is outdated, but the principals still apply)

  1. Install Tinifier2 package
  2. Register account in the TinyPNG and get API key
  3. Add the Tinifier section for your user in the Users section.
  4. Go to the Tinifier settings and set API key.
  5. Tinify (compress) an appropriate image
  6. Your visitors are happy with fast loading pages!

Features

  • Optimize individual images from the Media
  • Folder optimization
  • Supported image formats: PNG and JPEG
  • Optimized image stats
  • API requests widget
  • Total saved bytes widget
  • Image optimization on upload
  • Umbraco 8 support
  • Azure blob storage support
  • Top 50 tinified images
  • Save metadata
  • Optimize ImageCropper images on upload
  • Tinify everything (all media and crops)
  • Organize images by dates in Media

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.0 7,265 1/9/2021

2.0.0 - Initial release that addresses issues preventing TinifierNext from working