File: image.el.html

Defined variables (15)

image-default-frame-delayDefault interval in seconds between frames of a multi-frame image.
image-format-suffixesAn alist associating image types with file name suffixes.
image-load-pathList of locations in which to search for image files.
image-mapMap put into text properties on images.
image-minimum-frame-delayMinimum interval in seconds between frames of an animated image.
image-recompute-map-pRecompute image map when scaling, rotating, or flipping an image.
image-slice-mapMap put into text properties on sliced images.
image-transform-smoothingWhether to do smoothing when applying transforms to images.
image-type-auto-detectableAlist of (IMAGE-TYPE . AUTODETECT) pairs used to auto-detect image files.
image-type-file-name-regexpsAlist of (REGEXP . IMAGE-TYPE) pairs used to identify image files.
image-type-header-regexpsAlist of (REGEXP . IMAGE-TYPE) pairs used to auto-detect image types.
image-use-external-converterIf non-nil, ‘create-image’ will use external converters for exotic formats.
imagemagick--file-regexpFile extension regexp for ImageMagick files, if any.
imagemagick-enabled-typesList of ImageMagick types to treat as images.
imagemagick-types-inhibitList of ImageMagick types that should never be treated as images.

Defined functions (56)

create-image(FILE-OR-DATA &optional TYPE DATA-P &rest PROPS)
defimage(SYMBOL SPECS &optional DOC)
find-image(SPECS &optional CACHE)
image--change-size(FACTOR &optional POSITION)
image--compute-map(IMAGE)
image--compute-original-map(IMAGE)
image--compute-rotation(IMAGE)
image--current-scaling(IMAGE NEW-IMAGE)
image--default-smoothing(IMAGE)
image--delayed-change-size(SIZE POSITION)
image--flip-map(MAP SIZE)
image--get-image(&optional POSITION)
image--get-imagemagick-and-warn(&optional POSITION)
image--image-without-parameters(IMAGE)
image--rotate-coord(X Y ANGLE SIZE)
image--rotate-map(MAP ROTATION SIZE)
image--scale-map(MAP SCALE)
image--set-property(IMAGE PROPERTY VALUE)
image-animate(IMAGE &optional INDEX LIMIT POSITION)
image-animate-get-speed(IMAGE)
image-animate-set-speed(IMAGE VALUE &optional MULTIPLY)
image-animate-timeout(IMAGE N COUNT TIME-ELAPSED LIMIT TARGET-TIME)
image-animate-timer(IMAGE)
image-animated-p(IMAGE)
image-at-point-p()
image-compute-scaling-factor(&optional SCALING)
image-context-menu(MENU CLICK)
image-current-frame(IMAGE)
image-decrease-size(&optional N POSITION)
image-flip-horizontally()
image-flip-vertically()
image-increase-size(&optional N POSITION)
image-jpeg-p(DATA)
image-load-path-for-library(LIBRARY IMAGE &optional PATH NO-ERROR)
image-mouse-decrease-size(&optional EVENT)
image-mouse-increase-size(&optional EVENT)
image-multi-frame-p(IMAGE)
image-property(IMAGE PROPERTY)
image-rotate(&optional ANGLE)
image-save()
image-search-load-path(FILE &optional PATH)
image-show-frame(IMAGE N &optional NOCHECK)
image-supported-file-p(FILE)
image-type(SOURCE &optional TYPE DATA-P)
image-type-auto-detected-p()
image-type-available-p(TYPE)
image-type-from-buffer()
image-type-from-data(DATA)
image-type-from-file-header(FILE)
image-type-from-file-name(FILE)
imagemagick-filter-types()
imagemagick-register-types()
insert-image(IMAGE &optional STRING AREA SLICE INHIBIT-ISEARCH)
insert-sliced-image(IMAGE &optional STRING AREA ROWS COLS)
put-image(IMAGE POS &optional STRING AREA)
remove-images(START END &optional BUFFER)

Defined faces (0)