ImageJS
    Preparing search index...

    Interface FlipOptions

    interface FlipOptions {
        axis?: "horizontal" | "vertical" | "both";
        out?: Image;
    }
    Index

    Properties

    Properties

    axis?: "horizontal" | "vertical" | "both"

    Image to which the resulting image has to be put.

    'horizontal'

    out?: Image

    Image to which the resulting image has to be put.