[enjoy] Generate thumbnails with a higher quality

SVN revision: 54945
This commit is contained in:
Leandro Pereira 2010-11-24 18:32:20 +00:00
parent bfbfdccb45
commit 2a72a19dd6
1 changed files with 1 additions and 1 deletions

View File

@ -322,7 +322,7 @@ _cover_with_exact_size(Evas_Object *parent, DB *db, Album *album, const Album_Co
evas_damage_rectangle_add(sub_e, 0, 0, size, size);
evas_render(sub_e);
if (!evas_object_image_save(o, file, NULL, "quality=75"))
if (!evas_object_image_save(o, file, NULL, "quality=90"))
goto error;
cover = malloc(sizeof(*cover) + file_name_len);