mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-04-25 03:23:41 +03:00
* Simplify Python code by receiving tuple from C, as per #8740 * Use default PyTypeObject value * Removed AVIF_TRUE * Width and height are already set on first frame * Removed memset * Depth is set by avifRGBImageSetDefaults * Replace PyObject with int * After a failed pixel allocation, destroy non-first frame * Added error if avifImageCreateEmpty returns NULL * Python images cannot have negative dimensions * Test invalid canvas dimensions * Use boolean format argument * Handle avifDecoderCreate and avifEncoderCreate errors * tileRowsLog2 and tileColsLog2 are ignored if autotiling is enabled * Only define _add_codec_specific_options if it may be used * Test non-string advanced value * Simplified error handling in AvifEncoderNew * Corrected heading --------- Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com> |
||
---|---|---|
.. | ||
animated_hopper.gif | ||
appendices.rst | ||
concepts.rst | ||
contrasted_hopper.jpg | ||
cropped_hopper.webp | ||
enhanced_hopper.webp | ||
flip_left_right_hopper.webp | ||
flip_top_bottom_hopper.webp | ||
hopper_ps.webp | ||
image-file-formats.rst | ||
index.rst | ||
masked_hopper.webp | ||
merged_hopper.webp | ||
overview.rst | ||
pasted_hopper.webp | ||
rebanded_hopper.webp | ||
rolled_hopper.webp | ||
rotated_hopper_90.webp | ||
rotated_hopper_180.webp | ||
rotated_hopper_270.webp | ||
show_hopper.webp | ||
text-anchors.rst | ||
thumbnail_hopper.jpg | ||
transformed_hopper.webp | ||
tutorial.rst | ||
writing-your-own-image-plugin.rst |