Re: Creating own stock image library

2010-10-27 Thread Arne Pagel
Dov Grobgeld schrieb: > I use gdk-pixbuf-csource in my build system to generate c-files from my icons that I then insert into the source list of programs. Thank you for this hint, I integrated it into my build process and it works fine for me now. I wrote a small tool to make a c-file form a g

Re: Creating own stock image library

2010-10-10 Thread Dov Grobgeld
I use gdk-pixbuf-csource in my build system to generate c-files from my icons that I then insert into the source list of programs. Let me know if you need more examples. Regards, Dov On Sun, Oct 10, 2010 at 17:46, Arne Pagel wrote: > Hello, > > I created some special icons for my application.

Creating own stock image library

2010-10-10 Thread Arne Pagel
Hello, I created some special icons for my application. Now I want to reduce the files needed by the application, and therefore I want to compile the needed images in the binary output. What would be the best way to do that? How is this done with the gtk-stock-images? regards Arne __