Function: shr--image-zoom-original-size

shr--image-zoom-original-size is a byte-compiled function defined in shr.el.gz.

Signature

(shr--image-zoom-original-size DATA CONTENT-TYPE WIDTH HEIGHT)

Source Code

;; Defined in /usr/src/emacs/lisp/net/shr.el.gz
(defun shr--image-zoom-original-size (data content-type width height)
  (create-image data (shr--image-type) t :ascent shr-image-ascent
                :width width :height height :format content-type))