I'm using feathers-blob
to upload images, and I wish to use imagemagick
to create thumbnails of these pictures, via an after hook.
I already have the imagemagick command to create thumbnails. I was looking for some integration of Feathers with imagemagick, but there doesn't seem to be one.
So I thought I'd just run a plain command in the prompt to create the thumbnails for me. But I don't know how to execute a Linux command from inside Feathers.
Thanks in advance.