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
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
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
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)
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
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
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
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
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
--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
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(
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.
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
15 matches
Mail list logo