retdec
Namespaces | Functions
image_factory.h File Reference

Factory for creating loaded images. More...

#include <memory>
#include <string>
#include "retdec/loader/loader/image.h"

Go to the source code of this file.

Namespaces

 retdec
 
 retdec::loader
 

Functions

std::unique_ptr< Image > retdec::loader::createImage (const std::string &filePath, bool isRaw=false)
 
std::unique_ptr< Image > retdec::loader::createImage (const std::shared_ptr< retdec::fileformat::FileFormat > &fileFormat)
 

Detailed Description

Factory for creating loaded images.