Beta memo: at this time the forums and insider use two different registration and login systems.
We're working on unifying the process, so if you register with your same e-mail on the forums and insider we'll merge your accounts later.
To access the forums please use the login below. -Thanks.
Results 1 to 4 of 4
-
3rd June 2012, 17:05 #1
Member
- Join Date
- Jun 2012
- Posts
- 2
Looking for gizmo to convert TGA to EXR
Hi!
I have a massive amount of TGA images and I need to convert them to EXR keeping the original names. Is there any gizmo to automate this process?
thanks
Max
-
5th June 2012, 01:23 #2
Member
- Join Date
- Oct 2011
- Posts
- 2
Is it Nuke we\'re talking about? If so, just create a write node after your read node and put
[string trim [knob input.file] [file extension [knob input.file]]].tga
in the file knob. Or?
Then you can just save that write node as a ToolSet and create one for each read node.
///
Jacob Otterström
Creative Producer, industriromantik
Imdb
Art of VFX
www.industriromantik.se
www.vimeo.com/industriromantik
-
7th June 2012, 21:36 #3
Member
- Join Date
- Jun 2012
- Posts
- 2
yes I forgot to say I am speaking about NUKE.
Thanks a lot Jacob!
I will try your solution.
-
8th June 2012, 01:44 #4
Member
- Join Date
- Oct 2011
- Posts
- 2
Obviously, it should end with \".exr\", not \".tga\" - like this:
[string trim [knob input.file] [file extension [knob input.file]]].exr

Reply With Quote
