Level 102
Why not use image magick on the command line?
https://imagemagick.org/script/mogrify.php
Replace with correct resolution and file ending
mogrify -resize 800x600 *.png
1 like
Hi folks,
I developed an application where i uploaded multiple images ,now i realise that i have to resize the image due to optimization issue.for further upload i have used intervention/image. How can i resize the image which are already uploaded ?
Is there any way please suggest.
Thanks :)
Please or to participate in this conversation.