psd.rb icon indicating copy to clipboard operation
psd.rb copied to clipboard

Is it possible for us to replace the text layer and export it ?

Open singleseeker opened this issue 9 years ago • 1 comments

Hi, this plugin is cool for parse the psd layer,

I am thinking if this good plugin could manage the layer, for example, replace the text layer.

singleseeker avatar Dec 22 '16 07:12 singleseeker

Unfortunately psd.rb cannot modify PSD data because it's impossible to modify just parts of the file without having to update the entire thing due to the file format. In order to prevent data loss, psd.rb would either need complete feature parity with Photoshop itself, or have to rely on some hacky solutions. That said, it would be cool to allow psd.rb to generate new PSD's from scratch someday.

-- Ryan LeFevre (@meltingice) Sr. Software Engineer HODINKEE

On Thu, Dec 22, 2016 at 2:47 AM -0500, "SingleSeeker" [email protected] wrote:

Hi, this plugin is cool for parse the psd layer,

I am thinking if this good plugin could manage the layer, for example, replace the text layer.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

meltingice avatar Dec 22 '16 13:12 meltingice