Search found 1 match

by krasho
2016-02-04T12:57:02-07:00
Forum: IMagick
Topic: What is the equivalent of this command for PHP?
Replies: 1
Views: 9062

What is the equivalent of this command for PHP?

Hello, my name is Jose Luis.

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