Metadata-Version: 2.4
Name: libreflow.extensions.sk.export_psd_layers
Version: 1.1.11.1
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.11.1] - 2026-02-04

### Fixed

* Export Action: a silly coding mistake that broke the action when large layers needed to be cropped.

## [1.1.11] - 2026-02-04

### Fixed

* Export Action:
  * If the cropping script has not cropped the large layers, Photoshop can be restarted in a loop.
  * Large layers are now rasterised before they can be cropped.

## [1.1.10] - 2025-10-30

### Fixed

* Optimize the cropping action to run only if there is layer to crop on a list.

## [1.1.9] - 2025-10-17

### Added

* Cropping process in extend script into Photoshop for oversize layers, in BG layout task.

## [1.1.8] - 2025-10-07

### Fixed

* Export resized to psd canvas - warning message for layers with a bouding box twice as large as the viewbox

## [1.1.7] - 2025-08-19

### Added

* Warning message when publishing regarding resolution and colour depth.
* Message in the window when creating a new working copy.

## [1.1.6] - 2025-08-07

### Fixed

* Export resized to psd canvas - makes the action less prone to crash from a lack of RAM

## [1.1.5] - 2025-07-03

### Fixed

* Top level layers are forced to be shown when exported and are not added to "hidden_layers" in JSON layers file anymore

## [1.1.4] - 2025-05-09

### Fixed

* The exported image will now have the correct filename

## [1.1.3] - 2025-04-30

### Changed

* Action renamed to "Export" in actions submenu

### Added

* BG Color projects will be exported as a png 

### Fixed

* Faster no_chara export in ExportPSDPreview

## [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 
