Distant_storm Posted December 5, 2007 Share Posted December 5, 2007 If i am adding a watermark and saving the output imagejpeg($image); imagedestroy($image); imagedestroy($watermark); and i am using ImageJpeg($captchaimage,"image.gif"); to save the image ? Do i still need to use header('content-type: image/jpeg'); as im not planning on displaying the image just saving it ? Quote Link to comment Share on other sites More sharing options...
trq Posted December 5, 2007 Share Posted December 5, 2007 Do i still need to use header('content-type: image/jpeg'); as im not planning on displaying the image just saving it ? No. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.