| phil-news-nospam@ipal.net 2006-04-15, 7:04 pm |
| On 16 Jan 2006 06:10:34 -0800 condor <proden@planet.nl> wrote:
| I am designing a website and want some rounded corners that use
| anti-aliasing to make them seem smoothly round.
|
| I have several graphic programs available but I can't find how I should
| work to make such rounded corders. Maybe other people can tell which
| tools they use and what functions in those tools.
If having them in GIF files is OK, you can see the code I wrote years ago
to do this. Note that this page uses the images through CGI "scripting"
which is actually a C program that can be executed at command line, too.
http://phil.ipal.org/rtc.php
Don't expect to use it on your web page drawn off my server as I can, if
need be, shut it off. But that feature is off for now if you want to just
experiment with it. If you really want to use this on your site, get the
program itself and either run it dynamically, or make static images with
it.
Source code for the rtc program is in the LIBH library:
http://libh.slashusr.org/
Or can just be browsed directly at:
http://libh.slashusr.org/source/angif/src/bin/rtc.c
--
-----------------------------------------------------------------------------
| Phil Howard KA9WGN | http://linuxhomepage.com/ http://ham.org/ |
| (first name) at ipal.net | http://phil.ipal.org/ http://ka9wgn.ham.org/ |
-----------------------------------------------------------------------------
|