mirror of
https://github.com/avinal/Golden-Ratio-Image.git
synced 2026-01-09 22:58:34 +05:30
29 lines
797 B
Markdown
29 lines
797 B
Markdown
## [](https://github.com/avinal/Golden-Ratio-Image/blob/master/LICENSE)
|
|
|
|
# Golden-Ratio-Image
|
|
Converts a image to a grayscale/color Fibonacci Number based Golden Ratio Image.
|
|
|
|
*Use Squared-Cropped Image for best Results.*
|
|
|
|
# How to Compile
|
|
```
|
|
git clone https://github.com/avinal/Golden-Ratio-Image.git
|
|
cd Golden-Ratio-Image
|
|
javac src/*.java
|
|
java src.TheCanvas
|
|
```
|
|
|
|
## Image Examples
|
|
1. Actual Image
|
|

|
|
|
|
2. Artistic Image
|
|

|
|
|
|
3. Or Set Color
|
|

|
|
|
|
This Project uses `StdDraw.java`. The Same can be obtained from [here](https://introcs.cs.princeton.edu/java/stdlib/StdDraw.java.html).
|
|
|
|
|