Skip to main content
Antal István

Creating images for the Apple Watch

A row of mountain-and-sun photo thumbnails growing from a tiny green-and-red icon up to a large one, ending in a chunky blue Apple Watch displaying the same picture.

Recently I had this idea to put useful notes and recipes on my Apple Watch for easy access. Unfortunately, it was tedious to get the aspect ratio right.

magick SCR-20221028-pyx.png -resize 376x461 -gravity center -extent 396x484 out.png

Related