Back to FabImage Library website

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

LoadImage_FromWebsite


Header: FIL.h
Namespace: fil
Module: FoundationBasic

Loads a JPG image from a website.

Syntax

C++
C#
 
void fil::LoadImage_FromWebsite
(
	const ftl::String& inAddress,
	ftl::Optional<const ftl::String&> inLogin,
	ftl::Optional<const ftl::String&> inPassword,
	fil::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