Variable: image-recompute-map-p

image-recompute-map-p is a customizable variable defined in image.el.gz.

Value

t

Documentation

Recompute image map when scaling, rotating, or flipping an image.

This variable was added, or its default value changed, in Emacs 30.1.

View in manual

Probably introduced at or before Emacs version 30.1.

Source Code

;; Defined in /usr/src/emacs/lisp/image.el.gz
(defcustom image-recompute-map-p t
  "Recompute image map when scaling, rotating, or flipping an image."
  :type 'boolean
  :version "30.1")