[gimp] Bug 774906 - Replace File>New default ppi of 72...



commit 391908079a5d908ff810e9279a0b6d8fd02763a9
Author: Jehan <jehan girinstud io>
Date:   Wed Nov 23 22:01:27 2016 +0100

    Bug 774906 - Replace File>New default ppi of 72...
    
    ... with something more suitable.
    72 PPI is from a time where people thought this was a common screen
    resolution. This is not the case nowadays, and anyway images targetted
    for screen display should not bother with PPI resolution at all, only
    with actual pixel dimensions.
    PPI resolution is more useful for printing. And for this case, 300 is
    quite an accepted OK value for most cases. So this is likely a better
    default for GIMP.

 app/core/gimptemplate.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/core/gimptemplate.c b/app/core/gimptemplate.c
index 3984030..f6957eb 100644
--- a/app/core/gimptemplate.c
+++ b/app/core/gimptemplate.c
@@ -42,7 +42,7 @@
 #include "gimp-intl.h"
 
 
-#define DEFAULT_RESOLUTION 72.0
+#define DEFAULT_RESOLUTION 300.0
 
 enum
 {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]