Octane buffer pixel value read out?
Posted: Mon Jun 05, 2023 8:41 pm
is there a way to check pixel values in the buffer when rendering?
Community Forums for OTOY Customers
https://render.otoy.com/forum/
That, while viable, would limit to integer encoding/file format (conformed to output destination) "picked values".face_off wrote:(...) octane.copyRenderToClipboard command and paste into Gimp, Photoshop, etc.
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".
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
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").
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
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?
thankselsksa wrote:There are no such issue as "clipping" with a proper color pipeline