Results 1 to 3 of 3

Thread: [RESOLVED] Combining images

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    May 2002
    Location
    Campbell, OH USA
    Posts
    282

    Resolved [RESOLVED] Combining images

    Hey all,

    i am creating a page where i need to call a script (asp) file to combine several images into 1 image on the fly. i am going to use something like this to display the result:
    VB Code:
    1. <img src="arrows.asp?code=lrudllrr">LRUDLLRR</img>
    and it will produce the image of
    any suggestions???

  2. #2
    Hyperactive Member psycopatchet69's Avatar
    Join Date
    Sep 2004
    Location
    Grand Rapids, MI
    Posts
    256

    Re: Combining images

    If your trying to call a code from a different file, ASP does not support includes. If your heart is set on using a dynamic include, PM me, I have some code which will allow you to do so. Otherwise, your going to want to create a function on the same page to return the edited image(s), and Im not sure you can call it inside a img src tag anyways.
    You win some, you lose some.

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    May 2002
    Location
    Campbell, OH USA
    Posts
    282

    Re: Combining images

    Well, i already use a dynamic image scr for my logo (i have included it on this post) that writes back to the <img> in binary. I just don't have the knowledge of the graphic functions that vb script has. I am more a technical programmer than a graphic programmer.

    in the included file:
    to get this file to work, just use the following image tag
    VB Code:
    1. <img src="logos.asp?l=1">
    Attached Files Attached Files

Posting Permissions

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



Click Here to Expand Forum to Full Width