|
def | __init__ |
|
def | activate |
|
def | transcode |
|
def | transcode |
|
|
list | options |
|
dictionary | convert_map |
|
dictionary | convert_map = {} |
|
dictionary image.pil.transcoderimage.ImageTranscoder.convert_map |
|
static |
Initial value: 1 = {
"image/jpeg" : {
"image/png": options,
"image/jpeg": options,
"image/x-ms-bmp" : options},
2 "image/png" : {
"image/png": options,
"image/jpeg": options,
"image/x-ms-bmp": options},
3 "image/x-ms-bmp" : {
"image/x-ms-bmp": options,
"image/png": options,
"image/jpeg": options} }
list image.pil.transcoderimage.ImageTranscoder.options |
|
static |
Initial value: 1 = [IntVectorOption(name=
'size', description=
'The target size of the image', size=2, min=1, max=4096, default=(-1, -1)),
2 FloatOption(name=
'quality', description=
'The target quality of the image', min=0.0, max=1.0, default=1.0)]
The documentation for this class was generated from the following file:
- /home/travis/build/peragro/peragro-at/src/damn_at/transcoders/image/pil/transcoderimage.py