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

New Post: DPX Image Format to TIFF not work?

$
0
0
I have no experience with the DCI XYZ color space. Does the 'normal' color space conversion not work for you:
using(image = new MagickImage("test.dpx"))
{
  image.ColorSpace=ColorSpace.XYZ;
  image.BitDepth(Channels.Composite, 12);
  image.Write("c:\test.tif");
}

Viewing all articles
Browse latest Browse all 3693

Trending Articles



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