Coder Social home page Coder Social logo

Comments (3)

antipalindrome avatar antipalindrome commented on May 18, 2024

Of course this is something that can be done. Currently in our script we hide all of our layers using a for loop, then we iterate over them one by one and make them visible, save them, then make them invisible again. If you took out the "make them invisible" again then what you'd end up with is a script like you describe.

I believe that currently layers are being saved from the top down, not bottom up. This is an easy change too if you'd like, where you just want to change the for loop so that instead of going from 0 to layer count, it goes from layer count to 0.

from photoshop-export-layers-to-files-fast.

marv9n avatar marv9n commented on May 18, 2024

Thanks for your reply. After some hacking and slashing I got this working. I also ended up disabling the skip adjustment layers in conjunction with this. We want to create a sequence of images which showcase the result of artistic PS files. Thanks for the help.

from photoshop-export-layers-to-files-fast.

skjorn avatar skjorn commented on May 18, 2024

If you need some finer grained control, you can achieve the same with the default "Layer Comps To Files" script. You'd have to create the Layer Comps first, which is a bit more clicking, but it's still faster than exporting states one by one. And writing a script that would make progressive Layer Comps automatically would be much simpler.

from photoshop-export-layers-to-files-fast.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.