Small-files: Difference between revisions
m (Manetta moved page Small-files to Compression) |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 67: | Line 67: | ||
* https://formafantasma.com/website | * https://formafantasma.com/website | ||
* [https://www.simplethread.com/why-your-website-should-not-use-dithered-images/ Why Your Website Should Not Use Dithered Images?] | * [https://www.simplethread.com/why-your-website-should-not-use-dithered-images/ Why Your Website Should Not Use Dithered Images?] | ||
===See also=== | |||
* [[Prototyping 2013-11-05 (Lens Based Media)|prototyping class on video compression]] |
Latest revision as of 15:10, 6 June 2024
How to compress images?
What is data compression? It's a way to encode information in such way, that is uses less bytes to store it.
General useful references:
- Ways to optimize images for the web, by Rekka Bellum
- How to Build a Low-tech Website: Design Techniques and Process
And if you are curious to learn how image files are encoded, have a look at the following links:
Image file types
Image resizing
Decrease the file size of an images by saving them with specific settings: quality
, smoothing
, progressive loading
, no exif data
, color sub-sampling
. You can do this in Gimp, Imagemagick or Photoshop.
- Green Hacks: Optimising images for web - Rekka Bellum (using Gimp)
- Ways to optimize images for the web, by Rekka Bellum (using Imagemagicks's mogrify)
- Imagemagick's mogrify
Dithering
Keep your web pages light!
Check the size of a web page
Right-click on inspect
and click on network
.
Lazy loading
CSS sprites
Links
Small files as a feature
- SMALL FILE MEDIA FESTIVAL
- Open Call: Small File Photo Festival
- demoscene: pouet.net, scene.org, demoscene.info, viznut, ...
- Taper #9: "each poem—the HTML on the page after the header—could be no more than a tiny 2KB (2048 bytes)"
- Michael prototyping a Jpeg loop in Python using Imagemagick
Command line tools
Discussion points
- https://merveilles.town/@neauoire/109015104990420443
- dithering discussed in the damaged earth catalog
- https://www.vw.ca/carbonneutralnet/en/
- https://formafantasma.com/website
- Why Your Website Should Not Use Dithered Images?