These notifications are available in 3ds Max 2027 and higher.
#BitmapPreSave: arraySent before a bitmap file is saved.
Calling callbacks.notificationParam() returns an array with 22 elements:
Boolean - Whether the save was successful (always false for BitmapPreSave)
String - The bitmap's name.
String - The bitmap's device.
Integer - The frame saved.
Integer - The bitmap's width.
Integer - The bitmap's height.
Float - The bitmap's gamma.
Float - The bitmap's aspect.
Integer - The bitmap's type. (see \defgroup bitmapTypes Bitmap Types in maxsdk/include/bitmap.h)
Integer - The bitmap's first frame.
Integer - The bitmap's last frame.
Integer - The bitmap's current frame.
String - The bitmap's color space.
Name - The bitmap's color space source. (#notSet, #inputRules, #userDefined, #heuristics)
Name - The bitmap's color space status. (#notSet, #normal, #forcedDefault, #invalid)
String - The bitmap's color space rule.
Name - The bitmap's output color conversion. (#noConversion, #colorSpaceConversion, #displayViewTransform, #automatic)
String - The bitmap's output color space.
String - The bitmap's output display.
String - The bitmap's output view transform.
String - The bitmap's requested color space.
Name - The bitmap's requested color space source. (#notSet, #inputRules, #userDefined, #heuristics)
#BitmapPostSave: arraySent after a bitmap file is saved.
Calling callbacks.notificationParam() returns an array with the same elements as for #BitmapPreSave