Function cutBorder

  • Cuts a border of specified width from all sides of an image

    Parameters

    • options: {
          image: Buffer;
          borderWidth?: number;
      }

      The options object

      • image: Buffer

        The image buffer to process

      • Optional borderWidth?: number

        The width of the border to remove in pixels

    Returns Promise<Buffer>

    A Promise that resolves to the modified image buffer

    Throws

    If the image is too small or processing fails

Generated using TypeDoc