DanielChuDC / insert-image-into-word

insert-image-into-word
https://medium.com/@jiahao.chu.dc/automation-for-importing-images-into-microsoft-word-using-python-3608a47d922
MIT License
1 stars 0 forks source link

Add in function to compute the ratio of the image and maintain the ratio of the image while insert into the docs #3

Open DanielChuDC opened 4 years ago

DanielChuDC commented 4 years ago

The python-docx , r.add_picture function allow to resize with cm and inch

If we input the certain value, the picture may looks flat or out of shape depend on the content.

Need a additional function that detect the image ratio (such as rectangle or square) and resize the image in ratio of 4

DanielChuDC commented 4 years ago

https://stackoverflow.com/questions/273946/how-do-i-resize-an-image-using-pil-and-maintain-its-aspect-ratio

DanielChuDC commented 4 years ago

https://auth0.com/blog/image-processing-in-python-with-pillow/

DanielChuDC commented 4 years ago

https://towardsdatascience.com/how-to-resize-images-using-python-8aaba74602ed