Thor
Honorary Master
- Joined
- Jun 5, 2014
- Messages
- 44,236
Lepton is a tool and file format for losslessly compressing JPEGs by an average of 22%
I want to know is there a way to build my websites to use this, will this give any benefit or will this just help if you have a gallery type site where users upload images and you then display them
IE -> Upload ( compress ) -> Display ( Decompressed ) like a roundtrip (compress and decompress) an image on the website.
===
I am above my fire making place so to simplify what I want to achieve:
I want to serve the smallest and fastest possible website to the browser at all times, so I do a lot with writing effective, but minimal CSS and HTML and make my PHP includes as intuitive as possible to save bandwidth needed to view the site I also use TinyJPG religiously to make the images have as little affect on the website size as possible.
So just looking to learn more and more ways on optimizing of delivery to the browser
I want to know is there a way to build my websites to use this, will this give any benefit or will this just help if you have a gallery type site where users upload images and you then display them
IE -> Upload ( compress ) -> Display ( Decompressed ) like a roundtrip (compress and decompress) an image on the website.
===
I am above my fire making place so to simplify what I want to achieve:
I want to serve the smallest and fastest possible website to the browser at all times, so I do a lot with writing effective, but minimal CSS and HTML and make my PHP includes as intuitive as possible to save bandwidth needed to view the site I also use TinyJPG religiously to make the images have as little affect on the website size as possible.
So just looking to learn more and more ways on optimizing of delivery to the browser