aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlex Scerba <alex@scerba.org>2024-09-06 10:02:48 -0400
committerAlex Scerba <alex@scerba.org>2024-09-06 10:02:48 -0400
commitc7679e08ef3331824ec1db21fce9a5ab9ac9fafe (patch)
tree9e7c07c4628206a50d78c4c9352b8218cfa19160 /README.md
parent9188d93ab3525cbb7ed5300d8048dfaaef5e4635 (diff)
Replace depreciated 'convert' command
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
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