Programmatically Replacing an Image in ArtLayer
Hi All,
I have a PSD file that contains several layers (a.k.a. ArtLayer in ExtendScript).
Each ArtLayer contains a single graphic image.
I would like to write an ExtendScript that:
* Opens the PSD file (I have that working)
* Iterates over the ArtLayers (I have that working)
* Finds the graphic image in the layer/finds the bounds of the single graphic image in the layer.
* Replaces the layer's original image with a new image of equal size and dimension.
Is this possible?
Many thanks,
John
