<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="-1"><font face="Verdana">            //write out the image
to the browser<br>
            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   <strong>t:</strong>0870 417
7741   <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>
</body>
</html>