why where map and dynamic textures compressed lossless?

This commit is contained in:
UbitUmarov
2018-05-04 16:59:11 +01:00
parent 9ae3452e03
commit 7838689dda
5 changed files with 9 additions and 9 deletions

View File

@@ -153,7 +153,7 @@ namespace OpenSim.Region.CoreModules.World.LegacyMap
using (Bitmap mapbmp = CreateMapTile())
{
if (mapbmp != null)
return OpenJPEG.EncodeFromImage(mapbmp, true);
return OpenJPEG.EncodeFromImage(mapbmp, false);
}
}
catch (Exception e) // LEGIT: Catching problems caused by OpenJPEG p/invoke