(fix) Handle ImagickException in blog api where an invalid image file is passed - #770
This error could be triggered by uploading a 0 byte file as a banner image.
Created by e.g. touch testimage.jpg
.
This is now handled and api will return a correct error response.