Back to Aurora Vision Library website

You are here: Start » Function Reference » System » Interoperability » LoadImage_FromWebsite

LoadImage_FromWebsite


Header: AVL.h
Namespace: avl
Module: FoundationBasic

Loads a JPG image from a website.

Syntax

C++
C#
 
void avl::LoadImage_FromWebsite
(
	const atl::String& inAddress,
	atl::Optional<const atl::String&> inLogin,
	atl::Optional<const atl::String&> inPassword,
	avl::Image& outImage
)

Parameters

Name Type Default Description
Input value inAddress const String&
Input value inLogin Optional<const String&> NIL Login for Basic authorization
Input value inPassword Optional<const String&> NIL Password for Basic authorization
Output value outImage Image& Output image