mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-12-17 00:31:40 +00:00
Compare commits
No commits in common. "75b09823eb44bce954eaec9fb45f02f1d13fab16" and "7073c3d9c5d92cdb98f985ce5eabd41904ab00b0" have entirely different histories.
75b09823eb
...
7073c3d9c5
@ -25,28 +25,6 @@ media
|
|||||||
└── tree.sh
|
└── tree.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
### Prerequisites
|
|
||||||
|
|
||||||
For the scripts to function they need the following in path:
|
|
||||||
- exiftool
|
|
||||||
- btrfs-utils (for the btrfs filesystem support)
|
|
||||||
|
|
||||||
And the ImageGrid Viewer CLI (the `ig` utility) either linked or globally
|
|
||||||
installed, to do this run the following from the `Viewer/` directory:
|
|
||||||
```shell
|
|
||||||
sudo make devel-cli
|
|
||||||
```
|
|
||||||
or:
|
|
||||||
```shell
|
|
||||||
sudo make cli
|
|
||||||
```
|
|
||||||
|
|
||||||
For additional dependencies run:
|
|
||||||
```shell
|
|
||||||
make check
|
|
||||||
```
|
|
||||||
|
|
||||||
|
|
||||||
### `README.md`
|
### `README.md`
|
||||||
|
|
||||||
A basic introductory description. This is here to introduce a new user
|
A basic introductory description. This is here to introduce a new user
|
||||||
|
|||||||
662
Viewer/package-lock.json
generated
662
Viewer/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -18,33 +18,35 @@
|
|||||||
"show": false
|
"show": false
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"app-module-path": "*",
|
"object-run": "*",
|
||||||
"async-json": "0.0.2",
|
"ig-object": "*",
|
||||||
"cli-progress": "^3.9.0",
|
"ig-types": "*",
|
||||||
"colors": "^1.4.0",
|
"ig-actions": "*",
|
||||||
|
"ig-features": "*",
|
||||||
|
"ig-argv": "*",
|
||||||
|
"ig-doc": "*",
|
||||||
|
"guarantee-events": "*",
|
||||||
|
"generic-walk": "*",
|
||||||
|
|
||||||
|
"requirejs": "*",
|
||||||
|
"requirejs-plugins": "*",
|
||||||
|
"fs-extra": "*",
|
||||||
|
"glob": "*",
|
||||||
|
"wildglob": "*",
|
||||||
"electron": "^37.0.0",
|
"electron": "^37.0.0",
|
||||||
|
"sharp": "*",
|
||||||
|
"sharp-phash": "^2.0.0",
|
||||||
"exif-reader": "^1.0.3",
|
"exif-reader": "^1.0.3",
|
||||||
"exifreader": "*",
|
"exifreader": "*",
|
||||||
"exiftool": "^0.0.3",
|
"exiftool": "^0.0.3",
|
||||||
"fs-extra": "*",
|
"cli-progress": "^3.9.0",
|
||||||
"fs-walk": "*",
|
"colors": "^1.4.0",
|
||||||
"generic-walk": "*",
|
|
||||||
"glob": "*",
|
|
||||||
"guarantee-events": "*",
|
|
||||||
"ig-actions": "*",
|
|
||||||
"ig-argv": "*",
|
|
||||||
"ig-doc": "*",
|
|
||||||
"ig-features": "*",
|
|
||||||
"ig-object": "*",
|
|
||||||
"ig-types": "*",
|
|
||||||
"json5": "^2.2.0",
|
|
||||||
"object-run": "*",
|
|
||||||
"requirejs": "*",
|
|
||||||
"requirejs-plugins": "*",
|
|
||||||
"sharp": "^0.34.4",
|
|
||||||
"sharp-phash": "^2.0.0",
|
|
||||||
"v8-compile-cache": "^2.2.0",
|
"v8-compile-cache": "^2.2.0",
|
||||||
"wildglob": "*"
|
"app-module-path": "*",
|
||||||
|
"fs-walk": "*",
|
||||||
|
"async-json": "0.0.2",
|
||||||
|
"json5": "^2.2.0"
|
||||||
},
|
},
|
||||||
"-dependencies": {
|
"-dependencies": {
|
||||||
"openseadragon": "^2.4.1",
|
"openseadragon": "^2.4.1",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user