|
| 1 | +--- |
| 2 | +title: dt_imageio_module_format_data_jpegxl |
| 3 | +id: dt_imageio_module_format_data_jpegxl |
| 4 | +weight: 155 |
| 5 | +draft: false |
| 6 | +author: "people" |
| 7 | +--- |
| 8 | + |
| 9 | +`dt_type` |
| 10 | + |
| 11 | +Type object describing parameters to export to jpegxl. |
| 12 | + |
| 13 | +Attributes: |
| 14 | + |
| 15 | +* [parent](../attributes#parent) : [types.dt_imageio_module_format_t](../types/dt_imageio_module_format_t) |
| 16 | + |
| 17 | +# dt_imageio_module_format_data_jpegxl.bpp |
| 18 | + |
| 19 | +`number` |
| 20 | + |
| 21 | +The bits per pixel to use at export time (10, 12, 16, 32). |
| 22 | + |
| 23 | +Attributes: |
| 24 | + |
| 25 | +* [write](../attributes#write) |
| 26 | + |
| 27 | +# dt_imageio_module_format_data_jpegxl.pixel_type |
| 28 | + |
| 29 | +`number` |
| 30 | + |
| 31 | +Type of format for pixels, 0 for integer or 1 for floating point. |
| 32 | + |
| 33 | +Attributes: |
| 34 | + |
| 35 | +* [write](../attributes#write) |
| 36 | + |
| 37 | +# dt_imageio_module_format_data_jpegxl.quality |
| 38 | + |
| 39 | +`number` |
| 40 | + |
| 41 | +The quality to use at export time. |
| 42 | + |
| 43 | +Attributes: |
| 44 | + |
| 45 | +* [write](../attributes#write) |
| 46 | + |
| 47 | +# dt_imageio_module_format_data_jpegxl.original |
| 48 | + |
| 49 | +`number` |
| 50 | + |
| 51 | +The color profile used by the encoder. |
| 52 | + |
| 53 | +* 0 - permit internal XYB color space conversion for more efficient lossy compression |
| 54 | +* 1 - ensure no conversion to keep original image color space (implied for lossless) |
| 55 | + |
| 56 | +Attributes: |
| 57 | + |
| 58 | +* [write](../attributes#write) |
| 59 | + |
| 60 | +# dt_imageio_module_format_data_jpegxl.effort |
| 61 | + |
| 62 | +`number` |
| 63 | + |
| 64 | +Encoding effort. The effort used to encode the image, higher efforts will have better results at the expense of longer encoding times. |
| 65 | + |
| 66 | +Attributes: |
| 67 | + |
| 68 | +* [write](../attributes#write) |
| 69 | + |
| 70 | +# dt_imageio_module_format_data_jpegxl.tier |
| 71 | + |
| 72 | +`number` |
| 73 | + |
| 74 | +Decoding speed. The preferred decoding speed with some sacrifice of quality. |
| 75 | + |
| 76 | +Attributes: |
| 77 | + |
| 78 | +* [write](../attributes#write) |
| 79 | + |
0 commit comments