Skip to content
Snippets Groups Projects
Commit 19d829c4 authored by anttil's avatar anttil
Browse files

Change default optimal image rescaling factor from 0.1% to 1%

SVN: 28611
parent 8eb1908c
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@ public class ImageUtil
* When a grayscale image with color depth > 8 bits has to be displayed and user has not decided
* how it should be converted, then this threshold will be used.
*/
public static final float DEFAULT_IMAGE_OPTIMAL_RESCALING_FACTOR = 0.001f;
public static final float DEFAULT_IMAGE_OPTIMAL_RESCALING_FACTOR = 0.01f;
final static Logger operationLog = LogFactory.getLogger(LogCategory.OPERATION, ImageUtil.class);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment