Skip to content

testAleAC/UmbracoTinifier

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

The official and free Umbraco TinyPNG package for image compressing. Tinifier allows to dramatically reduced the size of PNG and JPEG images which positively influence on a page loading time and visitors loyalty.

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.

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

Features

  • Optimize individual images from the Media
  • Folders optimization
  • Supported image formats: PNG and JPEG
  • Optimized image stats
  • API requests widget
  • Total saved bytes widget
  • Image optimization on upload
  • Umbraco 7.7 support
  • Azure blob storage support
  • Top 50 tinified images

Nuget package

https://www.nuget.org/packages/Tinifier/

More about project

Tinifier Developer`s site

License

Copyright © Backend Devs.

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.

About

Umbraco package to minimize and optimize images

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 78.8%
  • HTML 11.8%
  • CSS 3.7%
  • Classic ASP 2.7%
  • C# 2.5%
  • XSLT 0.5%