alibosworth / pakon-planar-raw-converter

Small script to automate the process of converting the 16-bit Planar Raw files produced by TLXClientDemo into useful images.
https://alibosworth.github.io/pakon-planar-raw-converter/
GNU General Public License v3.0
19 stars 3 forks source link

Negfix8 does not support concurrent instances, so things get weird #6

Closed alibosworth closed 8 years ago

alibosworth commented 8 years ago

Christopher Meyer discovered that Negfix8 is only storing its temporary profile data in a single location, and concurrent instances of it mean that it gets really confused. This is a problem with Negfix8 in my opinion (which could be fixed by keying that data file based on something unique) but we need to work around it.