|
5 | 5 | <br>
|
6 | 6 |
|
7 | 7 | ## 1. Image Enhancing
|
| 8 | +[`source code here`](https://github.com/Lakhankumawat/Amazing-Python-Scripts/blob/Experimental/Image%20Processing/ImgEnhancing.py)<br> |
8 | 9 | <a href="https://ibb.co/7CDtTBT"><img width="40%" src="https://i.ibb.co/h9NFnrn/default.jpg" alt="default" border="0"></a><img src="https://img.icons8.com/carbon-copy/100/000000/arrow.png"/>
|
9 | 10 | <a href="https://ibb.co/51JhvX7"><img width="40%" src="https://i.ibb.co/j8jkG9p/enhanced.jpg" alt="enhanced" border="0"></a>
|
10 | 11 |
|
|
13 | 14 |
|
14 | 15 |
|
15 | 16 | ## 2. Image Compressing
|
16 | | - |
| 17 | +[`source code here`](https://github.com/Lakhankumawat/Amazing-Python-Scripts/blob/Experimental/Image%20Processing/ImageCompressing.py)<br> |
17 | 18 | <a href="https://ibb.co/7CDtTBT"><img width="40%" src="https://i.ibb.co/h9NFnrn/default.jpg" alt="default" border="0"></a><img src="https://img.icons8.com/carbon-copy/100/000000/arrow.png"/>
|
18 | 19 | <a href="https://ibb.co/BBJx5PM"><img width="40%" src="https://i.ibb.co/TtGSxT3/Compressed.jpg" alt="Compressed" border="0"></a>
|
19 | 20 | <hr>
|
20 | 21 |
|
21 | 22 | ## 3. Image Transposing
|
| 23 | +[`source code here`](https://github.com/Lakhankumawat/Amazing-Python-Scripts/blob/Experimental/Image%20Processing/ImageCompressing.py)<br> |
22 | 24 | <a href="https://ibb.co/7CDtTBT"><img width="40%" src="https://i.ibb.co/h9NFnrn/default.jpg" alt="default" border="0"></a><img src="https://img.icons8.com/carbon-copy/100/000000/arrow.png"/>
|
23 | 25 | <a href="https://ibb.co/4KNZYG2"><img width="40%" src="https://i.ibb.co/JmkRy4q/Transposed.png" alt="Transposed" border="0"></a>
|
24 | 26 | <hr>
|
| 27 | + |
25 | 28 | ## Libraries Required
|
26 | 29 |
|
27 | 30 | Instructions on how to use them in your own application are linked below.
|
|
0 commit comments