Coder Social home page Coder Social logo

Comments (9)

antipalindrome avatar antipalindrome commented on May 18, 2024

This area is typically to bring up bugs or suggest new features, but we appreciate your feedback Brady. Thanks! We also accept donations :)

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

skjorn avatar skjorn commented on May 18, 2024

You are very welcome. I guess this is the best place for all kinds of feedback and yours is much appreciated. I'm glad we could help :-)

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

skjorn avatar skjorn commented on May 18, 2024

I think we could keep this thread open if anyone else wants to drop a cheerful note. They can comment here.

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

stigzler avatar stigzler commented on May 18, 2024

Agreed + donation made! Good work chaps. :)

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

skjorn avatar skjorn commented on May 18, 2024

@stigzler Thank you for both -- praise and donation ;-)

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

Charlie37 avatar Charlie37 commented on May 18, 2024

Awesome work by you guys. Thanks a lot !
Works much better than the PS script, that badly manages prefixes and suffixes too (that's how I stumbled upon your script).

A small feature I added, maybe it's very specific to my clients: all our layers are named from PNG images that were imported via the PS script > Load Files Into Stack.
When using your script, I don't want any extension to be added to the layer name, even though I selected the PNG export option.
So I cropped the filename in getUniqueFileName():

// Check if the layer name already contained the extension.
if( ( fileName.substr(fileName.length - ext.length) ) == ext )
    fileName = fileName.substring( 0, fileName.length - ext.length );

Cheers !

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

skjorn avatar skjorn commented on May 18, 2024

@Charlie37 Hi, thanks. I updated the script to strip extensions from layer names by default (can be turned off if "Name files: As layers" is selected). Your version wouldn't work if importing and exporting in different formats (e.g. read JPG and save as PNG). I recommend to re-download the script.

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

Charlie37 avatar Charlie37 commented on May 18, 2024

@skjorn Hi, I've re-downloaded the script and that feature works pretty well. Thanks a lot !

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

skjorn avatar skjorn commented on May 18, 2024

@Charlie37 You're welcome :-)

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.