[Bug 1614266] Re: Freeimage library does not write EXR files

2017-04-10 Thread Ghislain Antony Vaillant
Fixed in freeimage/3.17.0+ds1-5 ** Changed in: freeimage (Ubuntu) Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1614266 Title: Freeimage library does not write E

[Bug 1614266] Re: Freeimage library does not write EXR files

2016-12-16 Thread Ghislain Antony Vaillant
You may request a SRU [1] and motivate it in terms of the regressions you have observed. Another solution is requesting a backport [2] or build the package yourself [3]. [1] https://wiki.ubuntu.com/StableReleaseUpdates [2] https://help.ubuntu.com/community/UbuntuBackports [3] https://wiki.debian.o

[Bug 1614266] Re: Freeimage library does not write EXR files

2016-12-15 Thread Milos Hasan
Any chance it will ever be backported to 16.04? I know this may not be your responsibility; just curious... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1614266 Title: Freeimage library does not wr

[Bug 1614266] Re: Freeimage library does not write EXR files

2016-12-15 Thread Ghislain Antony Vaillant
It has already transitioned to the current dev version of Ubuntu. So, the next stable version (17.04) should have it. Ghis -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1614266 Title: Freeimage lib

[Bug 1614266] Re: Freeimage library does not write EXR files

2016-12-15 Thread Milos Hasan
I guess you meant the updated Ubuntu package based on freeimage/3.17.0+ds1-4, right? When is it going to be available? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1614266 Title: Freeimage library

[Bug 1614266] Re: Freeimage library does not write EXR files

2016-12-15 Thread Ghislain Antony Vaillant
The bug should be fixed in freeimage/3.17.0+ds1-4 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1614266 Title: Freeimage library does not write EXR files To manage notifications about this bug go t

[Bug 1614266] Re: Freeimage library does not write EXR files

2016-11-18 Thread Milos Hasan
Yes, it appears to be the same bug. It's the FIF_EXR constant that's wrong. A temporary workaround is to do this: FREE_IMAGE_FORMAT exrFormat = FreeImage_GetFIFFromFilename("dummy.exr"); Then using exrFormat in place of FIF_EXR make the problem disappear. -- You received this bug notification

[Bug 1614266] Re: Freeimage library does not write EXR files

2016-11-16 Thread Ghislain Antony Vaillant
Could it be related to this bug? https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=841089 ** Bug watch added: Debian Bug tracker #841089 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=841089 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1614266] Re: Freeimage library does not write EXR files

2016-11-04 Thread Ubuntu Foundations Team Bug Bot
The attachment "FreeImage3170-ubuntu.patch" seems to be a patch. If it isn't, please remove the "patch" flag from the attachment, remove the "patch" tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the team. [This is an automated message performed by a Launchpad user owned by ~b

[Bug 1614266] Re: Freeimage library does not write EXR files

2016-11-04 Thread Milos Hasan
Hi Ghis, sure, the patch is below, but note: this only patches the build of FreeImage 3.17.0 *from source*. The original bug I reported above is that the *packaged* version FreeImage cannot write EXRs. That bug still exists and I have no idea how to fix it. For now our team has to resort to build

[Bug 1614266] Re: Freeimage library does not write EXR files

2016-10-13 Thread Ghislain Antony Vaillant
> (Note, the source did not build out of the box, there was some trivial bug with raw string delimiters that we had to manually patch.) Could you forward the said patch please? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://b

[Bug 1614266] Re: Freeimage library does not write EXR files

2016-08-30 Thread Milos Hasan
Hi Ghis, yes, we confirmed that it works correctly with FreeImage 3.17.0 built from source. So the bug is specific to Ubuntu 16.04 packaging. (Note, the source did not build out of the box, there was some trivial bug with raw string delimiters that we had to manually patch.) Hope this helps. Th

[Bug 1614266] Re: Freeimage library does not write EXR files

2016-08-30 Thread Ghislain Antony Vaillant
Hi Milos, Could you try building FreeImage 3.17.0 from source, run your example on it and report whether the same problem occurs. The major difference between the packaged FreeImage and the source one is that the latter embeds its own dependencies whereas the former is (quite heavily) patched to