bits_per_channel property
bits_per_channel property
Gets or sets bits per channel for lossless jpeg image. Now we support from 2 to 8 bits per channel.
Definition:
@property
def bits_per_channel(self):
...
@bits_per_channel.setter
def bits_per_channel(self, value):
...
See Also
- module
groupdocs.signature.options
- class
JpegSaveOptions