Faculty of Pure and Applied Mathematics at Wroclaw Univeristy of Science and Technology.
- color transformations:
- changing contrast,
- changing lightness,
- changing saturation
- changing colors,
- blurring,
- sharpening,
- affine transformations:
- scaling,
- rotation,
- translation,
- mirror reflection.
- Julia - programming language,
- FileIO - package that enable loading and saving images,
- Images - package for images processing,
- ImageShow - package providing image show methods.
-
Clone the project to your directory:
git clone https://github.com/o-Mateo-o/grafika-pakiety.git.
-
Type in Julia terminal:
-
cd("path/repo")
-path/repo is path to the repository on your computer -
using Pkg; Pkg.add(["Gtk", "Images", "ImageView", "FileIO", "ImageShow"])
-
include("runROMEO.jl")
.
Installing packages mentioned above is essential to succesfully precompile this project and make use of every its functionality.