mirror of
https://github.com/avinal/Golden-Ratio-Image.git
synced 2026-01-10 07:08:33 +05:30
Updated ReadMe
This commit is contained in:
23
README.md
23
README.md
@@ -1,2 +1,25 @@
|
|||||||
|
## [](https://github.com/avinal/Golden-Ratio-Image/blob/master/LICENSE)
|
||||||
|
|
||||||
# Golden-Ratio-Image
|
# Golden-Ratio-Image
|
||||||
Converts a image to a grayscale/color Fibonacci Number based 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).
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user