I have observed that in the latest version of ImageEn when we load a .PSD file the control does not return the transparency of the layers. Why?
Here is the code that I am using for checking transparency:
LayerTransparency := Child.ImageEnView1.Layers[Child.ImageEnView1.LayersCurrent].Transparency;
This always returns 255.
How to solve this?
This feature/property works extremely well in the older version of ImageEN!
TIA
Yogi Yang