Report post

Are you sure you want to report the post shown below? This will send an email to the ATVO administrators. Please include a short reason for reporting.

Users reporting for no reason may be locked out.


Post

Posted by Nick Thissen
on
Thanks for the feedback!

For the folders / groups into separate Widget, I recognize this is a likely problem. However the library I'm using to read the PSD file does not seem to give my any indication which folder a layer is in. Therefore currently I cannot know which layers should go into which Widgets. I will see if I can somehow extract that information. If not, a possible alternative is that I give you a dialog with the list of layers found and allow you to group them into separate Widgets manually. Not as automatic as you'd probably like but maybe better than having to save separate PSD files?


As for transparency, that one should work and I have tested it (it's the reason why Widgets now support transparency in the first place). In my test PSD I had two distinct tests:
  • One layer fully opaque (opacity = 100), but a shape drawn with a semi-transparent brush. The result was a PNG that was semi-transparent and a Widget with Opacity = 1 (Correct!)
  • One layer 50% opacity, with a shape drawn with a fully opaque brush. The result was a PNG with fully opaque image, and a SubWidget with Opacity = 0.5 (also correct).

Perhaps your PSD file is a different version/format that doesn't play nice with my parser. Can you upload an example PSD somewhere perhaps?