Search found 19 matches

by valen
2017-06-02T14:00:16-07:00
Forum: Developers
Topic: Getting pixels from a grayscale PSD with alpha
Replies: 18
Views: 33286

Re: Getting pixels from a grayscale PSD with alpha

This is driving me crazy. Is there no one who has had experience with this?
by valen
2017-06-02T13:59:28-07:00
Forum: Developers
Topic: How to write multi-layer Photoshop PSD file?
Replies: 7
Views: 24870

Re: How to write multi-layer Photoshop PSD file?

Thanks. I am now able to create a std::list<Magick::Image> of images. Then I use Magick::writeImages() to create the Photoshop file. But now when I open the PSD in Photoshop, all the layers are locked as a background layer, if you know what I mean. So, for example if I have 5 images that I'm creatin...
by valen
2017-06-01T10:40:11-07:00
Forum: Developers
Topic: How to write multi-layer Photoshop PSD file?
Replies: 7
Views: 24870

How to write multi-layer Photoshop PSD file?

ImageMagick++ (7.0.5-7-Q8-x64-dll) Visual Studio 2015 Windows 10 Adobe Photoshop CS6 & CC 2017 I am reading in a custom formatted image that contains multiple image layers. I can create a Magick::Image object for each layer, and I can call Magick::Image::Write() on each Image object to write out...
by valen
2017-05-26T14:17:31-07:00
Forum: Developers
Topic: Getting pixels from a grayscale PSD with alpha
Replies: 18
Views: 33286

Getting pixels from a grayscale PSD with alpha

ImageMagick++ (7.0.5-7-Q8-x64-dll) Visual Studio 2015 Windows 10 Adobe Photoshop CS6 & CC 2017 I am working on a program that converts a PSD file into a custom format and have come across some weird behavior. I am creating an Image object by passing in a filepath, for example: Magick::Image myIm...