Metadata-Version: 2.4
Name: libreflow.extensions.sk.export_psd_layers
Version: 1.1.2
Home-page: https://gitlab.com/lfs.coop/libreflow/libreflow_launcher
Author: Thomas Thiebaut
Author-email: autor@les-fees-speciales.coop
License: LGPLv3+
Keywords: kabaret libreflow
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: psd-tools
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: requires-dist
Dynamic: requires-python

# Sk Export Psd Layers

hello world


# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)[^1].

<!---
Types of changes

- Added for new features.
- Changed for changes in existing functionality.
- Deprecated for soon-to-be removed features.
- Removed for now removed features.
- Fixed for any bug fixes.
- Security in case of vulnerabilities.

-->

## [Unreleased]

## [1.1.2] - 2025-04-25

### Fixed

* Export layers action: layers with invalid filename characters break the script

## [1.1.1] - 2025-04-24

### Fixed

* Export layers action: render folder do not create

## [1.1.0] - 2025-04-24

### Added

* An action to export a psd for preview
  * Use the `psd-tools` python module
  * Three PNGs, one in full format, one with no characters and one without a safety margin
    * These files are not tracked in Libreflow, they remain local
  * A specific upload to kitsu action is available for this use case
* An action to publish and export at the same time
* An action to export layers in batch
  * Available at a film hierarchy level

### Changed

* Export layers action now uses `psd-tools` python module instead of a Adobe extend script
    * Process can takes longer, but Photoshop is no longer required

### Fixed

* Hide export layers action when file has no published revisions

## [1.0.1] - 2025-04-04

### Fixed

* including .jsx files in setup.py

## [1.0.0] - 2025-03-27

### Added

* Extension to export the layers of a Photoshop project as png images 
