Octane buffer pixel value read out?
Moderator: face_off
Hi - you can either use the octane.copyRenderToClipboard command and paste into Gimp, Photoshop, etc. Or I can add a function to the python interface of the plugin to allow you programmatic access to the render buffer.
Thanks
Paul
Thanks
Paul
Win7/Win10/Mavericks/Mint 17 - GTX550Ti/GT640M
Octane Plugin Support : Poser, ArchiCAD, Revit, Inventor, AutoCAD, Rhino, Modo, Nuke
Pls read before submitting a support question
Octane Plugin Support : Poser, ArchiCAD, Revit, Inventor, AutoCAD, Rhino, Modo, Nuke
Pls read before submitting a support question
Sorry, I am unclear what you are saying here. The current format that is saved to the clipboard is QImage::Format_RGB32 (https://doc.qt.io/qt-5/qimage.html#Format-enum). In theory any of the formats could be used, although I have not tried them.elsksa wrote:That, while viable, would limit to integer encoding/file format (conformed to output destination) "picked values".
Paul
Win7/Win10/Mavericks/Mint 17 - GTX550Ti/GT640M
Octane Plugin Support : Poser, ArchiCAD, Revit, Inventor, AutoCAD, Rhino, Modo, Nuke
Pls read before submitting a support question
Octane Plugin Support : Poser, ArchiCAD, Revit, Inventor, AutoCAD, Rhino, Modo, Nuke
Pls read before submitting a support question
Thank you for the elaboration.face_off wrote:Sorry, I am unclear what you are saying here. The current format that is saved to the clipboard is QImage::Format_RGB32 (https://doc.qt.io/qt-5/qimage.html#Format-enum). In theory any of the formats could be used, although I have not tried them.elsksa wrote:That, while viable, would limit to integer encoding/file format (conformed to output destination) "picked values".
Paul
I was making the assumption that it was on-par with the Copy-To-Clipboard from Octane-Standalone, limited to a PNG file format (integer "LDR"). I suppose it is rather the equivalent to the nearby icon (quick "save the current render to disk").
Yes, the plugin is also copying the render to the clipboard in LDR format.Thank you for the elaboration.
I was making the assumption that it was on-par with the Copy-To-Clipboard from Octane-Standalone, limited to a PNG file format (integer "LDR"). I suppose it is rather the equivalent to the nearby icon (quick "save the current render to disk").
Paul
Win7/Win10/Mavericks/Mint 17 - GTX550Ti/GT640M
Octane Plugin Support : Poser, ArchiCAD, Revit, Inventor, AutoCAD, Rhino, Modo, Nuke
Pls read before submitting a support question
Octane Plugin Support : Poser, ArchiCAD, Revit, Inventor, AutoCAD, Rhino, Modo, Nuke
Pls read before submitting a support question
that's what i currently do but it's a bit clunky when you want to quickly check and adjust a few colours, or check clippingface_off wrote:Hi - you can either use the octane.copyRenderToClipboard command and paste into Gimp, Photoshop
not the end of the world but would be very handy to have
or a histogram?
There are no such issue as "clipping" with a proper color pipeline.Dingbat wrote:that's what i currently do but it's a bit clunky when you want to quickly check and adjust a few colours, or check clippingface_off wrote:Hi - you can either use the octane.copyRenderToClipboard command and paste into Gimp, Photoshop
not the end of the world but would be very handy to have
or a histogram?
As it's quite long to unpack everything, this page covers it, and this one.
thankselsksa wrote:There are no such issue as "clipping" with a proper color pipeline
i get that but sometimes Octane tonemapping (in the frame buffer) is all i need and more often than not i prefer it to both ACES and Filmic tonemapping
i found this tool from MS - not ideal but at least i can check things much more quickly:
https://learn.microsoft.com/en-us/windo ... lor-picker