Options
All
  • Public
  • Public/Protected
  • All
Menu

easyimage

Index

Functions

convert

crop

execute

  • Executes a command with arguments and returns the stdout and stderr.

    Parameters

    • command: string

      the command to run (convert, identify, etc).

    • args: string[]

    Returns Promise<IImageMagickCommandResult>

getImageMagickVersion

  • getImageMagickVersion(fresh?: boolean): Promise<number>
  • Returns the latest available version of ImageMagick

    Parameters

    • Optional fresh: boolean

      Do not used previously found version

    Returns Promise<number>

info

rescrop

resize

rotate

thumbnail

Generated using TypeDoc