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

New Post: ImageMagick Performance on Very High Resolution Images

$
0
0
I am new to ImageMagick, please accept my apologies if I mention something wrong
I am using ImageMagick from a couple of days to achieve the following functions on Ultra High Resolution Images (Around 40Megapixels)
  1. Convert to and from CMYK to sRGB color spaces
  2. Adding color profile to Images
  3. Perform encoding in JPEG, PNG, BMP and TIFF formats
I am facing serious performance issues in many places including:
  • Loading Image from Disk
            //Load Image from disk
            using (MagickImage image = new MagickImage("sourceImagePath"))
  • Writing Image to Disk [Very high latency in case of PNG images]
             //Store image on the destination path
            NativeColorSpaceImage.Write("Path");
  • Color space conversion
             image.AddProfile(ImageMagick.ColorProfile.USWebCoatedSWOP);
             image.AddProfile(ImageMagick.ColorProfile.SRGB);
             image.ColorSpace = ImageMagick.ColorSpace.sRGB;
    I am using the simple available functionality in tutorials. Please suggest me if there is any available parameters to boost the performance of the functionality I need.

Viewing all articles
Browse latest Browse all 3693

Trending Articles



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