mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
why where map and dynamic textures compressed lossless?
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user