Quantcast
Channel: magick Discussions Rss Feed
Viewing all articles
Browse latest Browse all 3693

New Post: How is linearize RGB implemented with Magick.Net

$
0
0
convert 00001.tif -colorspace RGB -resample 72x72 -colorspace sRGB linearizeresample.jpg

How can this be implemented with Magick.Net
using (MagickImage image = new MagickImage(path))
        {
           // Linearize to RGB

           // Resample
            image.Resample(72, 72);

          // Back to sRGB
        }

Viewing all articles
Browse latest Browse all 3693

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>