Back to Adaptive Vision Library website
You are here: Start » Function Reference » Interoperability » LoadImage_FromWebsite
LoadImage_FromWebsite
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 | |
|---|---|---|---|---|
![]() |
inAddress | const String& | ||
![]() |
inLogin | Optional<const String&> | NIL | Login for Basic authorization |
![]() |
inPassword | Optional<const String&> | NIL | Password for Basic authorization |
![]() |
outImage | Image& | Output image |


