Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Get dimensions of remote image.

Status
Not open for further replies.
Hi

Either you get the image and have the data or not get the image and you must rely on what the server stuff returns to you.

Who's server is that ? What can be used on it ?

By the way, if the data is static or dynamically generated does not matter. Neither in case of HTML, CSS, JS, VB, PNG, JPG, GIF, XML, RSS, ...

Feherke.
 
Yes it's possible, especially easier if the server processing the image is local, because you could modify
img.aspx

But I am guessing it's not. So I would have intermediatary server page getDimensions('myimgreader.aspx?url=img.aspx?text=some+stuff');
You could make an ajax call to a ur serverpage that screenscrapes the remote server page that creates said image, and pass back, the image properties.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top