Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > How? Open image, add text, then "stream" into <img src="...">?

Reply
Thread Tools

How? Open image, add text, then "stream" into <img src="...">?

 
 
Michael Stock
Guest
Posts: n/a
 
      12-03-2003
Hi all,
hopefully someone can tell me how to do this for a web
server in C#:

We have images in a folder you can't access over the net.
So everytime we need to display an image from this folder,
we need to us the following syntax:

<img src="viewImage.aspx?imageID=/secretImages/image.jpg"
border="0">

we DON'T need:
- extract image location from QueryString etc.


We NEED the (nearly complete) code for the following
things:
a) open an image
b) add copyright text to the image
c) "stream" this image to the browser so the code above
can be done.

Even more cool it would be if you could tell me:
- how to add a half transparent graphic instead of plain
text?


Thank you
Michael
 
Reply With Quote
 
 
 
 
Joe Gass
Guest
Posts: n/a
 
      12-03-2003
This should help on the watermarking

http://www.codeproject.com/csharp/wa...rget=watermark

"Michael Stock" <> wrote in message
news:033b01c3b989$94f6b480$...
> Hi all,
> hopefully someone can tell me how to do this for a web
> server in C#:
>
> We have images in a folder you can't access over the net.
> So everytime we need to display an image from this folder,
> we need to us the following syntax:
>
> <img src="viewImage.aspx?imageID=/secretImages/image.jpg"
> border="0">
>
> we DON'T need:
> - extract image location from QueryString etc.
>
>
> We NEED the (nearly complete) code for the following
> things:
> a) open an image
> b) add copyright text to the image
> c) "stream" this image to the browser so the code above
> can be done.
>
> Even more cool it would be if you could tell me:
> - how to add a half transparent graphic instead of plain
> text?
>
>
> Thank you
> Michael



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
can we dynamically create custom controls and then add them into catalog zone? rifat yavuz ASP .Net Web Controls 0 07-04-2008 02:58 PM
VS2005 "Add Web Reference" "Unable to connect to the remote server", then successfully displays the service info. Add reference button is disabled. Connecting to WS outside of VS is fast. BobC ASP .Net Web Services 1 01-25-2007 02:27 PM
When I open laptop lid i have display then it goes away then comes back Ed Computer Support 1 03-02-2006 07:26 PM
Help. SessionID is x then y then x then y BodiKlamph@gmail.com ASP General 0 09-03-2005 03:02 PM
How to read an SQL Server into a ASP page and then change, add, delete and write it back to SQL Server Belinda ASP General 4 06-11-2004 12:16 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57