Commit 9250b0d9 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fixup! *: update obsolete MIME type in transforms.

parent 946e1085
Pipeline #36824 failed with stage
in 0 seconds
......@@ -9,7 +9,7 @@ class PdfToBmp:
__name__ = 'pdf_to_bmp'
inputs = ('application/pdf',)
output = 'image/x-ms-bmp' # image/bmp
output = 'image/bmp'
tranform_engine = OOOdCommandTransform.__module__
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment