I was playing with image dithering both as an aestetic and a way to make images smaller recently, inspired by solar.lowtechmagazine.com and others.

I made these four as title images for the collapse blog post series using the following Imagemagick script:

convert image.jpg -resize 840x840 -strip -colors 4 -ordered-dither o8x8 image-dithered.png

@tbernard @garrett

Nice idea for photos but do you know what would make a difference? Platforms supporting SVG images!

@post @tbernard SVG != Photos, but I also wish SVG was supported in more places.

But SVG can also be unsafe. It needs sanitization.

github.com/cloudflare/svg-hush

And SVG can get pretty large. It often needs optimization.

github.com/svg/svgo

And browsers all render SVG a bit different. They've all gotten better and more consistent over the years, thankfully.

(FWIW: I'm saying all this as a fan of SVG and I do use Inkscape a lot.)

Follow

@garrett @tbernard

Security has always been an excuse not to adopt SVG more (and even if it were, a new vector format could be introduced, but as you said it can be sanitized).

Video codecs also introduce security problems and they are one of the main attack vectors towards multimedia systems embedded in cars and more.

Sign in to participate in the conversation
Qoto Mastodon

QOTO: Question Others to Teach Ourselves
An inclusive, Academic Freedom, instance
All cultures welcome.
Hate speech and harassment strictly forbidden.