Skip to main content
Known Participant
December 4, 2014
Question

How to save layer image

  • December 4, 2014
  • 1 reply
  • 463 views

Hi, I'm a newbe

I need to save the image of a layer, but my asset is a psd file, how do I get the image from it?

Thx

This topic has been closed for replies.

1 reply

Community Expert
December 9, 2014

hi nnzz! welcome to the forum!

a layer's image pixels are gotten in the same way regardless of the source.

if your effect is applied to it, you'll have the pixels handed to you from AE automatically.

in any case you can get the layer's source item and render it through the render suite.

once you have the pixel datayou can process it and save it in any way you like.

nnzzAuthor
Known Participant
December 17, 2014

THX!