Newbie question about technique

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
ridera

Newbie question about technique

Post by ridera »

We someone comment on my command. It works fine; but, I wondering if I've got the optimal list of commands

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"));
For example, it seems as if the filtering and upsharp operations should follow the -resize command; but, it doesn't work.
Post Reply