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

Slow performance when exporting many layers with Scaling #121

Open
hub2000 opened this issue Oct 10, 2018 · 4 comments
Open

Slow performance when exporting many layers with Scaling #121

hub2000 opened this issue Oct 10, 2018 · 4 comments

Comments

@hub2000
Copy link

hub2000 commented Oct 10, 2018

Hello,
we have 200 layers, when exporting with option "Scale 50%", then for each layer the image is resized by 50%.

The problem is, that for every single layer the whole psd image is resized with 200 layers (200 times resize of 200 layers instead of 200 times resize of 1 layer) , so it is very slow at the end.

@hub2000 hub2000 changed the title Slow performance with Scaling Slow performance when exporting many layers with Scaling Oct 10, 2018
@antipalindrome
Copy link
Owner

antipalindrome commented Oct 10, 2018

You're right it should probably resize the document and then export, that would make it more efficient!

For now I would maybe resize the document manually and then export without scaling.

@warmwhisky
Copy link

Is this related to exporting with many layers but using trim to size each image by the layer mask? I currently have over 400 layers, but it is only rendering the 8 I have visible. Each layer take approx. 4 minutes.

@antipalindrome
Copy link
Owner

antipalindrome commented Apr 16, 2019

@warmwhisky Yes this would probably be the same thing, where it's resizing all layers at once over and over, which would be very slow for 400 layers.

@frostbitten
Copy link

You're right it should probably resize the document and then export, that would make it more efficient!

For now I would maybe resize the document manually and then export without scaling.

This is what I do now but unfortunately this process is quite cumbersome:

  1. One must first save the document anew to prevent overwriting the original artwork with an accidental save (This step can't be ignored).
  2. Then resize.
  3. Do the export process.
  4. Close and open the correct document to edit again.
  5. Did you make any last-minute edits, renames or reorganizations between steps 1-3? Manually merge or re-do that work in the original document.

It may seem like a simple process but it's quite a detriment to the workflow, requiring tedious work with pitfalls. I run into step 5 a lot. Not with every export but quite often there's at least one layer that needs renaming. Or sometimes worse I get distracted integrating the newly exported graphics and come back to edit without having done step 4, creating lots of work to redo.

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

No branches or pull requests

4 participants