Jump to content

Saving PNG image from website to clipboard


n8gk
 Share

Recommended Posts

$destination = InetGet("http://justfuckinggoogleit.com/bart.gif","picture")

SplashImageOn("Splash Screen", $destination,250,50)
Sleep(3000)
SplashOff()

Isn't working

My mistake,

InetGet("http://justfuckinggoogleit.com/bart.gif","picture.gif")

And:

$destination = InetGet("http://justfuckinggoogleit.com/bart.gif","picture.gif")

SplashImageOn("Splash Screen", "picture.gif",250,50)
Sleep(3000)
SplashOff()
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...