> (setq err (call-process "convert" nil '(t t) > nil > "-resize" (format > "%sx%s" size-value size-value) > cover > cache-dest-file)))))
If emacs has been compiled with imagemagick support, it should have some of these features built-in. I think that Emacs does its own image caching as well. Is is possible to leverage that instead of making an external call? -- "Cut your own wood and it will warm you twice" _______________________________________________ Emms-help mailing list [email protected] https://lists.gnu.org/mailman/listinfo/emms-help
