Search found 5 matches

by tgraupmann
2013-09-15T15:53:30-07:00
Forum: Developers
Topic: Need help converting PSD layers to individual images.
Replies: 11
Views: 19031

Re: Need help converting PSD layers to individual images.

Thanks for a bump in the right direction. Everything I aimed to do is working like a charm.

Image
http://www.youtube.com/watch?v=LLKByhchOFc
by tgraupmann
2013-09-15T14:13:05-07:00
Forum: Developers
Topic: Need help converting PSD layers to individual images.
Replies: 11
Views: 19031

Re: Need help converting PSD layers to individual images.

It's possible that the first layer is the composite layer which doesn't have a name. The other layers have names, I may have overlooked that.
by tgraupmann
2013-09-15T14:03:26-07:00
Forum: Developers
Topic: Need help converting PSD layers to individual images.
Replies: 11
Views: 19031

Re: Need help converting PSD layers to individual images.

There we go. Somehow resizing the image lost the layer name. If I skipped the resize, I can get the name just fine. Thanks! while ((image=RemoveFirstImageFromList(&images)) != (Image *) NULL) { if (layer < 0 || layer >= count || index == layer) { const char* label = GetImageProperty(image,"label ...
by tgraupmann
2013-09-15T13:57:27-07:00
Forum: Developers
Topic: Need help converting PSD layers to individual images.
Replies: 11
Views: 19031

Re: Need help converting PSD layers to individual images.

No luck upgraded to 6.8.6 and the label still returns null. while ((image=RemoveFirstImageFromList(&images)) != (Image *) NULL) { const char* label = GetImageProperty(image,"label"); // WHY NULL????????? resize_image=ResizeImage(image,dstWidth,dstHeight,LanczosFilter,1.0,exception); if (resize_image ...
by tgraupmann
2013-09-14T23:22:01-07:00
Forum: Developers
Topic: Need help converting PSD layers to individual images.
Replies: 11
Views: 19031

Re: Need help converting PSD layers to individual images.

I'm doing the same thing to get the PSD layer names but it just returns null. Has there been any progress on this?

GetImageProperty( image, "label" )

I'm using ImageMagick-6.7.8.