|
that was an interesting conversation "we"
had...
Now that you've RTFM I'm sorry to report that I
know of no easy way to do what you want via a script.
What is the end goal for the image? If its to display for
someone you could:
send the image along with an html that will resize it
before it displays. Something like this:
<html>
<head> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="expires" content="0"> <meta http-equiv="cache-control" content="no-cache"> <meta http-equiv="refresh" content="60"> </head> <Body> <BODY TEXT="#FFFFFF" LINK="#0000FF" VLINK="#800080" ALINK="#C000C0" BGCOLOR="#000000"> <div align="center"><img src=""http://files.wtoc.com/weather/radar/dopplermax.jpg">http://files.wtoc.com/weather/radar/dopplermax.jpg" width="546" height="385"> The last line has the path for the image (could be a
diskfile) and the width and height thingys give the resultant image
dimensions.
d
Please note that this group is for discussion between users only. To get support from AmiBroker please send an e-mail directly to SUPPORT {at} amibroker.com For other support material please check also: http://www.amibroker.com/support.html
SPONSORED LINKS
YAHOO! GROUPS LINKS
|
- RE: [amibroker] jScripts to produce and save PNG plots. dingo
