Re: [Oiio-dev] OIIO overstating texture sizes

2016-09-09 Thread Ben De Luca
and linux is not the only os I know of people injecting libraries between renders using LD_PRELOAD to monitor IO. But that is not going to work on osx (any more, without pain), and windows I don't have a clue about. On 9 September 2016 at 12:56, Søren Ragsdale wrote: >

[Oiio-dev] png format on windows

2016-08-22 Thread Ben De Luca
Hi, I managed to build oiio but I have a strange problem, I can't create any png files bigger than 4kb with oiiotool. I have a debug version, but its crashing in a way that VS ignores. Would it be possible for this bug to slip past the tests, or have I built it wrong? I noticed that we

Re: [Oiio-dev] Windows build instructions?

2016-08-17 Thread Ben De Luca
I looked at the output on the automated build in the PR and more closely followed the methods there and it compiled. Dont use nmake! On 17 August 2016 at 10:23, Ben De Luca <bdel...@gmail.com> wrote: > I am still stuck, the compiler breaks on the with alignment issues on >

Re: [Oiio-dev] Windows build instructions?

2016-08-17 Thread Ben De Luca
tif, it will scale it up correctly but down-rezing > gives me a blank image. > > the THIRD_PARTY_ROOT stuff didn't work for me, so I just manually entered > the include and lib paths for everything it needed until it compiled. > > On Tue, Aug 16, 2016 at 10:13 AM, Ben De Luca <bde

Re: [Oiio-dev] Windows build instructions?

2016-08-16 Thread Ben De Luca
aah, sorry I just made that against oiio:master, meant to make it again my own master. Embarrassing commit notes included :( I had planned to rebase before any one saw that. On 16 August 2016 at 20:10, Ben De Luca <bdel...@gmail.com> wrote: > every thing I have changed is in this P

Re: [Oiio-dev] Windows build instructions?

2016-08-16 Thread Ben De Luca
every thing I have changed is in this PR https://github.com/OpenImageIO/oiio/pull/1470 in my own repo. On 16 August 2016 at 20:08, Ben De Luca <bdel...@gmail.com> wrote: > I havn't set a USE_SIMD flag, do you have a suggest on what to try. > > Yes It breaks further on though. in

Re: [Oiio-dev] Windows build instructions?

2016-08-15 Thread Ben De Luca
mackevision.global>, Twitter > <https://twitter.com/Mackevision>, Behance > <https://www.behance.net/mackevision> and Vimeo > <https://vimeo.com/mackevision> > -- > *Von:* Oiio-dev <oiio-dev-boun...@lists.openimageio.org> im

Re: [Oiio-dev] Windows build instructions?

2016-08-15 Thread Ben De Luca
ason 5 – VFX making of reel > <http://www.mackevision.com/references/got-5-making-of/?utm_source=E-Mail-Signatur_medium=E-Mail_campaign=GoT-S5-making-of-Signatur> > . > *SOCIAL:* Follow us on Facebook > <https://www.facebook.com/mackevision.global>, Twitter > <https://t

Re: [Oiio-dev] Windows build instructions?

2016-08-15 Thread Ben De Luca
I see the openEXR version, is very old in the external libs, but that the windows build is compiling from link in docs. I wondered if you might share? -Ben On 15 August 2016 at 20:05, Ben De Luca <bdel...@gmail.com> wrote: > Hi, > I was reading the documentation h

Re: [Oiio-dev] Statically linked oiiotool?

2016-07-18 Thread Ben De Luca
oes on Linux. > > I'd be keen to try to get it working the rest of the way, on both platforms. > > >> On Jul 18, 2016, at 2:20 AM, Ben De Luca <bdel...@gmail.com> wrote: >> >> Hi, >>I think the answer this to no, but I thought to double check by >> a

Re: [Oiio-dev] oiiotool potential improvements

2013-10-30 Thread Ben De Luca
Hi Sebastian, On the colour question I am not familiar with Christoph's pre-built packages but in the development branch you should at least get lin, srgb, and Rec709 built in. You can build oiio against OpenColorIO ( http://opencolorio.org/) to support much more elaborate colour

Re: [Oiio-dev] oiiotool potential improvements

2013-10-30 Thread Ben De Luca
is needed for all things color. On 10/30/2013 12:39 PM, Ben De Luca wrote: Hi Sebastian, On the colour question I am not familiar with Christoph's pre-built packages but in the development branch you should at least get lin, srgb, and Rec709 built in. You can build oiio against

Re: [Oiio-dev] libgif support

2013-10-10 Thread Ben De Luca
? Or do we need some kind of #ifdef switch? On Oct 9, 2013, at 3:03 AM, Ben De Luca wrote: Hey, trying to compile oiio against libgiff 4.1 ( system provided) compilation fails like /mnt/homes/bdeluca/src/oiio/oiio/src/gif.imageio/gifinput.cpp: In member function ‘void

Re: [Oiio-dev] oiiotool resize filters

2013-10-10 Thread Ben De Luca
, triangle, gaussian, sharp-gaussian, catmull-rom, blackman-harris, sinc, lanczos3, radial-lanczos3, mitchell, bspline, disk. The default -- which I think pretty good -- is to use blackman-harris when magnifying, and lanczos3 when minifying. On Oct 9, 2013, at 5:04 AM, Ben De Luca wrote: Hi All

Re: [Oiio-dev] oiiotool resize filters

2013-10-10 Thread Ben De Luca
. The new ones we just put in as replacements are the ones actually used and which work much better. Give a try to master and see if it helps? On Thu, Oct 10, 2013 at 5:30 AM, Ben De Luca bdel...@gmail.com wrote: Hey thanks for that! Im looking at the various filters to try and determine how

[Oiio-dev] libgif support

2013-10-09 Thread Ben De Luca
Hey, trying to compile oiio against libgiff 4.1 ( system provided) compilation fails like /mnt/homes/bdeluca/src/oiio/oiio/src/gif.imageio/gifinput.cpp: In member function ‘void OpenImageIO::v1_3::GIFInput::report_last_error()’:

[Oiio-dev] oiiotool resize filters

2013-10-09 Thread Ben De Luca
Hi All, I was trying to pass a filter option to the resize command, but I cant figure out what the format should look like. I thought it might be some thing like. ./oiiotool -v input.ext --resize 50% filter=blackman-harris -o /tmp/test.exr Is that the right sort of format? I looked that

Re: [Oiio-dev] python questions

2012-04-16 Thread Ben De Luca
I am currently going through the python API updating it to match the C++ apis more closely and then writing a more pythonic wrapper around the c++ api and the commands in oiitool. I have bug fixes that I will push back as soon as I organize the CCLA. -bd On Mon, Apr 16, 2012 at 5:55

Re: [Oiio-dev] static linking

2012-01-19 Thread Ben De Luca
, if you can remind me. -bd On Thu, Jan 19, 2012 at 12:34 PM, Nicholas Yue yue.nicho...@gmail.com wrote: On 24/09/11 01:39, Ben De Luca wrote: I noticed a bug with static linking where the ilmbase files are being linked as there *.dylib  files rather than their *.a's giving shared

Re: [Oiio-dev] python bindings broken for image writing

2011-09-16 Thread Ben De Luca
Hi, I created a patch to fix this a few weeks ago. https://github.com/OpenImageIO/oiio/pull/150 On 16 September 2011 17:26, oiiodev.cali...@neverbox.com wrote: HI there - I just wanted to make sure that you guys were aware that the python bindings, at least as far as image writing is

Re: [Oiio-dev] iprocess unable to resize OpenEXR Half types?

2011-09-05 Thread Ben De Luca
I am new to OIIO, but I think the answer is going to be The tools are moving away from using iprocess, try oiiotool ./oiiotool z.exr --resize 32x32 -d half -o /tmp/blah.exr just worked from me from master. On 5 September 2011 16:45, Kevin Wheatley kevin.j.wheat...@gmail.comwrote: Hi,