Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to open a .wmf file in python?

Is there any support or library in python for opening ".wmf" format files and converting them into arrays for further operations?

like image 947
Siddhant Avatar asked Oct 15 '25 06:10

Siddhant


1 Answers

PIL only has wmf support on Windows

like image 127
Martin Avatar answered Oct 17 '25 19:10

Martin