@@ -1051,12 +1051,13 @@ def _convert_validator_spec(key, conv):
10511051 "bb" , "frak" , "scr" , "regular" ],
10521052 "mathtext.fallback" : _validate_mathtext_fallback ,
10531053
1054- "image.aspect" : validate_aspect , # equal, auto, a number
1055- "image.interpolation" : validate_string ,
1056- "image.cmap" : _validate_cmap , # gray, jet, etc.
1057- "image.lut" : validate_int , # lookup table
1058- "image.origin" : ["upper" , "lower" ],
1059- "image.resample" : validate_bool ,
1054+ "image.aspect" : validate_aspect , # equal, auto, a number
1055+ "image.interpolation" : validate_string ,
1056+ "image.interpolation_stage" : ["data" , "rgba" ],
1057+ "image.cmap" : _validate_cmap , # gray, jet, etc.
1058+ "image.lut" : validate_int , # lookup table
1059+ "image.origin" : ["upper" , "lower" ],
1060+ "image.resample" : validate_bool ,
10601061 # Specify whether vector graphics backends will combine all images on a
10611062 # set of Axes into a single composite image
10621063 "image.composite_image" : validate_bool ,
0 commit comments