From c7679e08ef3331824ec1db21fce9a5ab9ac9fafe Mon Sep 17 00:00:00 2001 From: Alex Scerba Date: Fri, 6 Sep 2024 10:02:48 -0400 Subject: Replace depreciated 'convert' command --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index c8e0d32..099de26 100644 --- a/README.md +++ b/README.md @@ -18,5 +18,5 @@ This is my personal website that takes the place of [alexscerba.org](https://ale [] Image scraping and gallery: Scrape and agregate all images from the site into a lazy-loading image gallery. ## Useful Commands -* convert image.jpg -resize 1000x1000 image_1000.jpg -* for file in $(ls -1 | sed 's/\.[^.]*$//'); do convert "$file.jpg" -resize 1000x1000 "$(echo $file)_1000.jpg"; done \ No newline at end of file +* magick image.jpg -resize 1000x1000 image_1000.jpg +* for file in $(ls -1 | sed 's/\.[^.]*$//'); do magick "$file.jpg" -resize 1000x1000 "$(echo $file)_1000.jpg"; done \ No newline at end of file -- cgit v1.2.3