On Friday 14 November 2008 15:12:48 Adam Jorgensen wrote:
> Hey guys, a question..
>
> I have a large folder of images that I'd like to convert to .edj files
> for use as wallpaper (I'm using the Slideshow module as well).
>
> Is there any way to do this without sitting there mucking about with
> the GUI dialogs?
use the Unix tools you already have:
Take one of the images, use the gui to create an .edj file for it.
Run edje_decc to decompile the .edj, then examine the text file it produces.
There will be a filename in there somewhere.
Create a similar file for each image with the correct content;
for N in *jpg
do
cat <template> | sed <whatever you need to change>
done
and another for loop to go through each text file and compile it with edje_cc
--
alan dot mckinnon at gmail dot com
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users