List of Image “modes”
问题 Looking through PIL (and related to this question), where can I get a comprehensive list of Image modes? I see "RGB", "RGBX", my code has "BGRX" somehow even though it's not mentioned in the PIL docs that I can see. How can I see which is which, what PIL supports, and what proper modes to select when interacting with windows API calls, for example? Basically I know very little about image modes and would like to learn more than just what letters to put in to make it magically work. 回答1: There