ImageMagick.FredsScripts.NET
ImageMagick.FredsScripts.NET copied to clipboard
CYLINDERIZE?
I was looking to use clyinderize, It would be amazing if you can rewrite that into c#
@dlemstra looks like this is the script for clyinderize.
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