https://github.com/lilithhafner/manualimagecoding.jl
ManualImageCoding
https://github.com/lilithhafner/manualimagecoding.jl
Last synced: 2 months ago
JSON representation
ManualImageCoding
- Host: GitHub
- URL: https://github.com/lilithhafner/manualimagecoding.jl
- Owner: LilithHafner
- License: gpl-3.0
- Created: 2022-11-17T04:58:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-16T12:29:22.000Z (about 1 year ago)
- Last Synced: 2025-01-21T04:41:48.606Z (4 months ago)
- Language: Julia
- Size: 45.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ManualImageCoding
[](https://LilithHafner.github.io/ManualImageCoding.jl/stable/)
[](https://LilithHafner.github.io/ManualImageCoding.jl/dev/)
[](https://github.com/LilithHafner/ManualImageCoding.jl/actions/workflows/CI.yml?query=branch%3Amain)
[](https://codecov.io/gh/LilithHafner/ManualImageCoding.jl)# Installation using [Quickdraw](https://github.com/LilithHafner/quickdraw)
To install this software on Linux or Mac, run the following command:
```
curl -fLsS https://lilithhafner.com/quickdraw | sh -s https://github.com/LilithHafner/ManualImageCoding.jl
```To install this software on Windows, install Julia and then run the following command:
```
(echo julia -e "import Pkg; Pkg.activate(\"ManualImageCoding\", shared=true); try Pkg.add(url=\"https://github.com/LilithHafner/ManualImageCoding.jl\"); catch; println(\"Warning: update failed\") end; using ManualImageCoding: main; main()" %0 %* && echo pause) > ManualImageCoding.bat
```In both cases, the command will create an executable called `ManualImageCoding` that can be double clicked to run.