James Richardson

Results 124 comments of James Richardson

I realise not much has happened on this thread for a while... but I'm doing some refactoring that should mean that we can get some movement on this....

I dont know if anyone has experimented much with AMD GPU settings, but if there are recommendations, I'd be happy to include them in the documentation. I dont have an...

@tve I revisited the vaapi config a little bit, and I think that I can make the config possible, by adding an optional "filter" parameter to the profile. Did you...

Since 0.93.0, and support for the input/filter/output settings in the "profiles" configuration, this should be possible. I dont know the settings, but check the PERFORMANCE_GUIDE doc, and the same sort...

This is fantastic info. Thank you for sharing it.

Hi yes - however the existing caching only caches the image *data* - not the image object. Each time the tile is retrieved from the cache, the image object is...

Tile objects don't contain a PIL.Image they contain file data - like a PNG file.

So - while it is a million miles from being ready for a library - i have some PoC code here using FreeType Cache from python. If it is useful...

The code above, although still very(!) rough - is showing some interesting results so far. It is *definitely* not comparing apples to apples. but the performance so far makes me...

It looks like the font rendering has got much faster in recent releases! - I was on 8.4.0 - upgrading to 9.2.0 speeds up my test case for pillow from...