Page 1 of 1

google image download

PostPosted: Tue Jun 27, 2023 12:51 pm
by INFORMAISVRB
Guys, good morning
Is there a way to download an image from the Internet, like this?

https://www.google.com/search?q=7891114029734+JPG

or like this
https://www.google.com/search?q=KEY+PHILLIPS+1/8X5+JPG


Then do the Dowload, or something like that

Re: google image download

PostPosted: Wed Jun 28, 2023 7:02 pm
by nageswaragunupudi
If you have a URL of an image like this:
https://www.jesmondfruitbarn.com.au/wp- ... ranges.jpg

( click and see )

We can download the image like this
Code: Select all  Expand view
cUrl := "https://www.jesmondfruitbarn.com.au/wp-content/uploads/2016/10/Jesmond-Fruit-Barn-Oranges.jpg"
MEMOWRIT( "orages.jpg", WebPageContents( cUrl ) )
// test
XImage( "oranges.jpg" )