Is there a command line to create a text layer (PSD format)?
I checked gimp but wasn't able to do it.
My expected output is a .psd file with one layer of text "hello world".
1 Answer
Image Magick can do this.
Basic example to create a PSD file with hello world in text.
convert label:"hello world" example.psd
See for all the available options.