Code cleanup: use boolean instead of int for colormanagement
This commit is contained in:
@@ -138,7 +138,7 @@ void OutputSingleLayerOperation::deinitExecution()
|
||||
ibuf->mall |= IB_rectfloat;
|
||||
ibuf->dither = this->m_rd->dither_intensity;
|
||||
|
||||
IMB_colormanagement_imbuf_for_write(ibuf, TRUE, FALSE, m_viewSettings, m_displaySettings,
|
||||
IMB_colormanagement_imbuf_for_write(ibuf, true, false, m_viewSettings, m_displaySettings,
|
||||
this->m_format);
|
||||
|
||||
BKE_makepicstring(filename, this->m_path, bmain->name, this->m_rd->cfra, this->m_format,
|
||||
|
||||
Reference in New Issue
Block a user