Function: shr--image-zoom-image-size
shr--image-zoom-image-size is a byte-compiled function defined in
shr.el.gz.
Signature
(shr--image-zoom-image-size DATA CONTENT-TYPE WIDTH HEIGHT)
Source Code
;; Defined in /usr/src/emacs/lisp/net/shr.el.gz
(defun shr--image-zoom-image-size (data content-type _width _height)
(create-image data nil t :ascent shr-image-ascent :format content-type))