brodie28 Posted July 3, 2008 Posted July 3, 2008 I want to be able to give the script reference to an image (Which is no problem). I know by using $image.nameprop or $image.src you can get various information about the image. What I would like to know is the size of the image in bytes. Is this possible? I know it is impossible to automate the downloading of images through IE.au3, but was hoping that this would be possible.
PsaltyDS Posted July 3, 2008 Posted July 3, 2008 I want to be able to give the script reference to an image (Which is no problem). I know by using $image.nameprop or $image.src you can get various information about the image. What I would like to know is the size of the image in bytes.Is this possible? I know it is impossible to automate the downloading of images through IE.au3, but was hoping that this would be possible.Try $oImg.filesize muttley Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
brodie28 Posted July 3, 2008 Author Posted July 3, 2008 Thanks alot. Is there a list of all those ".something"'s? I tried to find something in the help file but couldn't. I only know about the others because they were in the example script.
PsaltyDS Posted July 3, 2008 Posted July 3, 2008 Thanks alot.Is there a list of all those ".something"'s?I tried to find something in the help file but couldn't. I only know about the others because they were in the example script.MSDN: HTML and DHTML Reference muttley Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now