Variable: newsticker-enable-logo-manipulations

newsticker-enable-logo-manipulations is a customizable variable defined in newst-reader.el.gz.

Value

t

Documentation

If non-nil newsticker manipulates logo images.

This enables the following image properties: heuristic mask for all logos, and laplace-conversion for images without new items.

Source Code

;; Defined in /usr/src/emacs/lisp/net/newst-reader.el.gz
(defcustom newsticker-enable-logo-manipulations
  t
  "If non-nil newsticker manipulates logo images.
This enables the following image properties: heuristic mask for all
logos, and laplace-conversion for images without new items."
  :type 'boolean
  :group 'newsticker-reader)