• Ashod Nakashian's avatar
    Fix for decoding large Jp2 images on Windows. · 03ea24f2
    Ashod Nakashian authored
    On Windows, the tmpnam function returns a temp filename in the current directory, which has a prepended backslash '\\'.
    This subsequently fails the open function.
    
    This patch creates a proper temp filename in the temp folder and makes unlike work by opening the file as short-lived.
    03ea24f2
Name
Last commit
Last update
3rdparty Loading commit data...
apps Loading commit data...
cmake Loading commit data...
data Loading commit data...
doc Loading commit data...
include Loading commit data...
modules Loading commit data...
platforms Loading commit data...
samples Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.tgitconfig Loading commit data...
CMakeLists.txt Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...