Yet, I can't something like this to work
Code: Select all
exec("$convert $tmp_fp_file -colors 256 -quality 75 -resize 800x900 -filter Mitchell -unsharp 2x1.0 $png_saved_fpfile");
Thanks
Code: Select all
exec("$convert $tmp_fp_file -colors 256 -quality 75 -resize 800x900 -filter Mitchell -unsharp 2x1.0 $png_saved_fpfile");
.Would be nice it the documentation stated the type for each command
Agreed. Grab the source to the command line option web page, make your edits, and post the updates here and we will get it into the main ImageMagick web site. ImageMagick is a community project and depends on users like yourself to improve the project.Would be helpful if the category was shown on the command line, i.e.,
It works, you may not be using the right radius, sigma, amount, and threshold to give you a desired result. Try resizing and then resize followed by -unsharp. Compare the two images with the compare program and the difference image highlights which pixels were modified by the -unsharp option.On my system, -unsharp does not work following -resize.