How to work with custom frame via image_frame?

See all posts Reply

How to work with custom frame via image_frame? new!
by may, 10 years, 8 months ago
Hi, can you please help and advice is there any way to use custom frame via image_frame?Reply
Re: How to work with custom frame via image_frame? new!
by colin, 10 years, 8 months ago
What do you need to do exactly? I don't understand your question.Reply
Re: How to work with custom frame via image_frame? new!
by may, 10 years, 8 months ago
Sorry for the poor explanation. Actually I need to combine photo and frame image. I use image_watermark to work it out. But i notice there is a setting call image_frame from your documentation, therefore i wonder if i can use it instead of image_watermark function.Reply
Re: How to work with custom frame via image_frame? new!
by colin, 10 years, 8 months ago
No, image_frame allows you to add borders only, such as this example:
$foo->image_frame           = 1;
$foo->image_frame_colors    = '#FF0000 #FFFFFF #FFFFFF #0000FF';
Reply