Difference between revisions of "Tiny-tools"
From Habitat: Giardino
(→cURL) |
|||
Line 8: | Line 8: | ||
= [https://imagemagick.org/index.php Imagemagick] = | = [https://imagemagick.org/index.php Imagemagick] = | ||
Also to compress images for web use. | |||
Install Imagemagick on Mac OS | Install Imagemagick on Mac OS | ||
Revision as of 19:26, 21 April 2022
- Glitchy 3bit dither demo: https://jkirchartz.com/Glitchy3bitdither/
- https://constraint.systems/
curl
Install Curl on Mac OS
brew install curl
Imagemagick
Also to compress images for web use.
Install Imagemagick on Mac OS
brew install imagemagick
Ffmpeg
Install Ffmpeg on Mac OS
brew install ffmpeg