hey list!

Is there any info on an updated plugin for PSD's (greater then version 3?)

I have been playing around with PSD's in pil for the last couple of days 
and it has been hit and miss with getting PSD files to load. After 
digging a little deeper it turns out that if the bottom most layer 
(layer 0 i presume) has transparency, then it will not load the PSD 
file. If I create a new layer with a solid fill and move it to the 
bottom,save the PSD, then the PSD will load.

If I comment out the following line, the PSD will load, but the channels 
are not lined up correctly.
Also if there is an extra channel in the file, i get the same 'not 
lined-up' error in the rendered image.

self.layers = _layerinfo(self.fp)

Have a look at this jpg to see how the PSD are being displayed.
http://www.concussion.cc/preview.jpg

Thanks
-Tim
_______________________________________________
Image-SIG maillist  -  Image-SIG@python.org
http://mail.python.org/mailman/listinfo/image-sig

Reply via email to