use new load opts for e_thumb. 1 line of code... and we get epeg-like speeds

:) yay!


SVN revision: 24894
This commit is contained in:
Carsten Haitzler 2006-08-19 01:50:20 +00:00
parent e2d14dc0a0
commit b4109940bd
1 changed files with 1 additions and 0 deletions

View File

@ -345,6 +345,7 @@ _e_thumb_generate(E_Thumb *eth)
else
{
im = evas_object_image_add(evas);
evas_object_image_load_size_set(im, eth->w, eth->h);
evas_object_image_file_set(im, eth->file, NULL);
iw = 0; ih = 0;
evas_object_image_size_get(im, &iw, &ih);