Search found 2 matches

by cyril
2013-05-01T02:48:42-07:00
Forum: Bugs
Topic: exr uninitialized memory
Replies: 2
Views: 2140

Re: exr uninitialized memory

Thanks !
I am looking forward to this new version.

Cyril
by cyril
2013-04-29T03:53:22-07:00
Forum: Bugs
Topic: exr uninitialized memory
Replies: 2
Views: 2140

exr uninitialized memory

Hi, I came along an uninitialized memory issue in exr.c. Basically I use exr files that have a data window different than the display window, for instance: exrheader myfile.exr: ... dataWindow (type box2i): (493 162) - (1541 797) displayWindow (type box2i): (0 0) - (1919 1079) ... When image magick ...