in app/infra/command/ImageMagick.scala [13:17]
def command(operation: IMOperation) { val command = new ConvertCmd() command.setSearchPath(imagemagickDir) command.run(operation) }