+ AvatarManager & ObjectManager no longer assume each avatar seen is a new avatar, at least for ObjectUpdatePackets -- the other object packets still need to check for existing avatars before adding new ones.

+ Added back in KakaduWrap because the jasper wrapper doesn't support TGA/TIFF to J2C (yet) -- so it's needed for uploads

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@461 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
Michael Cortez
2006-11-01 20:33:15 +00:00
parent 1b68d36e6a
commit d44fd1ee4e
5 changed files with 185 additions and 4 deletions

View File

@@ -89,6 +89,8 @@ namespace IA_ImageTool
{
if (_Put)
{
Console.WriteLine("Reading: " + _FileName);
byte[] j2cdata = KakaduWrap.ReadJ2CData(_FileName);