Create a text layer in psd

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.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like