Newbie question about technique
Posted: 2006-03-23T18:39:45-07:00
We someone comment on my command. It works fine; but, I wondering if I've got the optimal list of commands
For example, it seems as if the filtering and upsharp operations should follow the -resize command; but, it doesn't work.
Code: Select all
if(exec("$convert $tmp_fp_file -colors $png_colors -filter $filter -quality $quality -unsharp \"\" -resize $new_width x $max_height $png_saved_fpfile"));