"Michael Oschmann" <[EMAIL PROTECTED]> writes:
> Hi Loic,
>
> With using the getplayerinfo packet to retrieve the opponents images. The
> parameter for this packet is packet, so how will this be unique
> For each opponent? I originally thought of using the getplayerImage packet,
> but Mike Young said something about the image being in binary?
> Is it possible to put the url string in the image field (of the poker
> server) so that it returns the url string to the client?
>
> def __init__(self, *args, **kwargs):
> self.image = kwargs.get("image", '')
> self.image_type = kwargs.get("image_type", 'image/png')
> PacketSerial.__init__(self, *args, **kwargs)
>
> Hope what I'm asking is understandable :)
I thought you were only interested in your own url / image. For each
oponent sitting at the table you receive a PacketPokerPlayerArrive packet
which is derived from PacketPokerPlayerInfo. It means you will find the
oponent 'url' field in the PacketPokerPlayerArrive packet. You don't have
to request anything else.
My understanding is that you're storing images in a separate database,
therefore you're not interested in PacketPokerPlayerImage and you can ignore
this packet.
Cheers,
--
+33 1 76 60 72 81 Loic Dachary mailto:[EMAIL PROTECTED]
http://dachary.org/loic/gpg.txt sip:[EMAIL PROTECTED]
Latitude: 48.86962325498033 Longitude: 2.3623046278953552
_______________________________________________
Pokersource-users mailing list
[email protected]
https://mail.gna.org/listinfo/pokersource-users