On Sun, 24 Feb 2013 11:49:35 +0800 (CST) 哆啦比猫 said:
> In fact, the image data is generated on the fly(I'm writing an procedural
> image generator). Internally, they are stored as SIMD floating point vectors,
> with 4 elements, rgbx, where x is an undefined value and each ranged from 0
> to 1. I c
In fact, the image data is generated on the fly(I'm writing an procedural image
generator). Internally, they are stored as SIMD floating point vectors, with 4
elements, rgbx, where x is an undefined value and each ranged from 0 to 1.
I chose PPM because the file format is SIMPLE.
Can I disable
On Fri, 22 Feb 2013 16:03:57 +0800 (CST) 哆啦比猫 said:
> What I want to do is:
>
>
> // show result in Image Stack (a table, in fact)
> elm_table_clear(stack, true);
> for (int i=ipu_stack_length()-1; i>=0; i--) {
> image = elm_image_add(win);
> elm_image_resizable_set(image, 0, 0);
> evas_object_