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
Code: Select all
convert P1020592.jpg -resize "600x" -unsharp 2x0.5+0.7+0 -quality 98 iseran_s.jpg