Jump to content

Recommended Posts

 

I have two identical sized images that I would like to work with. One image is in color, the other is in black and white. I need assistance on stacking the color image directly over the black and white image. After that, I would like to be able to remove sections of the top photo to reveal the image underneath.

 

Can someone point me in the right direction on how to accomplish this?

 

Ok thanks, I will take a look at this now.  Can you guys tell me how to include this code into a php file?  I"m using

 

$(document).ready(function() {

$('$img').adipoli({

    'startEffect' : 'normal',

    'hoverEffect' : 'popout'

});

 

But I"m getting a white screen when I add that code. 

You don't need to be using PHP for it, that is simply JavaScript.

<?php
$blah = 2;
?>
<script type="text/javascript">
$(document).ready(function() { 
$('$img').adipoli({
    'startEffect' : 'normal',
    'hoverEffect' : 'popout'
});
</script>

ok, thanks alot.  I was able to use this javascript fine.  I'm still not able to get the total process down, i'm not sure how to implement the javascript.  I downloaded GPix Pixel Ad Script which does alot of what i'm trying to do, and I'm trying to modify it so that instead of the users uploading their photo when they select pixels, I'd like for the pixels to turn from grayscal  into color,.  The forum that hosts the script is not an active community, so I"m reaching out to phpfreaks to see if anyone is familiar with this.

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.