I do not have imagemagick type for create-image in emacs 27
(image-type-available-p 'imagemagick)
In order to make it work with me, I replace in the two calls of create-image in helm-img.el where type 'imagemagick with type nil.
Thanks for the program.
I do not have imagemagick type for
create-imagein emacs 27In order to make it work with me, I replace in the two calls of
create-imageinhelm-img.elwhere type'imagemagickwith typenil.Thanks for the program.