Hello. I want to ask if it is possible to get output(offset and size of trimmed image) from TRIM command. Or it is better way to translate this ImageMagickto command line to Magick.NET:
convert noisy.jpg -crop \
Best regards,
Kestokas
convert noisy.jpg -crop \
`convert noisy.jpg -virtual-pixel edge -blur 0x15 -fuzz 15% \
-trim -format '%wx%h%O' info:` +repage noisy_trimmed_2.jpg
Any help would be appreciate.Best regards,
Kestokas