|
| 1 | +# Python Image Processing |
| 2 | +<h4>Python Imaging Library (PIL) is one of the popular libraries used for image processing. PIL can be used to display image, create thumbnails, resize, rotation, convert between file formats, contrast enhancement, filter and apply other digital image processing techniques etc.</h4><br> |
| 3 | + |
| 4 | +> Here are few things which you can implement using python |
| 5 | +<br> |
| 6 | + |
| 7 | +## 1. Image Enhancing |
| 8 | +[`source code here`](https://github.com/Lakhankumawat/Amazing-Python-Scripts/blob/Experimental/Image%20Processing/ImgEnhancing.py)<br> |
| 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"/> |
| 10 | +<a href="https://ibb.co/51JhvX7"><img width="40%" src="https://i.ibb.co/j8jkG9p/enhanced.jpg" alt="enhanced" border="0"></a> |
| 11 | + |
| 12 | + |
| 13 | +<hr> |
| 14 | + |
| 15 | + |
| 16 | +## 2. Image Compressing |
| 17 | +[`source code here`](https://github.com/Lakhankumawat/Amazing-Python-Scripts/blob/Experimental/Image%20Processing/ImageCompressing.py)<br> |
| 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"/> |
| 19 | + <a href="https://ibb.co/BBJx5PM"><img width="40%" src="https://i.ibb.co/TtGSxT3/Compressed.jpg" alt="Compressed" border="0"></a> |
| 20 | + <hr> |
| 21 | + |
| 22 | +## 3. Image Transposing |
| 23 | +[`source code here`](https://github.com/Lakhankumawat/Amazing-Python-Scripts/blob/Experimental/Image%20Processing/ImageCompressing.py)<br> |
| 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"/> |
| 25 | + <a href="https://ibb.co/4KNZYG2"><img width="40%" src="https://i.ibb.co/JmkRy4q/Transposed.png" alt="Transposed" border="0"></a> |
| 26 | + <hr> |
| 27 | + |
| 28 | +## Libraries Required |
| 29 | + |
| 30 | +Instructions on how to use them in your own application are linked below. |
| 31 | + |
| 32 | +| Library | Documentation | |
| 33 | +| ------ | ------ | |
| 34 | +| CV2 | [https://pypi.org/project/opencv-python/][PlDb] | |
| 35 | +| PIL | [https://pypi.org/project/Pillow/][PlGh] | |
| 36 | +| CLAHE | [https://pypi.org/project/clahe/][PlGd] | |
| 37 | + |
| 38 | +## Author |
| 39 | +[Lakhan Kumawat](https://github.com/Lakhankumawat) |
| 40 | + |
| 41 | + |
| 42 | + [PlDb]: <https://pypi.org/project/opencv-python/> |
| 43 | + [PlGh]: <https://pypi.org/project/Pillow/> |
| 44 | + [PlGd]: <https://pypi.org/project/clahe/> |
| 45 | + |
0 commit comments