301 Redirects for images (Rewrite)

Question:
How to redirect images to a new path?

An example is shown below.  This is within the .htaccess (htaccess) file.

  # To display the image that has been indexed on PINTREST
  # Redirecting old location to new location within Drupal
  # See: https://stackoverflow.com/questions/10871812/htaccess-image-redirection-for-specific-images-on-one-to-one-basis

  RewriteRule ^images/Island_Corian_Worktop_Iso_sm.jpg$ https://www.solidity.co.uk/sites/default/files/images/Island_Corian_Worktop_Iso_sm.jpg [L,R=301]