prevent crash in crop_image function

This commit is contained in:
GenevensiS
2026-01-19 17:21:42 +01:00
parent ef835e6f46
commit ab4d79a686
14 changed files with 58 additions and 14 deletions
+2
View File
@@ -1009,6 +1009,8 @@ error:
# image stuff
coordinates for blending overlap: Coordinates for blending overlap
images used for blending must have the same size: Images used for blending must have the same size
negative image width: Image with zero or negative width created in function '%s'
negative image height: Image with zero or negative height created in function '%s'
# error from files
no card fields: Game '%s' does not have any card fields. Define at least one card field.