- 26 Aug, 2015 1 commit
-
-
Gertjan van Heertum authored
Fixed problems when running in multiple threads. The use of a static matrix and the use of StringFormat.GenericTypographic seemed to cause problems when used in multi-threading. This is resolved by making the matrix non static and use a copy of the StringFormat. Also created a new exception for memory overflows. When using multithreading to render a large amount of big images the bitmap creation can fail (due to memory allocation) throwing an error. This is now caught and a specific exception is thrown.
-
- 20 Aug, 2015 2 commits
-
-
Gertjan van Heertum authored
-
Gertjan van Heertum authored
-