2020-04-27 00:05:58 +05:30
|
|
|
## [](https://github.com/avinal/Golden-Ratio-Image/blob/master/LICENSE)
|
|
|
|
|
|
2020-04-26 22:54:55 +05:30
|
|
|
# Golden-Ratio-Image
|
|
|
|
|
Converts a image to a grayscale/color Fibonacci Number based Golden Ratio Image.
|
2020-04-27 00:05:58 +05:30
|
|
|
|
|
|
|
|
*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
|
2020-04-27 00:13:24 +05:30
|
|
|
java src.TheCanvas
|
2020-04-27 00:05:58 +05:30
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## Image Examples
|
|
|
|
|
1. Actual Image
|
|
|
|
|

|
|
|
|
|
|
|
|
|
|
2. Artistic Image
|
|
|
|
|

|
|
|
|
|
|
2020-04-27 00:11:20 +05:30
|
|
|
3. Or Set Color
|
|
|
|
|

|
|
|
|
|
|
2020-04-27 00:13:24 +05:30
|
|
|
This Project uses `StdDraw.java`. The Same can be obtained from [here](https://introcs.cs.princeton.edu/java/stdlib/StdDraw.java.html).
|
2020-04-27 00:05:58 +05:30
|
|
|
|
|
|
|
|
|