> Please see http://www.agost.ru/. Is it possible to obtain picture that
> used for background of header and footer by Chart API?
I think you would be better off looking into CSS gradients - they look better and are effectively smaller and faster too - none of the loading flashes like on that site. Try this tool: http://www.colorzilla.com/gradient-editor/
Marcus
--
You received this message because you are subscribed to the Google Groups "Google Chart API" group.
To post to this group, send email to google-c...@googlegroups.com.
To unsubscribe from this group, send email to google-chart-a...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-chart-api?hl=en.
> Thank you very much but this is not a solution
Not sure why not. The only modern browser they don't work in is opera (though it has an SVG workaround), and there's an elegant fallback to images. Even IE6 has basic gradients.
Anyway, there are lots of online gradient image generators, though most are meant for interactive use rather than static generation, but there are some open source ones e.g. http://www.phpclasses.org/package/3852-PHP-Generate-images-with-a-gradient-pattern.html
If I was going to write my own gradient generator API, I'd probably start with something like imagemagick since it's fast, solid and scarily flexible: http://www.imagemagick.org/Usage/canvas/#gradient
Marcus
--
Color Format
Specify colors using a 6-character string of hexadecimal values, plus
two optional transparency values, in the format RRGGBB[AA]. For
example:
FF0000 = Red
00FF00 = Green
0000FF = Blue
000000 = Black
FFFFFF = White
AA is an optional transparency value, where 00 is completely
transparent and FF is completely opaque. For example:
0000FFFF = Solid blue
0000FF66 = Transparent blue