Results 1 to 9 of 9

Thread: Merging Text With Graphics

  1. #1
    Join Date
    Jun 2005
    Location
    Scotland
    Posts
    25
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Merging Text With Graphics

    I have a fantasy-art site (Dragon Flight ) where I'd like to provide an e-postcard facility using some of my artwork. However, I want the text message that is being sent to be merged with the image - i.e. to be come part of the image, prior to it being emailed. Is this even possible?

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Post

    Erm, yes. Most server-side languages have an image-editing package available, which is what you want. You can also use a command-line image-editing program (like ImageMagick's "convert") via a CGI script. Both methods require packages to be installed/enabled on the server.
    Last edited by Twey; 06-22-2005 at 04:54 PM.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  3. #3
    Join Date
    Jun 2005
    Location
    Scotland
    Posts
    25
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks Twey, I'll investigate those. I suspect however that my ISP will not allow its use...

  4. #4
    Join Date
    Jul 2005
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    It can be Done in HTML using Layers it can also be Done like
    if u create a backgroud Image for a table and then type some thing in the Table

  5. #5
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Quote Originally Posted by AlistairH
    I want the text message that is being sent to be merged with the image - i.e. to be come part of the image
    Layers cannot be emailed, and are harder to manipulate at any rate.

    In fact, having had my attention drawn to this... Alistair, you would need something server-side to send the cards anyway.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  6. #6
    Join Date
    Jul 2005
    Posts
    28
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    You're artwork is pretty sweet :P. Anyways, Twey I know how much you love flash why not use it I mean that's if you have a license I wouldn't wants to promote any peer-2-peer programs such as kazaa(or kazaa lite :P) to download it. I could make you some if you want I have flash. Although I do have enough on my table as it is.

  7. #7
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Urgh, Flash. Again, this is totally irrelevant to the thread. The OP specified that s/he wanted to use an image. Flash is not ideal for including in emails, and if some idiotic corporation (ahem) hadn't decided to integrate its web browser with its mail user agent so the mail user agent could do everything the web browser could, it wouldn't even be possible. Mail protocols were never designed to carry formatting, much less inserted objects, and a large number of mail user agents don't even support HTML email.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  8. #8
    Join Date
    Dec 2004
    Posts
    157
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    but if you send tables as email, some people have html disabled in there email.

  9. #9
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    As I was saying: don't rely on HTML email.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •