diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |