mirror of
https://github.com/digarok/gs-image-conversion.git
synced 2024-12-11 17:51:03 +00:00
more formatting
This commit is contained in:
parent
925e2166b9
commit
8012502c16
@ -19,12 +19,17 @@ To approximate it here, we use imagemagick to perform the following conversion s
|
|||||||
You must have imagemagick installed. To see if it's installed, open a command line and type `convert`
|
You must have imagemagick installed. To see if it's installed, open a command line and type `convert`
|
||||||
|
|
||||||
If you need to install it, for Mac OSX, I'd suggest `brew`:
|
If you need to install it, for Mac OSX, I'd suggest `brew`:
|
||||||
|
|
||||||
```$ brew install imagemagick```
|
```$ brew install imagemagick```
|
||||||
|
|
||||||
|
|
||||||
Linux - RHEL/CentOS
|
Linux - RHEL/CentOS
|
||||||
|
|
||||||
```$ sudo yum install ImageMagick```
|
```$ sudo yum install ImageMagick```
|
||||||
|
|
||||||
|
|
||||||
Linux - Debian/Ubuntu
|
Linux - Debian/Ubuntu
|
||||||
|
|
||||||
```$ sudo apt-get install imagemagick```
|
```$ sudo apt-get install imagemagick```
|
||||||
|
|
||||||
## Running the script to build an image
|
## Running the script to build an image
|
||||||
@ -35,6 +40,7 @@ Basically you can just run the `slicer.sh` script against any image that imagema
|
|||||||
## Running the test suite
|
## Running the test suite
|
||||||
|
|
||||||
From the parent directory (the one this readme file is in), run the test script:
|
From the parent directory (the one this readme file is in), run the test script:
|
||||||
|
|
||||||
```$ ./tests/run_1.sh```
|
```$ ./tests/run_1.sh```
|
||||||
|
|
||||||
Output will be generated in the **out/** directory.
|
Output will be generated in the **out/** directory.
|
||||||
|
Loading…
Reference in New Issue
Block a user