ImageMagick.FredsScripts.NET icon indicating copy to clipboard operation
ImageMagick.FredsScripts.NET copied to clipboard

CYLINDERIZE?

Open jamalabo1 opened this issue 6 years ago • 1 comments

I was looking to use clyinderize, It would be amazing if you can rewrite that into c#

jamalabo1 avatar Dec 01 '19 16:12 jamalabo1

@dlemstra looks like this is the script for clyinderize.

source

convert rose: -background black -gravity south -splice 0x8 \
          \( +clone -sparse-color barycentric '0,0 black 69,0 white' \) \
          \( -clone 1 -function arcsin 0.5 \) \
          \( -clone 1 -level 25%,75% \
                 -function polynomial -4,4,0 -gamma 2 \
                 +level 50%,0 \) \
          -delete 1 \
          -virtual-pixel black  -define compose:args=17x7 \
          -compose Displace  -composite   rose_cylinder.png

jamalabo1 avatar Dec 02 '19 12:12 jamalabo1