kyawakyawa / image-utils

image utils

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image Utils

Requirement

  • C++ 11 compiler

Build Example

$ git submodule update --init --recursive
$ sh bootstrap.sh
$ cd build
$ make -j

Integration into your CMake Project

set(IMAGE_UTILS_BUILD_EXAMPLES OFF CACHE BOOL "Do not build image utils examples")
add_subdirectory(/path/to/image-utils)

If your project use ghc filesystem too, please add the following settings

set(IMAGE_UTILS_USE_EXTERNAL_GHC_FILESYSTEM ON CACHE BOOL "use external ghc filesystem")

About

image utils

License:MIT License


Languages

Language:C++ 67.5%Language:CMake 30.7%Language:Shell 1.8%