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

Posts: 120
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
 
 
When You Register, These Ads Go Away!
Old 08-14-2008, 07:46 AM Re: A couple image managing questions.
chrishirst's Avatar
Super Moderator

Posts: 22,226
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!! <<-
Growing old is mandatory - Growing up is optional
Code Samples | People Counting System | Bits & Bobs
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.11152 seconds with 13 queries