Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

ASP.NET Forum


You are currently viewing our ASP.NET Forum as a guest. Please register to participate.
Login



Reply
A couple image managing questions.
Old 08-13-2008, 04:41 PM A couple image managing questions.
Extreme Talker

Posts: 176
Trades: 0
Note that I can only use ASP.

Is it possible to prevent hyperlinking of images(as to prevent people stealing them)?

Can I(in regular ASP) dynamically resize images?

Can I dynamically add a watermark(just like a small label at the bottom)?
Skeddles is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 08-14-2008, 07:46 AM Re: A couple image managing questions.
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,516
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Quote:
Can I(in regular ASP) dynamically resize images?
Can I dynamically add a watermark(just like a small label at the bottom)?
Not from a standard install

Quote:
Is it possible to prevent hyperlinking of images(as to prevent people stealing them)?
Yep, provided you can have a custom 404 page.

http://evolvedcode.net/content/code_antihotlink/
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 09-09-2008, 03:09 AM Re: A couple image managing questions.
Average Talker

Posts: 25
Trades: 0
"Is it possible to prevent hyperlinking of images(as to prevent people stealing them)?"
yes.set you response type.
Quote:
Response.ContentType="image/gif"
Response.ContentType="image/JPEG"
"Can I(in regular ASP) dynamically resize images?

Can I dynamically add a watermark(just like a small label at the bottom)?"

yes.use adodb.read them out.and then you should known the file format of gif/bmp/jpg.and then use some algorithm to add or delete data and then write to the file.
of course,this is too difficult.
so i suggest that you can download and use "aspjpeg" module or other like it.
how to use it:
http://www.aspjpeg.com/
softhink is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to A couple image managing questions.
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.68986 seconds with 12 queries