First of all, I think v1.05.2 QVGA is incredible. I am always amazed at how far TD+ can be pushed and what can be accomplished.
I like the stock charts available at http://finance.yahoo.com/? I right clicked on the Nasdaq chart and found http://ichart.finance.yahoo.com/t?s=^IXIC (notice not .ext (GIF/JPG/...). I add this SURL to my Radar.txt but the downloaded GIF does not display correctly. I believe EZDownLoad called from Radar.exe has a problem downloading this GIF.
A work around:
This PHP Script http://24.34.11.59/ImageResizer.php?source=http://ichart.finance.yahoo.com/t?s=^IXIC&destination=1.gif&suffix=_sm&width=192&height=96 will download the GIF to the PHP Server and SURL=http://24.34.11.59/1.gif in Radar.txt will download 1.gif to you PATH=.
Also these Stock Charts are larger then the samples provided by WICHTEL, I can only get two in a page, not four. Therefore I numbered by stock chart using only odd numbers (1.gif, 3.gif, 5.gif, etc...)
eemond:
I have to said that I am amazing that you again use php to solve the problem. I wish I can learn more about this.
But, I need to clarify one thing first. The Rotlaus's radar.exe did not use EzDownload at all. He came out codes for http downloading. This time EzDownload can download chart from yahoo, but not by Rotlaus's radar.exe. However, one url address Frech users is using can not downloaded by EzDownload, but can be downloaded by Rotlaus's exe. So there are some difference, I have no clue what it is.
I would like to learn more image resizing from you using PHP. I found the resolution was lost when I tried to download a large image and resize in Photo Editor (that is the only image program I have). Have you seen this when you use your PHP baby?