Download link for image that created using GD Library

Hi,

Can we create a download link for image that created using GD Library??

eg.


//image using gd library - 


$image_url = Yii::app()->createAbsoluteUrl('site/gdimage');

echo "<img src=".$image_url." />"; //working fine

how to make download link for that types of image??

Use the "download" attribute. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a

Once you click the link the download window will pop up.