]> git.sesse.net Git - mlt/blob - src/modules/core/filter_resize.yml
Remove unused string.h include
[mlt] / src / modules / core / filter_resize.yml
1 schema_version: 0.1
2 type: filter
3 identifier: resize
4 title: Pad
5 version: 2
6 copyright: Ushodaya Enterprises Limited
7 creator: Charles Yates <charles.yates@pandora.be>
8 license: LGPLv2.1
9 language: en
10 tags:
11   - Video
12   - Hidden
13 description: Pad an image with black to fulfill the requested image size.
14 notes: >
15   Normally resize is used to pad the producer's output to what the consumer has 
16   requested after an upstream rescale filter first scales the image to maximise 
17   usage of the image area. This filter is automatically invoked by the loader
18   as part of image normalisation.