ImageJS
    Preparing search index...

    Interface ExtendBordersOptions

    interface ExtendBordersOptions {
        borderType?: BorderType;
        borderValue?: number;
        horizontal: number;
        vertical: number;
    }
    Index

    Properties

    borderType?: BorderType

    Specify how the borders should be handled.

    'reflect101'

    borderValue?: number

    Value of the border if BorderType is 'constant'.

    0

    horizontal: number

    Left and right border thickness.

    vertical: number

    Top and bottom border thickness.