For the determining what part of the picture the user is refering to
I'd use image maps - which depending on your situation can be
serverside, or clientside.

I wouldn't bother with imagemagick, in this case, and just stick to gd.

On 6/17/05, bruce <[EMAIL PROTECTED]> wrote:
> hi...
> 
> i'm considering creating a short test app/game to allow users to use their
> mouse to select items from a given image/pic. i'd like to be able to take
> some basic shapes, and construct an image/mosaic from them. i'd then like to
> be able to display the image to the user, and have the user select various
> shapes in the image.
> 
> i'd also like to be able to determine what 'shape' the user is selecting
> within the image via the mouse coordinates...
> 
> any ideas as to how this can be quickly developed/thrown together for
> testing...
> 
> i kind of thought that this should be doable with php/imagemajick as an
> apache app..
> 
> thanks
> 
> -bruce
> [EMAIL PROTECTED]
> 
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
>

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to