Functions |
pdf_header | get_header (const std::string &filename) |
template<typename I > |
void | load (util::array< I > &arr, const std::string &filename, float dpi) |
template<typename I > |
void | load (util::array< I > &arr, const std::string &filename, int first_page, int last_page, float dpi) |
template<typename I > |
void | load (util::array< I > &arr, const std::string &filename, util::array< int > pages, float dpi) |
template<typename I > |
void | load (Image< I > &ima, const std::string &filename, int page, float dpi) |
template<typename I > |
void | load (util::array< I > &arr, const std::string &filename) |
template<typename I > |
void | load (util::array< I > &arr, const std::string &filename, util::array< int > pages) |