Forum Moderators: not2easy
- First off, though this is my first post, I rely on webmasterworld daily in my work and I am excited to finally contribute to the community. -
I am very interested in the potential of manipulating images and iframes inline to simulate a stereoscopic 3d image (you know, the one that you use the cheap red & blue cardboard glasses for). Using CSS3, I can manipulate the alpha and rgba color information, and I am very close to stereoscopic images. I have not had any success displaying only one rgb color channel accurately.. though I am close. Does anyone have a suggestion as to a way to extract / simulate extraction of a specific color channels from an image or div inline? Any help would be appreciated, though I realize this is a sort of off the wall question.
For one image you want to set your red levels to 0, for the other you want to set your blue and green levels to 0. That will create the Red/Cyan colored images you are looking for.
The only trick would be cutting out each layer and offsetting them to get the depth you want for each of them. Photoshop would do this for you as well.
You can do this in Photoshop very easily, I'm not sure what CSS could do that Photoshop couldn't do faster.