
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
LayerLeap is a powerful TypeScript-based command-line tool that simplifies the process of batch converting Photoshop (PSD) files to GIMP's native XCF format. Unlike other conversion tools, LayerLeap ensures that the layer structure of your PSD files
Note: This project is currently in BETA and under active testing. You may encounter bugs. Please don't hesitate to report issues or contribute if you feel confident. Thank you!
"Effortlessly leap between Photoshop and GIMP, preserving your layer structures."
LayerLeap is a powerful TypeScript-based command-line tool that simplifies the process of batch converting Photoshop (PSD) files to GIMP's native XCF format. Unlike other conversion tools, LayerLeap ensures that the layer structure of your PSD files is preserved, preventing flattening during the conversion process.
You can install LayerLeap using npm:
npm install -g layerleap
sudo npm install -g layerleap
To convert a batch of PSD files to XCF format, run the following command:
layerleap --input="/path/to/psd/files" --output="/path/to/output/directory"
You can also customize the conversion process by using additional options:
layerleap --input="/path/to/psd/files" --output="/path/to/output/directory" --concurrency=4 --preserveLayers=true
For more information on the available options, run:
layerleap --help
We welcome contributions to LayerLeap! If you encounter any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request on the GitHub repository.
LayerLeap is licensed under the MIT License.
FAQs
LayerLeap is a powerful TypeScript-based command-line tool that simplifies the process of batch converting Photoshop (PSD) files to GIMP's native XCF format. Unlike other conversion tools, LayerLeap ensures that the layer structure of your PSD files
We found that layerleap demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.