Hi all, I needed a way to load up multiple image files to separate layers of a single image...I thought about it for awhile but the best I could come up with was making a list file loader (a filename per line) that loads each image with gimp_file_load and then copies and pastes the layers into a single image, then deletes the image created for the file (if you have a cleaner way of doing this please let me know).. Problem: How/where are the gimp_edit calls...my linker can't resolve them and I am pretty sure they should be in my libgimp (the docs say that they've been there since '96 or something)....I am using 1.0.4 at home and a recent 1.1 at school they won't resolve at either place... Many Thanks, Maneesh