Old 12-01-2007   1 links from elsewhere to this Post. Click to view. #1 (permalink)
Registered User
 
Join Date: Jun 2007
Posts: 4

hidden image effect

I came across a few tutorials on how to do this effect, but most of them are pretty basic versions, so I thought I'd ask here. You know the pictures that become different pictures when you highlight them? How do I do that?
Ravenbomb is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-01-2007   #2 (permalink)
Janitor of Lunacy
 
tamlin's Avatar
 
Join Date: May 2006
Location: Sitting in the Wishing Chair
Posts: 4,598

Quote:
Originally Posted by Ravenbomb View Post
I came across a few tutorials on how to do this effect, but most of them are pretty basic versions, so I thought I'd ask here. You know the pictures that become different pictures when you highlight them? How do I do that?
OK, this is pretty vague...do you mean something like image rollovers? (Like on a web page, where a button lights up or something when you move your mouse over it).

Just guessing. Can you give more info or (better still) an example? Help us to help you.
__________________


Religion: It's all fun and games until someone gets burned at the stake...
tamlin is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-01-2007   #3 (permalink)
Registered User
 
turvas's Avatar
 
Join Date: Apr 2006
Posts: 843

Send a message via MSN to turvas
I'm quite sure he means rollovers. But there's a thing with rollovers. You can't make a jpeg that you highlight and then it changes. You need to have alot of html or stuff coded to it for it to work and so. For example: You can't make your avatar highlightable, because you can't add html code to it.
__________________
This is not a signature, this is just a side note to remind you that I love you.
turvas is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-01-2007   #4 (permalink)
Janitor of Lunacy
 
tamlin's Avatar
 
Join Date: May 2006
Location: Sitting in the Wishing Chair
Posts: 4,598

Quote:
Originally Posted by turvas View Post
I'm quite sure he means rollovers. But there's a thing with rollovers. You can't make a jpeg that you highlight and then it changes. You need to have alot of html or stuff coded to it for it to work and so. For example: You can't make your avatar highlightable, because you can't add html code to it.
The Man from The Shadows is right - you need some code behind an image rollover to make it work. Alternatively, you could try loading up your JPG in Photoshop and selecting Filters > Magic > Make The Impossible Happen...

Just kidding... if a web rollover image is what you want, I'm sure someone will be able to point you in the right direction.
__________________


Religion: It's all fun and games until someone gets burned at the stake...
tamlin is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-01-2007   #5 (permalink)
Registered User
 
NikonErik's Avatar
 
Join Date: Nov 2007
Location: Long Island, NY
Posts: 119

This is the code provided by Dreamweaver CS3 when a simple mouseover/hotlink is created. I hope it helps.

<body onload="MM_preloadImages('path to hidden image')">
<a href="path to URL if this is a hotlink too otherwise #" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image1','','path to hidden image',1)"><img src="path to first visible image" name="Image1" width="x" height="y" border="z" id="Image1" /></a>

x and y is the dimension of a rectangular area that the mouse arrow must be within in for the mouseover to work.
__________________


There are always two people in every picture: the photographer and the viewer. ~Ansel Adams

NikonErik is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-02-2007   #6 (permalink)
Registered User
 
Join Date: Jun 2007
Posts: 4

No, not rollovers. Like these things:
Hidden Images Illusion - Mighty Optical Illusions
You highlight the image as if you were highlighting text, and a hidden image is revealed. I've kinda gotten it but can't quite nail the effect down.
Ravenbomb is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-02-2007   #7 (permalink)
Janitor of Lunacy
 
tamlin's Avatar
 
Join Date: May 2006
Location: Sitting in the Wishing Chair
Posts: 4,598

Quote:
Originally Posted by Ravenbomb View Post
No, not rollovers. Like these things:
Hidden Images Illusion - Mighty Optical Illusions
You highlight the image as if you were highlighting text, and a hidden image is revealed. I've kinda gotten it but can't quite nail the effect down.
Aha - now I understand. I've never seen those type of images before so I've no idea how they're done, but I suspect the answer lies in the halftoning. IE represents highlighting an image by overlaying it with a halftone screen which interacts with the halftoning in the image, hiding some areas and revealing others. Firefox highlights images by overlaying them with a solid semi-transparent grey layer (which is why the "illusion" doesn't work in Firefox).

If you've already developed a partial technique, post it here and we'll see if we can finish it off.
__________________


Religion: It's all fun and games until someone gets burned at the stake...
tamlin is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-03-2007   #8 (permalink)
Registered User
 
Join Date: Jun 2007
Posts: 4

Why, I just might do that.
Ravenbomb is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-04-2007   #9 (permalink)
Registered User
 
turvas's Avatar
 
Join Date: Apr 2006
Posts: 843

Send a message via MSN to turvas
I refuse to open IE! REFUSE! REFUUUUUUUUUUUSE!
Good luck with the maybe-super-duper-awesome-hidden-image effect that is not visible for some of the most awesome people on the planet (that includes me, yay).
__________________
This is not a signature, this is just a side note to remind you that I love you.
turvas is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-04-2007   #10 (permalink)
Rusty Bio-Hazard!
 
notjustgraphics's Avatar
 
Join Date: Sep 2006
Location: Toronto, Ontario, Canada
Posts: 1,026

Send a message via MSN to notjustgraphics
You're really missing out if you don't check this out in IE...

What an amazing effect!

Mike.
__________________
notjustgraphics is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-04-2007   #11 (permalink)
Janitor of Lunacy
 
tamlin's Avatar
 
Join Date: May 2006
Location: Sitting in the Wishing Chair
Posts: 4,598

Quote:
Originally Posted by notjustgraphics View Post
You're really missing out if you don't check this out in IE...

What an amazing effect!

Mike.
What? NotJustGraphics (almost) recommending IE?????

Who are you and what have you done with the real Mike???
__________________


Religion: It's all fun and games until someone gets burned at the stake...
tamlin is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-05-2007   #12 (permalink)
Registered User
 
chuggs's Avatar
 
Join Date: Nov 2006
Location: Northcentral PA
Posts: 67

Odd... I've seen this effect before (read years ago), but for some reason it's not working now that I'm in IE6? Go fig. For what it's worth, I've been using Firefox for over a year now.
chuggs is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-05-2007   #13 (permalink)
Rusty Bio-Hazard!
 
notjustgraphics's Avatar
 
Join Date: Sep 2006
Location: Toronto, Ontario, Canada
Posts: 1,026

Send a message via MSN to notjustgraphics
Clarification is needed!

I DESPISE Internet Explorer....

With every fibre of my being I hate the damn thing!

Unfortunately, as a web developer, i am required to use it occasionaly for testing...

The hidden-image idea was fantastic, but honestly, had it not been a star wars theme, i probably would not have been enthusiastic about trying it in IE...

But, once i did see the effect, i was quite tickled!

Very neat indeed!

Mike.
__________________
notjustgraphics is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-17-2008   #14 (permalink)
Registered User
 
Join Date: Jan 2008
Posts: 4

I think it has to do with picking the right colors. Colors that don't show up initially but contrast when they're highlighted since every color changes differently. The idea is to find out what those colors are.
DamienBlade is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-18-2008   #15 (permalink)
Registered User
 
Join Date: Jan 2008
Posts: 1

Assuming you're using Photoshop:

= New image 2x2 pixels
- Use the pencil tool to make a black/white checkerboard (either fill upper right and lower left pixels with black or vice versa
- Select all, then do Edit > Define Pattern (name is something, mine was "microchecker")

= Open the normally visible image (usually color)
- If it's the background layer, double click and give it a name. This layer will go on top of your stack when we're done
- Set the layer opacity to 75% (can be tweaked depending on your image, but this usually shows up well without totally killing the picture)

= For the hidden image (the one visible when highlighting in IE)
- The hidden image usually works best if it's a sharp black/white image (like a stencil), which is what I used in my example
- Invert the image if necessary (basically whatever parts are set to white will show up black when the picture is highlighted, so in my Vader example, the pic was inverted so vader was white on a black background)
- Bring this image into your main PS document and put it on the bottom of the layer stack

= Make a new layer between the hidden pic (bottom) and main pic (top)
- Either paintbucket or Edit > Fill > Use Pattern > Custom > "Microchecker" *or whatever you named your 2x2 pattern*
- Set this layer's blending mode to Exclusion
- Done!

To try it out without goofing with IE, duplicate the middle pattern layer, put it on the top of the layer stack (above the main pic) and set it's blending mode to Multiply (which replicates the IE highlight effect). You can use this to make adjustments to the image without having to jump between IE and PS to check your work.

Example (click to view fullsize as thumbnails won't show this effect):
registerurself is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

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 On

LinkBacks (?)
LinkBack to this Thread: http://forums.biorust.com/adobe-photoshop/6927-hidden-image-effect.html
Posted By For Type Date
BioRUST.com :: Adobe Photoshop Tutorials >> Photographic FX This thread Refback 12-05-2007 05:30 AM

Similar Threads
Thread Thread Starter Forum Replies Last Post
Freeware Image alteration software Tony_photoplus General Discussions 1 11-14-2007 04:29 PM
Image effect for begginers resten Tutorial Submission 2 01-26-2007 11:15 AM
CSS hover tutorial Telos Tutorial Submission 7 06-09-2006 06:38 AM
44 Hidden Photoshop Shortcuts Bub Adobe Photoshop 5 10-17-2005 10:41 PM


All times are GMT +1. The time now is 03:39 AM.
Content Relevant URLs by vBSEO 3.2.0 RC7

Design & Content © BioRUST 2007 :: PRIVACY STATEMENT :: LEGAL INFORMATION :: ADVERTISING MEDIA KIT