It started with the dumbest problem in computing: I'm in bed, a movie is playing on my laptop across the room, and pausing it requires physically getting up. Every existing fix annoyed me in some way. Remote desktop apps are overkill and route through som... See more
I have never once typed this correctly from memory: magick mogrify -path out -format webp -quality 80 -resize 1600x1600\> -unsharp 0x1 photos/*.jpg The 1600x1600\> to avoid upscaling, the -unsharp 0x1 incantation, the -path that has to exist first —... See more