Great images, poor performance?
You can do better!

Optimizing images is really hard. Especially with user provided content. Add image formats like webp which are not supported in every browser and it gets really hard. Imagelint is made to make all of that really easy. Just switch your image URLs and you are done.
Images which are not optimized for mobile are very heavy on your website's load times.
Long loading times increase the risk of your users leaving your website.
The optimized images are served directly by Imagelint.

Imagelint,
the simple solution.

Perfect images made simple.
Just update your image URLs and rest assured that your images are instantly optimized. Imagelint downloads your images on the fly, optimizes, compresses and resizes them.

Adding Imagelint to your website only takes a few minutes:

// Integration with PHP
composer require imagelint/imagelint-php

<img src="<?= Imagelint::get('example.com/picture.jpg'); ?>">
Read more
// Integration with Laravel
composer require imagelint/imagelint-php

<img src="<?= Imagelint::get('example.com/picture.jpg'); ?>">
Read more
// Integration with Javascript
npm install imagelint --save

Imagelint.get('http://example.com/picture.jpg')

// With parameters
Imagelint.get('http://example.com/picture.jpg', [
  'width' => 150
])
Read more
// Integration with vue.js
<imagelint src="http://example.com/picture.jpg"></imagelint>
Work in progress.
// Integration with HTML
<img src="https://a1.imagelint.com/example.com/picture.jpg">
Integration with Wordpress
  1. Install the Imagelint Wordpress plugin
  2. Done :)
// Integration with webpack
Replace your file-loader publicPath with:
publicPath: (process.env.NODE_ENV === 'production') ? 'https://a1.imagelint.com/your-domain.com/' : '/'

Why use Imagelint

  • Optimizes and scales your images automatically

    Imagelint optimizes the size of your images automatically based on the user's device. A smartphone doesn't need the images in the same resolution as a larger device does. This alone can save up top 90% of the file size. That means your images load about 90% faster and your user's mobile data plan is happy as well.
  • Automatic WebP / png / jpg encoding

    Different browsers support different image formats. Chrome & Opera support WebP which saves around ~30% of the file size - while preserving the same image quality.


  • Automatic DPR (device pixel ratio) resizing

    The Imagelint Libraries recognize the DPR of the monitor and deliver images which look awesome on every monitor. You won't have to care about producting @2x versions of your images anymore.
  • Backend to optimize your images

    With Imagelint you get a simple tool to adjust the compression rate, size and focal point of your images directly online.

Pricing

Basic

Basic functionality
max. 5 GB Traffic / Month
We contact you when you get close to the limit to discuss possible upgrades.
Best value

Pro

monthly payment
No traffic limits
All backend features
Free during beta
0.20€ / 100 original images
0.05€ / GB traffic

Dedicated

12 months contract duration
Dedicated Resources
Individual configuration which can be adjusted to
your requirements