Releases: HBB-ThinkTank/ipt
Releases · HBB-ThinkTank/ipt
v0.9.2-beta
Improved auto-image selection & added Type Hints
Enhanced auto_select_images() logic:
- If only one collage image exists and
abort_incomplete_001_004 = 2, it is used as 001, while 002-004 are automatically reconstructed. - Improved image selection based on target orientation (portrait/landscape).
- Optimized image distribution according to the 0.3 / 0.6 / 0.9 formula.
New function get_target_aspect():
- Dynamically calculates target aspect ratio based on config settings.
- Supports manual aspect ratio (
manual_aspect_ratio).
Standardized use of Type Hints across all relevant functions.
Resampling method remains LANCZOS for highest quality scaling.
Minor optimizations & improved error handling.
v0.9.1-beta
Fix: Ensure auto-selected images are named 001-004 for collage processing
Problem: Auto-selected images didn’t have names 001-004, causing collage creation to fail.
Solution: Now, selected images are renamed and stored correctly in a dedicated temp folder.
v0.9.0 Core Features Implemented
Full Changelog: v0.1.0...v0.9.0
Description:
- Batch processing & image selection: Automatic selection and optimization
- Error handling & logging: Improved debug information and error tracking
- Flexible image scaling: Adjustable height, width, and aspect ratios
- Compression profiles: Selection of the best ZIP method based on file size
- File integrity check: Hash verification after optimization & archiving