Re: [Nuke-users] How to check zip compression type for EXR images...?

2012-08-10 Thread Jimmy Christensen
Subject: Re: [Nuke-users] How to check zip compression type for EXR images...? This is great! Can you

Re: [Nuke-users] How to check zip compression type for EXR images...?

2012-08-08 Thread Jimmy Christensen
Hope this helps. -Nathan -Original Message- From: Dan Rosen Sent: Tuesday, May 22, 2012 9:59 AM To: Nuke user discussion Subject: Re: [Nuke-users] How to check zip compression type for EXR images

Re: [Nuke-users] How to check zip compression type for EXR images...?

2012-05-23 Thread Rich Bobo
-users] How to check zip compression type for EXR images...? This is great! Can you let us know what index number the datatype is in? I'm finding it hard to tell. thx Dan On Mon, May 21, 2012 at 7:30 PM, Richard Bobo richb...@mac.com wrote: Adrian, Brilliant - I'll be making

Re: [Nuke-users] How to check zip compression type for EXR images...?

2012-05-23 Thread Michael Garrett
I also tried with the OpenEXR python bindings on Linux but I found that if I imported the module into Nuke and ran it in the script editor it crashed when I used the function to read the header, although that could have been due to the site-specific installation. It would be best if the

Re: [Nuke-users] How to check zip compression type for EXR images...?

2012-05-23 Thread Rich Bobo
On May 23, 2012, at 11:36 AM, Michael Garrett wrote: I also tried with the OpenEXR python bindings on Linux but I found that if I imported the module into Nuke and ran it in the script editor it crashed when I used the function to read the header, although that could have been due to the

[Nuke-users] How to check zip compression type for EXR images...?

2012-05-22 Thread Rich Bobo
Hi, Anyone know a quick way to check EXR images to see if they were saved as 16-scanline zips or single-scanline zips? ViewMetaData reveals nothing about the compression type. I'm sure there's a command line invocation that will show more - I just can't find it... Thanks for any help, Rich

Re: [Nuke-users] How to check zip compression type for EXR images...?

2012-05-22 Thread Josh Imbruglia
the only way i found to do this was by launching a subprocess for exrinfo and then parsing through the piped output. if anyone knows of a simpler way i'd love to hear it. -josh On Mon, May 21, 2012 at 7:14 PM, Rich Bobo rich.b...@armstrong-white.com wrote: Hi, Anyone know a quick way to

Re: [Nuke-users] How to check zip compression type for EXR images...?

2012-05-22 Thread Rich Bobo
. -Nathan From: Rich Bobo Sent: Monday, May 21, 2012 11:32 AM To: Nuke user discussion Subject: Re: [Nuke-users] How to check zip compression type for EXR images...? I found this reference and it looks like the OpenEXR module would have what I need, but I'm not sure if it's part

Re: [Nuke-users] How to check zip compression type for EXR images...?

2012-05-22 Thread Dan Rosen
Subject: Re: [Nuke-users] How to check zip compression type for EXR images...? Thanks, Nathan. Looks like more trouble than it's worth. I tried a down and dirty 'strings path | grep compress | more' and came up with two instances of the word compression, but no other info. So, I guess I'll just

Re: [Nuke-users] How to check zip compression type for EXR images...?

2012-05-22 Thread Nathan Rusch
-users] How to check zip compression type for EXR images...? This is great! Can you let us know what index number the datatype is in? I'm finding it hard to tell. thx Dan On Mon, May 21, 2012 at 7:30 PM, Richard Bobo richb...@mac.com wrote: Adrian, Brilliant - I'll be making it into a nice

Re: [Nuke-users] How to check zip compression type for EXR images...?

2012-05-22 Thread Rich Bobo
-Nathan From: Rich Bobo Sent: Monday, May 21, 2012 11:53 AM To: Nuke user discussion Subject: Re: [Nuke-users] How to check zip compression type for EXR images...? Thanks, Nathan. Looks like more trouble than it's worth. I tried a down and dirty 'strings path | grep compress | more

Re: [Nuke-users] How to check zip compression type for EXR images...?

2012-05-22 Thread Adrian Baltowski
: Tuesday, May 22, 2012 9:59 AM To: Nuke user discussion Subject: Re: [Nuke-users] How to check zip compression type for EXR images...? This is great! Can you let us know what index number the datatype is in? I'm finding it hard to tell. thx Dan On Mon, May 21, 2012 at 7:30 PM

Re: [Nuke-users] How to check zip compression type for EXR images...?

2012-05-22 Thread Richard Bobo
://www.openexr.com/openexrfilelayout.pdf Hope this helps. -Nathan -Original Message- From: Dan Rosen Sent: Tuesday, May 22, 2012 9:59 AM To: Nuke user discussion Subject: Re: [Nuke-users] How to check zip compression type for EXR images...? This is great! Can you let us know what

[Nuke-users] How to check zip compression type for EXR images...?

2012-05-21 Thread Rich Bobo
Hi, Anyone know a quick way to check EXR images to see if they were saved as 16-scanline zips or single-scanline zips? ViewMetaData reveals nothing about the compression type. I'm sure there's a command line invocation that will show more - I just can't find it... Thanks for any help, Rich

Re: [Nuke-users] How to check zip compression type for EXR images...?

2012-05-21 Thread Rich Bobo
I found this reference and it looks like the OpenEXR module would have what I need, but I'm not sure if it's part of Nuke's Python installation or not... http://excamera.com/articles/26/doc/openexr.html Rich On May 21, 2012, at 2:24 PM, Rich Bobo wrote: Hi, Anyone know a quick way to

Re: [Nuke-users] How to check zip compression type for EXR images...?

2012-05-21 Thread Richard Bobo
time to experiment... Thanks! Rich -Nathan From: Rich Bobo Sent: Monday, May 21, 2012 11:53 AM To: Nuke user discussion Subject: Re: [Nuke-users] How to check zip compression type for EXR images...? Thanks, Nathan. Looks like more trouble than it's worth. I tried a down

Re: [Nuke-users] How to check zip compression type for EXR images...?

2012-05-21 Thread Richard Bobo
. -Nathan From: Rich Bobo Sent: Monday, May 21, 2012 11:32 AM To: Nuke user discussion Subject: Re: [Nuke-users] How to check zip compression type for EXR images...? I found this reference and it looks like the OpenEXR module would have what I need, but I'm not sure if it's part