libragephoto 0.7.0 release

- libragephoto: support JPEG as save format
This commit is contained in:
Syping 2025-10-23 02:20:17 +02:00
parent c14c46cd41
commit 83832a6724
11 changed files with 42 additions and 15 deletions

View file

@ -57,6 +57,7 @@ namespace RagePhoto {
}
public enum PhotoFormat : UInt32 {
JPEG = 0xE0FFD8FFU,
GTA5 = 0x01000000U,
RDR2 = 0x04000000U
}