Re: [Oiio-dev] Git clone fails?

2011-08-30 Thread Jeremy Selan
Your syntax is trying to clone the master repo with read/write permissions, which you don't have. Go to the github page, and click 'git read only https://github.com/OpenImageIO/oiio git clone git://github.com/OpenImageIO/oiio.git Note the :// syntax, instead of the @ (Now, if you want to fork

Re: [Oiio-dev] Git clone fails?

2011-08-30 Thread Kevin Brightwell
I've had this issue with other projects when first starting to use git/github. Basically, you need to generate and add your RSA key to githubs profile options. Sorry I'm not more informative, but the github help docs are excellent. -Kevin On 2011-08-31 1:54 AM, "Simon Eves" wrote: > I'm really s

[Oiio-dev] Git clone fails?

2011-08-30 Thread Simon Eves
I'm really sorry to pollute this list with (another) dumb question, but I'm having trouble fetching the latest code with Git (a manual build and install of 1.7.6.1 on CentOS 5.6, which worked fine with other Git repos I've used). I've never tried to do this before (I've been using the 0.10 tarball

[Oiio-dev] Review: filters updated: sinc, blackman-harris, gaussian

2011-08-30 Thread Jeremy Selan
https://github.com/OpenImageIO/oiio/pull/157 The math and filter radii have been updated for a bunch of filters to better match existing performance in other common applications. (The biggest change being sinc, which is now much sharper.) Filter results comparison: pow2 downres (4K -> 128 tested)

Re: [Oiio-dev] Review: fix in some Find*.cmake scripts for compatibility with external svn repo

2011-08-30 Thread Simon Eves
wrote: > > Currently, the cmake scripts will not be able to properly find openexr and > ilmbase when THIRD_PARTY_TOOLS_HOME is set to the distribution dir output > from the latest external project. > This commit modifies FindIlmBase.cmake / FindOpenExr.cmake so they find it > properly. > Pull requ

[Oiio-dev] Review: fixed trivial compile warning

2011-08-30 Thread Jeremy Selan
Fixes a trivial compile warning in the rla code. https://github.com/OpenImageIO/oiio/pull/155 ___ Oiio-dev mailing list Oiio-dev@lists.openimageio.org http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org

Re: [Oiio-dev] Review: maketx --alpha1-detect

2011-08-30 Thread Larry Gritz
Disk space and I/O, as well as texture cache space (those textures are wasting 25% in cache). On Aug 30, 2011, at 2:28 PM, Marcos Fajardo wrote: What's the benefit of removing the alpha, is it simply to save memory and disk space? On Tue, Aug 30, 2011 at 10:56 PM, Larry Gritz mailto:l...@im

Re: [Oiio-dev] Review: maketx --alpha1-detect

2011-08-30 Thread Marcos Fajardo
What's the benefit of removing the alpha, is it simply to save memory and disk space? On Tue, Aug 30, 2011 at 10:56 PM, Larry Gritz wrote: > https://github.com/OpenImageIO/oiio/pull/153 > > maketx --alpha1-detect will omit alpha from textures whose input images had > designated alpha channels t

Re: [Oiio-dev] Review: maketx --alpha1-detect

2011-08-30 Thread Larry Gritz
I'm fine with that, it was just a name I made up off the top of my head. Also note that I put the test for alpha=1 before the "is it monochrome" test. So it will correctly collapse CCC1 textures to C, if you know what I mean, whereas previously CCC1 textures would not only keep the pointless alp

Re: [Oiio-dev] Review: maketx --alpha1-detect

2011-08-30 Thread Solomon Boulos
--opaque-detect? --alpha1-detect doesn't seem to really match --monochrome-detect and --constant-detect. On Aug 30, 2011, at 1:56 PM, Larry Gritz wrote: > https://github.com/OpenImageIO/oiio/pull/153 > > maketx --alpha1-detect will omit alpha from textures whose input images had > designated

[Oiio-dev] Review: maketx --alpha1-detect

2011-08-30 Thread Larry Gritz
https://github.com/OpenImageIO/oiio/pull/153 maketx --alpha1-detect will omit alpha from textures whose input images had designated alpha channels that were 1.0 for all pixels. Somewhat similar in operation to --monochrome-detect and --constant-detect. Also adds ImageBufAlgo::isConstantChannel(

[Oiio-dev] Review: fix in some Find*.cmake scripts for compatibility with external svn repo

2011-08-30 Thread oiiodev . calin79
Currently, the cmake scripts will not be able to properly find openexr and ilmbase when THIRD_PARTY_TOOLS_HOME is set to the distribution dir output from the latest external project. This commit modifies FindIlmBase.cmake / FindOpenExr.cmake so they find it properly. Pull request: https://github.

[Oiio-dev] 1st reminder: Join me in Pearltrees

2011-08-30 Thread robertohradec via Pearltrees

[Oiio-dev] 1st reminder: Join me in Pearltrees

2011-08-30 Thread robertohradec via Pearltrees

[Oiio-dev] Errors in tests after building 10.2 release - should i be worried

2011-08-30 Thread oiiodev . calin79
Hi all - I recently did a build of the 10.2 release of oiio, and it seemed to go smoothly, but there were a lot of test failures. On comparing the results of testsuite/${testName}/out.txt and testsuite/${testName}/ref/out.txt, I found that there were a lot of things that looked like output format