Home
last modified time | relevance | path

Searched refs:load_image_resource (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/file-psd/
H A Dpsd-image-res-load.h29 gint load_image_resource (PSDimageres *res_a,
H A Dpsd-image-res-load.c277 load_image_resource (PSDimageres *res_a, in load_image_resource() function
H A Dpsd-load.c1184 if (load_image_resource (&res_a, image_id, img_a, f, in add_image_resources()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/volm/
H A Dvolm_io_tools.cxx136 …o_tools::load_lidar_img(const std::string& img_file, volm_img_info& info, bool load_image_resource, in load_lidar_img() argument
142 if (load_image_resource) { in load_lidar_img()
240 …std::string const& folder, std::vector<volm_img_info>& infos, bool load_image_resource, bool is_ca… in load_imgs() argument
247 …load_lidar_img(filename, info, load_image_resource, is_cam_global, load_cam_from_tfw, cam_tfw_file… in load_imgs()
256 …load_lidar_img(filename, info, load_image_resource, is_cam_global, load_cam_from_tfw, cam_tfw_file… in load_imgs()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bpro/core/pyscripts/
H A Dvil_adaptor.py30 def load_image_resource(file_path): function