You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After looking into the implementation of the metadata in png file format, I was wondering if we could add a solution for other type of data such as EXR. This is really convenient to get proper file format quality mostly used in the VFX Pipeline as standard.
To be able to store the metadata in EXR, they are in the header which is a different formatting too.
Since this is in the Js script and part of the core of comfy, we prefer to get it as a standard rather than implementing a separate solution.
Any discussion is appreciated here.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
After looking into the implementation of the metadata in png file format, I was wondering if we could add a solution for other type of data such as EXR. This is really convenient to get proper file format quality mostly used in the VFX Pipeline as standard.
To be able to store the metadata in EXR, they are in the header which is a different formatting too.
Since this is in the Js script and part of the core of comfy, we prefer to get it as a standard rather than implementing a separate solution.
Any discussion is appreciated here.
Thx
Beta Was this translation helpful? Give feedback.
All reactions