<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Technically you also need to pass this back first<div><br></div><div><span class="Apple-style-span" style="border-collapse: collapse; font-family: 'Courier New'; font-size: 11px; "><span style="color: rgb(0, 0, 187); ">header</span><span style="color: rgb(0, 119, 0); ">(</span><span style="color: rgb(221, 0, 0); ">'Content-type:&nbsp;image/jpeg'</span><span style="color: rgb(0, 119, 0); ">);</span></span></div><div><font class="Apple-style-span" color="#007700" face="'Courier New'" size="3"><span class="Apple-style-span" style="border-collapse: collapse; font-size: 11px;"><br></span></font></div><div><span class="Apple-style-span" style="border-collapse: collapse; "><font class="Apple-style-span" color="#000000"><span class="Apple-style-span" style="background-color: transparent;">to make sure that the recipient (probably a browser) recognises it as an image.</span></font></span></div><div><br><div><div>On 2 Oct 2008, at 14:45, Dave Holmes wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"> <div bgcolor="#ffffff" text="#000000"> <font size="-1"><font face="Verdana">&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; //write out the image to the browser<br> &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; imagejpeg($destination_image, NULL, 100);<br> <br> <br> </font></font> <div class="moz-signature"> <div style="font-family: verdana; font-size: small;"><p><span style="color: rgb(0, 85, 0);">Dave Holmes</span><br> Technical Director<br> <a href="mailto:dave@neteffekt.co.uk"><span style="color: rgb(0, 85, 0); font-weight: bold;">dave@neteffekt.co.uk</span></a></p><p><strong>m:</strong> 07966 013 309&nbsp;&nbsp;&nbsp;<strong>t:</strong>0870 417 7741&nbsp;&nbsp;&nbsp;<strong>f:</strong>0870 414 7742<br> <a href="www.neteffekt.co.uk"><font color="#005500"><strong>www.neteffekt.co.uk</strong></font></a> </p><p> <font color="#666666">...........................................................................................................................................................................................<br> neteffekt Ltd | 1 Elm Court | Copse Drive | Meriden | Warwickshire | CV5 9RG. Registered in England &amp; Wales: 5053657<br> ...........................................................................................................................................................................................<br> </font> </p><p style="font-size: x-small; color: rgb(102, 102, 102);">Disclaimer: This email contains propriety information, some of which may be legally privileged. It is for the intended recipient only. If an addressing or transmission in error has misdirected this email, please notify the author by replying to this email. If you are not the intended recipient, you must not use, disclose, distribute, copy, print or rely on this email. </p> </div> </div> <br> <br> alan dunn wrote: <blockquote cite="mid:48E4C6FE.9050902@dunns.co.uk" type="cite">  <pre wrap="">This probably has an easy answer, but we haven't found it.

We have an archive of jpeg images. We want to open one using GD library

$im1 = imagecreatefrom jpeg($pathname.$filename);

 rotate it:

$im1 = imagerotate($im1,-90,0);           .... and display it on screen.

How do we get to display the image which is now represented by resource 
$im1?
We know you can do it by saving the rotated image back to somewhere then 
displaying the saved image - but that's a lot of overhead just to show a 
temporarily rotated image.

Any help much appreciated, thanks, Alan Dunn


  </pre> </blockquote> </div>  _______________________________________________<br>Phpwm mailing list<br><a href="mailto:Phpwm@mailman.lug.org.uk">Phpwm@mailman.lug.org.uk</a><br>https://mailman.lug.org.uk/mailman/listinfo/phpwm<br></blockquote></div><br></div></body></html>