You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor common parts of ImageMagick{,File}Writer.
ImageMagickWriter previously did not support frame_format = "raw",
unlike ImageMagickFileWriter, because it did not normalize it to "rgba".
(To test this, start e.g. with the simple_anim.py example, set the
writer to an ImageMagickWriter (or ImageMagickFileWriter) and
additionally set writer.frame_format = "raw".)
Also deprecate the ``delay`` and ``output_args`` properties which can
directly be handled by ``_args``, but add an ``input_names`` property
which allows the different customization between ImageMagickWriter and
ImageMagickFileWriter.
0 commit comments