Jump to content

Recommended Posts

Posted

Hi,

 

Take a look at this:

 

http://en.easyart.com/scripts/framing/inde...0462&uncropped=

 

and also

 

http://www.PhotosFramed.com

 

It's a very nice effect (for those haven't got time to look, customer uploads photo and chooses frame style/colour, website generates a preview of how the photo will look when framed)

 

There are several sites on the that work in a similar way suggesting that there may be an "off-the-shelf" script that does this - can't find one though.

 

I'm no expert on perl so I wouldn't have a clue where to start if I were to attempt to write a module like this from scratch.

 

Does any of the family know of any scripts that are at least part way there?

 

Thanks ;)

 

Ali.

Posted

Thanks for that Rob - I did look on Hotscripts, but missed that one :)

 

It's quite basic in comparison to the ones I've seen working on sites, but it's a good start if nothing else comes up.

 

Anyone else know of any? (cost doesn't matter too much)

 

Cheers :D

 

Ali.

Posted

Heck, I had never seen that before. I had just done a quick look. I will let you know if I can find anything else. Have you tried contacting the sites webmaster to see if they can tell you?

Posted

It's probably not as pretty as those frames, but I just use css border styles to emulate frames. You can also use some nifty drop shadow techniques that were documented, I believe, at a list apart. :)

Posted

You can use CSS to implement frames dynamically. This is what I use in my blog to automatically frame any images in my "pics/" directory:

>.storycontent img[src*="pics/"]
{       
       padding: 4px;
       border: 1px solid #999;
       background: #fff;
       margin: 5px 0 20px;
}

 

That's a very simplistic example, but you could get a lot fancier with it with more advanced CSS. I believe it's not 100% compatible with all browsers, either, but works for most.

 

That obviously doesn't help with the uploading part though. :)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...