button image restrictions
Does anyone know offhand what the restrictions are for images used on buttons (and / or where this is documented)? LWL and LWW. I'm creating 64x64 images using Inkscape and saving them as .png, then converting them to .bmp via gimp. This sequence of commands works, but when the resulting image is used for a button, I get two kinds of errors - "invalid DIB" and "other types of images are not implemented": (setq external-image (gp:read-external-image "images/format-box-down.bmp")) (make-load-form external-image) thanks pt