PHP Classes

image frame

Recommend this page to a friend!

      Frame Maker  >  All threads  >  image frame  >  (Un) Subscribe thread alerts  
Subject:image frame
Summary:making the frame from an image
Messages:1
Author:Helen Postle
Date:2011-10-11 14:14:07
 

  1. image frame   Reply   Report abuse  
Picture of Helen Postle Helen Postle - 2011-10-11 14:14:07
Hi
love your class, but I am having a problem when trying to make the frame from an image. If you look at
ordermytaxi.com/test/frame3.php
you will see a pic with a frame but the image in my frame is incorrect. I want the image to be the 'other way round' if you understand what I mean. I've tried rotating the image before I save it, but whichever way round I have the image, the frame always looks the same. Also the corners of the frame are inside out if you see what I mean. The code I am using on my page is:
$frame = new FrameMaker();
$frame->set_picture("img.jpg");
$frame->set_material($path."side.jpg");
$frame->show_picture();

I would be most grateful for your help