One Hat Cyber Team
Your IP :
216.73.216.136
Server IP :
162.240.179.46
Server :
Linux vps-14493116.nutrivittasaude.com.br 5.14.0-611.49.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Apr 21 16:39:08 EDT 2026 x86_64
Server Software :
Apache
PHP Version :
8.2.31
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
doc
/
OpenEXR
/
examples
/
View File Name :
drawImage.h
// // SPDX-License-Identifier: BSD-3-Clause // Copyright (c) Contributors to the OpenEXR Project. // #include <OpenEXRConfig.h> #include <ImfRgbaFile.h> #include <ImfArray.h> #include "namespaceAlias.h" struct GZ { half g; float z; }; void drawImage1 (IMF::Array2D<IMF::Rgba> &pixels, int width, int height); void drawImage2 (IMF::Array2D<half> &gPixels, IMF::Array2D<float> &zPixels, int width, int height); void drawImage3 (IMF::Array2D<IMF::Rgba> &pixels, int width, int height, int xMin, int xMax, int yMin, int yMax, int xLevel = 0, int yLevel = 0); void drawImage4 (IMF::Array2D<IMF::Rgba> &pixels, int width, int height, int xMin, int xMax, int yMin, int yMax, int xLevel = 0, int yLevel = 0); void drawImage5 (IMF::Array2D<IMF::Rgba> &pixels, int width, int height, int xMin, int xMax, int yMin, int yMax, int xLevel = 0, int yLevel = 0); void drawImage6 (IMF::Array2D<GZ> &pixels, int width, int height); void drawImage7 (IMF::Array<IMF::Rgba> &pixels, int width, int height, int y);