Metadata-Version: 2.1
Name: libreflow.extensions.anpo.texture_proxies
Version: 1.0.1
Home-page: https://gitlab.com/lfs.coop/libreflow/extensions/anpo/texture_proxies
Author: LFS
Author-email: libreflow@lfs.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

# Texture Proxies

Libreflow extension to create texture proxies.


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

### Added

* An option to overwrite existing proxies (disabled by default).
* A new action to create textures proxies for the latest textures of all assets of an asset family.

## [1.0.0] - 2024-05-27

### Added

* Action to create 1K and 2K versions of the images in a `textures` folder. The generated proxies are placed respectively in the `textures_1k` and `textures_2k` folders (when the target size does not exceed the original one).
