If you want to use old image converter with ImageMagick then install `libmagickcore-dev`
```bash
-sudo apt-get install libmagickcore-dev
+sudo apt-get install imagemagick libmagickcore-dev
+```
+
+install develop dependencies
+
+```bash
+sudo apt-get install libcmocka-dev cppcheck lcov
```
### Build source
## Develop with Tests
-install develop dependencies
-
-```bash
-sudo apt-get install libcmocka-dev cppcheck lcov
-```
-
build with tests and run it
```bash