What is the equivalent of this command for PHP?
Posted: 2016-02-04T12:57:02-07:00
Hello, my name is Jose Luis.
I have this command:
And I want to use it from PHP. I am using Imagick Library.
thanks
I have this command:
Code: Select all
convert P1020592.jpg -resize "600x" -unsharp 2x0.5+0.7+0 -quality 98 iseran_s.jpg
And I want to use it from PHP. I am using Imagick Library.
thanks