Interface ImageMagickDetector

All Known Implementing Classes:
DefaultImageMagickDetector

public interface ImageMagickDetector
Represents a class that can identify whether the ImageMagick commandline utility is available on the current machine.
Author:
Samarth Dhruva (samarthd)
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Determines if the ImageMagick commandline utillity is available on the current machine.
  • Method Details

    • imageMagickAvailable

      boolean imageMagickAvailable()
      Determines if the ImageMagick commandline utillity is available on the current machine.
      Returns:
      true if ImageMagick is available, false otherwise