how to draw arrows in PHP using GD function?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • hehehewalrus@gmail.com

    how to draw arrows in PHP using GD function?

    Hi folks,
    I'm a newbie to doing images and graphics in PHP. I would appreciate
    your help in the following:

    1. Is there a function to draw arrowed lines in PHP?
    2. Is there a way I can label a circle in PHP? Actually for the circle
    I am using the imageellipse() function and it works. How do I get the
    description inside the circle, i.e, Circle A, Circle B, etc?

    Thanks heaps,
    Da Walrus

  • Peter Fox

    #2
    Re: how to draw arrows in PHP using GD function?

    Following on from 's message. . .[color=blue]
    >Hi folks,
    >I'm a newbie to doing images and graphics in PHP. I would appreciate
    >your help in the following:
    >
    >1. Is there a function to draw arrowed lines in PHP?
    >2. Is there a way I can label a circle in PHP? Actually for the circle
    >I am using the imageellipse() function and it works. How do I get the
    >description inside the circle, i.e, Circle A, Circle B, etc?
    >
    >Thanks heaps,
    >Da Walrus
    >[/color]
    Graphics is about manipulating primitives and packaging a bunch in a
    parameratized object which can be used in turn as building blocks.

    This ng isn't really the right place to discuss graphics methods.
    However if you don't get a satisfactory answer then email me for some
    java code which you can deconstruct.


    --
    PETER FOX Not the same since the bottom fell out of the bucket business
    peterfox@eminen t.demon.co.uk.n ot.this.bit.no. html
    2 Tees Close, Witham, Essex.
    Gravity beer in Essex <http://www.eminent.dem on.co.uk>

    Comment

    Working...