Timeline for Bulk Resize images in sub directories with Imagemagick
Current License: CC BY-SA 3.0
12 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Aug 15, 2017 at 11:36 | comment | added | mmc501 | Ah - sorted now - installed via https://serverpilot.io/community/articles/how-to-install-the-imagemagick-executable.html | |
| Aug 15, 2017 at 11:34 | comment | added | mmc501 |
Might be something like that alright ran: mogrify -resize 50% 1test.jpg and magick mogrify -resize 50% 1test.jpg First one said mogrify can be found on one of following packages and other one said no command 'magick' found. It was installed via https://serverpilot.io/community/articles/how-to-install-the-php-imagemagick-extension.html
|
|
| Aug 15, 2017 at 11:24 | comment | added | sebasth |
Try running just identify and mogrify to see if you get command not found, in which case there is a problem with your imagemagick install.
|
|
| Aug 15, 2017 at 11:20 | comment | added | mmc501 | How do I do that? | |
| Aug 15, 2017 at 11:14 | comment | added | mmc501 | Yes it is installed Trying again and get loads of the above error message and this at the bottom: xargs: mogrify: No such file or directory | |
| Aug 15, 2017 at 11:01 | comment | added | sebasth | Is imagemagick installed? | |
| Aug 15, 2017 at 10:53 | comment | added | mmc501 | I have just tried this same script on another server but just get the error: find: `identify': No such file or directory | |
| Aug 15, 2017 at 8:30 | history | edited | sebasth | CC BY-SA 3.0 |
typo
|
| Aug 15, 2017 at 8:29 | vote | accept | mmc501 | ||
| Aug 15, 2017 at 8:29 | comment | added | mmc501 | Awesome - works perfectly! In second code block just update the file extension to .jpg | |
| Aug 15, 2017 at 8:18 | history | edited | sebasth | CC BY-SA 3.0 |
typo
|
| Aug 15, 2017 at 8:08 | history | answered | sebasth | CC BY-SA 3.0 |