Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sardinecan/picncrop.jl
A cropper tool made with Julia
https://github.com/sardinecan/picncrop.jl
Last synced: about 2 months ago
JSON representation
A cropper tool made with Julia
- Host: GitHub
- URL: https://github.com/sardinecan/picncrop.jl
- Owner: sardinecan
- Created: 2024-02-15T11:11:51.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-10-15T20:44:22.000Z (3 months ago)
- Last Synced: 2024-10-17T07:20:16.365Z (3 months ago)
- Language: Julia
- Size: 10.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pic'n'crop
Pic'n'crop is an interactive cropper made with Julia.## Prequisite
Julia: `>= 1.7`packages: `GLMakie`, `FileIO`, `ImageIO`
## Install
```julia
# go into picncrop directory
> cd /path/to/picncrop# run julia
> julia# switch to pkg mode to activate env
pkg> activate .
Activating project at `~/path/to/picncrop`# run instantiate to install packages/dependencies
(picncrop) pkg> instantiate
Precompiling project...
```## Run pic'n'crop
```julia
# switch to pkg mode to activate env
pkg> activate .
Activating project at `~/path/to/picncrop`# just put some images in the input subfolder and run in REPL
julia> include("picncrop.jl")
```
## Demo
![demo](assets/picncrop.gif)