Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error saving Layer Comp as png #91

Open
electricBonfire opened this issue Jan 18, 2016 · 0 comments
Open

Error saving Layer Comp as png #91

electricBonfire opened this issue Jan 18, 2016 · 0 comments

Comments

@electricBonfire
Copy link

I have the following ruby script:

require 'psd'
psd = PSD.new('dusk.psd')
psd.parse!
psd.tree.filter_by_comp('Layer Comp 1').save_as_png('./Version A.png')

The script takes over 11 minutes to complete and the output image is vastly different than what the layer comp looks like in PS

I don't have a lot of Ruby experience and am unsure how to debug or even look into whats going on. I added PSD.debug = true and saw lots of output but nothing seemed to jump out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant