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

@ -1,6 +1,6 @@
##############################################################################
# libragephoto for Python
# Copyright (C) 2023-2024 Syping
# Copyright (C) 2023-2025 Syping
#
# Redistribution and use in source and binary forms, with or without modification,
# are permitted provided that the following conditions are met:

View file

@ -1,6 +1,6 @@
##############################################################################
# libragephoto for Python
# Copyright (C) 2023 Syping
# Copyright (C) 2023-2025 Syping
#
# Redistribution and use in source and binary forms, with or without modification,
# are permitted provided that the following conditions are met:

View file

@ -1,6 +1,6 @@
##############################################################################
# libragephoto for Python
# Copyright (C) 2023-2024 Syping
# Copyright (C) 2023-2025 Syping
#
# Redistribution and use in source and binary forms, with or without modification,
# are permitted provided that the following conditions are met:

View file

@ -1,6 +1,6 @@
##############################################################################
# libragephoto for Python
# Copyright (C) 2023-2024 Syping
# Copyright (C) 2023-2025 Syping
#
# Redistribution and use in source and binary forms, with or without modification,
# are permitted provided that the following conditions are met:
@ -73,6 +73,7 @@ class RagePhoto:
Uninitialised = 0
class PhotoFormat(IntEnum):
JPEG = 0xE0FFD8FF
GTA5 = 0x01000000
RDR2 = 0x04000000

View file

@ -1,7 +1,7 @@
#!/usr/bin/env python3
##############################################################################
# libragephoto for Python
# Copyright (C) 2023 Syping
# Copyright (C) 2023-2025 Syping
#
# Redistribution and use in source and binary forms, with or without modification,
# are permitted provided that the following conditions are met: