Does PIL ImageEnhance library supports 16 bit JPG images
问题 I am trying to save and display 16 bit JPG image. but getting error like image has wrong mode . If Supported, then what will be the mode? 回答1: Check this The mode (this is a string specifying the pixel format used by the image) of an image defines the type and depth of a pixel in the image. The current Python Imaging Library release only supports the following standard modes: 1 (1-bit pixels, black and white, stored with one pixel per byte) L (8-bit pixels, black and white) P (8-bit pixels,