Hi,
I'm new to Magick.Net.
Does Magick.Net have methods for all convert command line transformations?
Can this following example be implemented with Magick.Net
convert \( xc:red xc:blue +append \) \
\( xc:yellow xc:cyan +append \) -append \
-size 100x100 xc: +swap -interpolate Catrom \
-fx 'v.p{i/(w-1),j/(h-1)}' interpolate_catrom.jpg
Thanks
I'm new to Magick.Net.
Does Magick.Net have methods for all convert command line transformations?
Can this following example be implemented with Magick.Net
convert \( xc:red xc:blue +append \) \
\( xc:yellow xc:cyan +append \) -append \
-size 100x100 xc: +swap -interpolate Catrom \
-fx 'v.p{i/(w-1),j/(h-1)}' interpolate_catrom.jpg
Thanks