egami/egami/wrapperTIFF.hpp

19 lines
355 B
C++

/** @file
* @author Edouard DUPIN
* @copyright 2011, Edouard DUPIN, all right reserved
* @license MPL v2.0 (see license file)
*/
#pragma once
#include <egami/egami.hpp>
namespace egami {
/**
* @breif Load a tiff file in the image.
* @param[in] _uri Uri of the file.
* @return Read Image.
*/
egami::Image loadTIFF(const etk::Uri& _uri);
}