(index ("tag-alist-from-file" 0) ("thumbnail->u8vector" 354))
(def (sig (procedure "(tag-alist-from-file FILENAME #!optional TAGLIST)" (id tag-alist-from-file))) (p "Reads in the EXIF data from the file defined by the FILENAME string and returns the values of the tags in TAGLIST as associated list. If TAGFLIST is omitted a list of all known tags will be returned. Nonexistent tags will have #f as return value."))
(def (sig (procedure "(thumbnail->u8vector FILENAME)" (id thumbnail->u8vector))) (p "Reads the thumbnail from FILENAME and returns it as u8vector or #f if there isn't one."))
