diff --git a/README.md b/README.md index f9f0052..ec3ecf6 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,25 @@ +## [![license](https://img.shields.io/github/license/DAVFoundation/captain-n3m0.svg?style=flat-square)](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 + ![Me](images/avii.jpg) + + 2. Artistic Image + ![Golden Me](images/goldenAvii.png) + +his Project uses `StdDraw.java`. The Same can be obtained from [here](https://introcs.cs.princeton.edu/java/stdlib/StdDraw.java.html). + +