Small-files

From XPUB & Lens-Based wiki
Revision as of 21:55, 15 January 2023 by Manetta (talk | contribs) (Created page with "==How to compress images?== Useful references: * [https://kokorobot.ca/site/image_optimization.html Ways to optimize images for the web, by Rekka Bellum] * [https://github.com/lowtechmag/solar/wiki/Solar-Web-Design How to Build a Low-tech Website: Design Techniques and Process] ===Image resizing=== Decrease the file size of an images by saving them with specific settings: <code>quality</code>, <code>smoothing</code>, <code>progressive loading</code>, <code>no exif d...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

How to compress images?

Useful references:

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.

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

Discussion points