January 25, 2019
            How to add watermarks to images using alpha channels in PHP using WAMP
 
                                                    
                    Often we like to add a stamp or watermark in our images so no one can easily copy the images from our website. Create a folder in www as “watermark” and create/upload three files. stamp.png (It can be with transapercy) picture.jpg (Any image JPG) index.php <?php // Load the stamp and the photo to apply                
                        
                            
