Name
unregister-image-loader -- Unregister the loader, if any, for images ending in EXTENSION.
Synopsis
(unregister-image-loader extension)
Description
Unregister the loader, if any, for images ending in extension.
extension must be a string beginning with a period, the
empty string (for files with no extension), or the string "default"
(for files that no other image loader succeeds in loading).
Implementation Notes
Module: Built-in Primitive
Defined in src/image.c
at line 428 (CVS log)