dragon66 / java-psd-library

Automatically exported from code.google.com/p/java-psd-library
GNU Lesser General Public License v3.0
7 stars 2 forks source link

Image by layers is not shown correctly #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
From zxg1127:
> 
> hello,i find some problem about java-psd-library project,may be there are 
bugs.
>
> when i run PsdDemo and load a psd file, the Original image tab show correct 
result,but the Image by layers tab show the wrong result,i think that the 
layers order is wrong.

Original issue reported on code.google.com by boris.su...@gmail.com on 29 Nov 2010 at 10:10

GoogleCodeExporter commented 9 years ago
Can attach psd, please?

This library doesn't support effects, masks and layers blending modes. Each 
layer you have to change to raster image (without masks and effects). If you're 
using blending mode among more than two layers this is not supported by this 
library anyway. Only opacity is supported.

In psd is stored final image (as you can see in photoshop) and this is shown at 
Original image tab. Image by layers tab shows parsed image and render it layer 
by layer (without masks, effects and blending modes).

If you can change your psd and you're interested in using this library (in 
case, that you are not using blending mode among more than two layers) I will 
write an article How to convert psd layers to rasterd images.

Original comment by boris.su...@gmail.com on 29 Nov 2010 at 10:13