bBox_GraphicsMagick( mode; param1; {; param2; ...} )

Parameters:
   mode:
      0 = wait for output
      4 = run command asynchronously (no wait)
      32 = combine stderr & stdout output
   …: one or more options to be sent to the gm command

Result:
   any text output returned by gm command

Error:
   

Script Step:
none

––––––––––

First appeared in: 0.98

Examples in demo file: 3

Compatibility:   Client, macOS, Server, Ubuntu

––––––––––

Execute a gm command to manipulate, compare, or describe image files.

Typically, each option, value, or switch is a separate FileMaker parameter.

The version bundled with the macOS version of the bBox plugin currently supports the following file types, encodings, or features:

  • large files (<32 bit)
  • BZIP
  • JBIG
  • JPEG
  • LCMS
  • PNG
  • SVG (Ubuntu only)
  • TIFF
  • ZLIB

On Ubuntu, see bBox's installation directions for a required additional installation steps.

For details on the gm command see GraphicsMagick GM Utility. Although testing may be the quickest way to determine which image formats are supported, for details on supported formats see GraphicsMagick Supported Formats. Also see bBox_Sips, which may provide better performance and can work with a few image types not supported by GraphicsMagick.

––––––––––

bBox Functions

bBox Wiki