Change image embedding format to base64 encode the original files
commit91726e0964602983e8f896be86aa056afc96baff
authorPeter Clifton <pcjc2@cam.ac.uk>
Sat, 29 Dec 2007 01:41:14 +0000 (29 01:41 +0000)
committerPeter Clifton <pcjc2@cam.ac.uk>
Sat, 29 Dec 2007 01:41:14 +0000 (29 01:41 +0000)
tree8004297101c6cd7a87cc8cf602e654ee2c191a6a
parent1061b44d8af612e15b4179b71aac44c3959e09b9
Change image embedding format to base64 encode the original files

Previously, the format was a base64 encoding of serialised output from
the gdk_pixbuf used to store the image internally. Due to another bug
(now fixed) it is known that no official gEDA release could re-load
the embedded images that it saved. This hopefully provides some
justification as to why its OK to change the embedding format here.
gschem/src/o_picture.c
libgeda/include/prototype.h
libgeda/include/struct.h
libgeda/src/o_picture.c
libgeda/src/s_basic.c