RawImagesAllowed controls where images are decompressed. This setting's default value is true, which means images are decompressed on the client workstation if possible. When set to false, images are decompressed on the server.
-
Change this setting to false to reduce memory usage on the client side, but be aware that it also incurs additional overhead on the Application Server.
-
Consider reducing the CompressionQuality to reduce the size of files streamed to client workstations.
If RawImagesAllowed is set to false and the Application Server has insufficient resources to display the image at the specified CompressionQuality, the Application Server will attempt to display the image at a reduced quality. When this quality reduction occurs, the document viewer informs the user by presenting the following message: "Image quality reduced due to available resources." If the image cannot be displayed at a reduced quality, the image fails to load. This feature has not been implemented in Unity-based clients.