TagStudio/tagstudio
Travis Abendshien 0646508c24
Fix Raw Image Handling and Improve Text File Encoding Compatibility (#233)
* Fix text and RAW image handling

- Fix RAW images not being loaded correctly in the preview panel
- Fix trying to read size data from null images
- Refactor `os.stat` to `<Path object>.stat()`
- Remove unnecessary upper/lower conversions
- Improve encoding compatibility beyond UTF-8 when reading text files
- Code cleanup

* Use chardet for character encoding detection
2024-06-02 20:18:40 -07:00
..
resources Video Player (#149) 2024-05-29 13:58:09 -07:00
src Fix Raw Image Handling and Improve Text File Encoding Compatibility (#233) 2024-06-02 20:18:40 -07:00
tests/core Merge branch 'main' into test-support-2 2024-05-14 11:38:24 +03:00
tag_studio.py ci: add mypy check (#161) 2024-05-15 22:25:53 -07:00