[OZAPRS] Re: [aprssig] Wanted PPI display

Andrew Rich vk4tec at hotmail.com
Thu Oct 16 13:05:16 EST 2003


did it in php

<?php
//draw2.php
Header("Content-type: image/jpeg");
$image = ImageCreate(800,600);
$grey = ImageColorAllocate($image,0,0,0);
$blue = ImageColorAllocate($image,0,255,0);
ImageArc($image,400,300,50,50,0,360,$blue);
ImageArc($image,400,300,150,150,0,360,$blue);
ImageArc($image,400,300,250,250,0,360,$blue);
ImageArc($image,400,300,350,350,0,360,$blue);
ImageArc($image,400,300,450,450,0,360,$blue);
ImageArc($image,400,300,550,550,0,360,$blue);
ImageLine($image,400,300,400,30,$blue);
ImageLine($image,400,300,400,570,$blue);
ImageLine($image,400,300,130,300,$blue);
imageLine($image,400,300,670,300,$blue);
ImageJPEG($image);
ImageDestroy($image);
?>



>From: "Andrew Rich" <vk4tec at hotmail.com>
>Reply-To: "Andrew Rich" <vk4tec at hotmail.com>
>To: "TAPR APRS Special Interest Group" <aprssig at lists.tapr.org>
>CC: ozaprs at marconi.ics.mq.edu.au
>Subject: [aprssig] Wanted PPI display
>Date: Thu, 16 Oct 2003 12:38:18 +1000
>
>Does anyone have a PPI display ?
>
>ie black background with concentric cirlces radiating out ?
>
>andrew vk4tec
>
>_________________________________________________________________
>Get less junk mail with ninemsn Premium. Click here  
>http://ninemsn.com.au/premium/landing.asp
>
>
>---
>You are currently subscribed to aprssig as: vk4tec at hotmail.com
>To unsubscribe send a blank email to leave-aprssig-33591K at lists.tapr.org
>Questions regarding the SIG go to the SIG administrator: wa1lou at tapr.org
>

_________________________________________________________________
Hot chart ringtones and polyphonics. Go to  
http://ninemsn.com.au/mobilemania/default.asp

_______________________________________________
ozaprs mailing list
ozaprs at marconi.ics.mq.edu.au
http://marconi.ics.mq.edu.au/cgi-bin/mailman/listinfo/ozaprs



More information about the Ozaprs mailing list