Skip to content

Commit

Permalink
Merge branch 'main' of github.com:zfox23/colorSortedImageGrid into main
Browse files Browse the repository at this point in the history
  • Loading branch information
zfox23 committed Jan 5, 2021
2 parents b39ed98 + 7518678 commit 7a6b2a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ I generated the three frames from this example using the same set of [my photogr
# How do I use this?
1. Clone this repository to your local disk, or download the latest version of the `main` branch code [here](https://github.com/zfox23/colorSortedImageGrid/archive/main.zip).
2. Ensure NodeJS v12.18.x is installed: [https://nodejs.org/en/](https://nodejs.org/en/)
3. Place the images that you'd like to be a part of your output images into `<repo directory>\images`.
3. Place the images that you'd like to be a part of your output image into `<the downloaded repository directory>\images`.
- These images must be in `.jpg` or `.png` format.
4. Open a PowerShell/Command Prompt/Terminal window, then `cd` into the directory containing this repository.
5. Run `npm i` to install this project's dependencies.
Expand All @@ -27,4 +27,4 @@ I generated the three frames from this example using the same set of [my photogr
- Experiment with the way the images are sorted by using the `--sortParameter`...parameter...
- You can adjust the default column-major sorting order to row-major by passing `--sortOrder row-major` to the script.

Enjoy! 💖
Enjoy! 💖

0 comments on commit 7a6b2a7

Please sign in to comment.