Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 830 Bytes

File metadata and controls

24 lines (15 loc) · 830 Bytes

openize.isobmff.ImageMirror

The image mirroring item property mirrors the image about either a vertical or horizontal axis.

Methods

Name Type Description Notes
toString() String Text summary of the box.

Fields

Name Type Description Notes
axis byte Specifies a vertical (axis = 0) or horizontal (axis = 1) axis for the mirroring operation.

Constructors

Name Description Parameters
ImageMirror Create the box object from the bitstream and box size. BitStreamReader stream - File stream.
long size - Box size in bytes.

[Back to API_README]