Skip to content

Conversation

sjh00
Copy link

@sjh00 sjh00 commented Jun 11, 2025

feat: Add support for AVIF image format and update related dependencies
refactor: Unify image loading logic into the image_tools module
docs: Update documentation to include AVIF format support
chore: Update requirements.txt

sjh00 added 13 commits June 11, 2025 15:53
…ndencies.

feat: Add support for AVIF image format and update related dependencies
refactor: Unify image loading logic into the image_tools module
docs: Update documentation to include AVIF format support
chore: Update requirements.txt
Fix the potential garbled character issues caused by unspecified UTF-8 encoding in multiple file operations, mainly involving reading/writing JSON/YAML files and text processing.
Ensure non-ASCII characters are properly handled when saving JSON files, avoiding Unicode escape sequences.
Removed redundant 'encoding='utf-8'' parameters from safe_open and io.open calls in multiple files where these parameters are unnecessary in binary mode.
Add allow_unicode=True parameter to all yaml.dump calls to ensure configuration files properly handle Unicode characters and prevent encoding issues.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant