flieckster has asked for the wisdom of the Perl Monks concerning the following question:

Hi all, what is the best module/practice to add either an external image or text layer to a photoshop file?
  • Comment on best way to add a layer to a photoshop file

Replies are listed 'Best First'.
Re: best way to add a layer to a photoshop file (Gimp::Fu)
by beech (Parson) on Aug 07, 2017 at 22:42 UTC
Re: best way to add a layer to a photoshop file
by Your Mother (Archbishop) on Aug 07, 2017 at 21:27 UTC

    PSD is a proprietary format and therefore maybe not even legal to write software against without a license from Adobe. The CPAN seems to have nothing to do what you want, near as I can tell, though there is a bit of meta-munging available with Image::ExifTool so you could examine that code if you wanted to try to get something going.

Re: best way to add a layer to a photoshop file
by zentara (Cardinal) on Aug 08, 2017 at 12:03 UTC