mirror of
https://github.com/avinal/Golden-Ratio-Image.git
synced 2026-01-10 23:28:34 +05:30
26 lines
724 B
Markdown
26 lines
724 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.TreeDraw
|
|
```
|
|
|
|
## Image Examples
|
|
1. Actual Image
|
|

|
|
|
|
2. Artistic Image
|
|

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