Some sites try to prevent saving images used on their page. If you are familiar with command line, you can use curl to download the image if you have its url.
curl "URL_TO_IMAGE" -o "OUTPUT_FILE_NAME"
Some sites try to prevent saving images used on their page. If you are familiar with command line, you can use curl to download the image if you have its url.
curl "URL_TO_IMAGE" -o "OUTPUT_FILE_NAME"