openexr-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Openexr-user] Change Channel names


From: Aaron Carlisle
Subject: [Openexr-user] Change Channel names
Date: Fri, 11 Dec 2015 13:02:53 -0600

In the ChannelList::Iterator and ChannelList::ConsIterator name() is being defined as a const char * name () const, which means I can't change the name. Is there anyway around this? I just want to be able to change the channel name. I tried converting name into a string then back into a const char * which works, but I have significant data loss and the pixels no longer show up in the image.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]