Andriy Gerasika
Andriy Gerasika
I have <extensions>ico:js:css:gif:png:jpg:jpeg:svg:swf</extensions> in my config.xml but it is not accepting *.PNG files -- can you please enhance FileConveyor to allow case-insensitive extensions? either by default, or some extra attribute...
Hello, what do you think about compressing resources with gz/bzip2 and deserializing these using iostream/(gz|bzip2) wrapper: ``` if (url.endsWith('z') || url.endsWith('Z')) { ifstream stream(url.toStdString(), ios::in | ios::binary); zstream::igzstream zstream(stream); return...
Hello, I have managed to get facefilter app running on Ubuntu, however it is emitting "YUV not supported" messages. Is this feature only of facefilter Qt app or a feature...
Hello, I have used your code to modernize bzip2 iostream from the same source: http://www.gerixsoft.com/tmp/iostream_bz.h http://www.gerixsoft.com/tmp/iostream_bz.cpp If you wish, you can include this code inside your repo...