raster pushed a commit to branch master.

http://git.enlightenment.org/apps/rage.git/commit/?id=2bdf8ddf5a22607cfbfae5c49b33ed39eaeb2bf2

commit 2bdf8ddf5a22607cfbfae5c49b33ed39eaeb2bf2
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Sat Aug 20 12:25:02 2016 +0900

    rage thumbs - up the qwuality to 320x320 as we use them in browser
---
 src/bin/thumb.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/bin/thumb.c b/src/bin/thumb.c
index 683bea6..0443f4f 100644
--- a/src/bin/thumb.c
+++ b/src/bin/thumb.c
@@ -118,8 +118,8 @@ _cb_loaded(void *data, Evas_Object *obj, void *info 
EINA_UNUSED)
                   eet_close(ef);
                   exit(6);
                }
-             w = 160;
-             h = (ih * 160) / iw;
+             w = 320;
+             h = (ih * 320) / iw;
              if (h < 1) h = 1;
              if ((w > 4096) || (h > 4096))
                {

-- 


Reply via email to