|
From: <mon...@di...> - 2001-04-11 16:28:58
|
Hi, I was chatting with young raster on IRC the other day and he informed me of the <raster> monkeyiq: so you use <raster> /path/to/file.db:/key/in/db/for/image <raster> i havent needed to deal with image objects created from data yet :) <raster> soi write a 3 line imlib2 program <raster> that can load an image and save to a db <raster> its trivial I have tried this with the evas API and it fails for Evas_Object evas_add_image_from_file(Evas e, char *file); And there are no Evas_Object_from_Imlib2_object() conversion functions that I see in the evas API. So, my question is how to load data from an edb file using evas? I have tried FQPN and PN=="" ie. k:/cvs/writeE/misc/gevas-examples/trivial-sprite-edb/data.db:bg/Image k:data.db:bg/Image to no avail... any ideas? |