سؤال

i want to convert !

enter image description here

using imagick commandline operation

enter image description here

هل كانت مفيدة؟

المحلول

For Imagemagick command line, use tile: & mpr: file formats, and -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

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top