php - Imagick Commandline flip image -


i want convert !

enter image description here

using imagick commandline operation

enter image description here

for imagemagick command line, use tile: & mpr: file formats, , -flip, -clone, & -append options.

convert face.png -scale 50x -flip \( -clone 0 -flip \) -append \         -write mpr:tileflip +delete -size 200x200  \         tile:mpr:tileflip output.png 

enter image description here


Comments

Popular posts from this blog

Why can rails not find a route created by a helper? -

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -