View Single Post
Old 02-13-2018, 10:52 PM   #62
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 7,602
Karma: 5433388
Join Date: Nov 2009
Device: many
Handling svg images is going to end up being a pain in the butt because python PIL does not handle them. In fact the only python conversion from svg to a png thumbnail require librsvg2, cairo, pycairo, and cairosvg but these are not easily found anyplace other than linux.

Luckily Qt itself can be used to create a svg2png converter commandline program to make the required thumbnail in a crossplatform manner or alternatively I could port the entire gui of Access-Aide from tkinter to pyqt5 just to handle that but I just spent a bunch of time figuring out the tkinter code and really do not want to start from scratch.

So this will take a bit more work to handle.
KevinH is offline   Reply With Quote