rage thumbs - up the qwuality to 320x320 as we use them in browser

This commit is contained in:
Carsten Haitzler 2016-08-20 12:25:02 +09:00
parent 4571c85ec4
commit 2bdf8ddf5a
1 changed files with 2 additions and 2 deletions

View File

@ -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))
{