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

New Post: Possible to have ImageMagick load hidden layers from PSD?

$
0
0
It's working very well. There will be a new pair of socks on it's way to you =D However I can't get it to loads the hidden players from a PSD:
                    // Load in the source PSDs
                    MagickImageCollection sourcePSD = null;

                    try
                    {
                        sourcePSD = new MagickImageCollection(PSDToConvert.Filename)
                    }
                    catch
                    {
                        backgroundWorkerProcessFiles.ReportProgress(0, "Failed to load " + PSDToConvert.Filename);
                    }

                    // Go through and resize / export each image in the PSD
                    if (sourcePSD != null)
                    {
                        foreach (MagickImage sourceLayer in sourcePSD)
                        {
This will give me all of the layers, and their names, allowing me ot process them. However if they are not visible then they don't appear. Is there a way of getting it to give me the hidden layers too?

Viewing all articles
Browse latest Browse all 3693

Trending Articles



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