doko-desuka
doko-desuka
I noticed that the image result has a lot of jagged lines (aliasing). Have you considered implementing a resampling function? (bicubic, lanczos etc.)
Hi, I'm looking at your library downloading code: https://github.com/DiMartinoXBMC/script.module.libtorrent/blob/master/python_libtorrent/python_libtorrent/functions.py#L88-L99 On Android, it will try to fetch a file called 'liblibtorrent.so': https://github.com/DiMartinoXBMC/script.module.libtorrent/blob/master/python_libtorrent/platform_pulsar.py#L56-L57 But such file does not exist in your repository....