/imagetool

Image tool to check image aspects using imagemagick

Primary LanguageGo

Image Tool

This package contains tool to check image aspects using imagemagick library on bash shell

Features

  • Blur image detection

  • Black white image detection

Dependencies

  • Bash command

  • Imagemagick library

Install

  • go get github.com/bimalabs/imagetool

Usage

IsBlackWhite("image/path/your_image.png")

IsBlur("image/path/your_image.jpg")