6 Commits

Author SHA1 Message Date
Natsumi
8daa6c8663 Fix error reading metadata 2025-08-15 15:57:28 +12:00
Natsumi
d40d0af21f Delete screenshot metadata 2025-08-11 14:11:47 +12:00
Teacup
7fe8f4e079 fix: Wrong keyword encoding, bad buffer, update cache fix
Was using ASCII for keyword and was generating inconsistent CRC whoops
2025-08-11 14:11:47 +12:00
Teacup
06e06a7164 feat: Add metadata removal functionality 2025-08-11 14:11:47 +12:00
Teacup
0fb3f2fbb7 fix: Adjust filestream length when writing chunks 2025-08-11 14:11:46 +12:00
Teacup
4e64177722 feat: Rewrite png metadata handling, new VRC metadata (#1311)
* refactor: Move ScreenshotHelper png parsing to PNGHelper, simplify interface

* refactor: Fix references to screenshotmanager

* fix: Read resolution, not description

* refactor: Rewrite/move all png reading logic into new class

* refactor: Integrate new metadata helper functions

* refactor: Add docs, re-add legacy mods support, change error handling

There are no longer specific errors for each metadata type as it was
just super unnecessary; A verbose log including the exception/string is
now logged to file instead and a generic error is given in the UI.

* fix: Show old vrc beta format images

They were being treated as a non-image
2025-08-04 18:05:40 +12:00