Releases: FHPythonUtils/nxtheme-creator
Releases · FHPythonUtils/nxtheme-creator
2024.2
2024.2 - 2024/09/15
- support means of image preprocessing through a
resize_method
option. It can take one of the following values:- "outerCrop": Resizes the image to fit within the target dimensions while preserving its original aspect ratio. Any space left over is filled with black bars (letterboxing), if applicable.
- "innerCrop": Resizes the image by cropping parts of it to fit the target dimensions
- "stretch": Stretches the image to fit the target dimensions exactly, ignoring the original aspect ratio, which can lead to distortion.
- null: No resizing method is applied.
2024.1.1
2024.1.1 - 2024/09/13
- compress images
2024.1
2024.1 - 2024/09/13
- default to use python sarc package for building, may still use
SwitchTheme.exe
as before - include a copy of default layouts
- required relicensing to
gpl-2.0-or-later
2024.0.1
- fixes on ubuntu wsl
2024
fix readme