php උදව්වක් ඕනේ

Casinoboy

Well-known member
  • Jun 6, 2011
    5,244
    2,682
    113
    PHP:
    <?php
    $dest = imagecreatefrompng('a.png');
    $src = imagecreatefrompng('b.png');
    
    imagealphablending($dest, false);
    imagesavealpha($dest, true);
    
    imagecopymerge($dest, $src, 64, 602, 0, 0, 328, 328, 100); //have to play with these numbers  
    
    header('Content-Type: image/png');
    imagepng($dest);
    
    imagedestroy($dest);
    imagedestroy($src);
    ?>

    මචන්ලා මේ ‌කෝඩ් ඒකේ output ඒක ‌ප‌ේජ් ඒකක පෙන්නන්නේ ‌කොහොමද ? ම‌ේ ක‌ෝඩ් ඒක‌ෙ‌න් ඉම‌ේජ් ඒක ෆුල් ‌ෙපේජ් ‌ෙපෙන්නනවා විතරයි

    මේ වගේ ‌ෙපෙන්නන්න ඔ්න

    PHP:
    <img src="<?php echo "$dest" ?>"  />
     
    Last edited:

    kosandpol

    Well-known member
  • Jun 10, 2008
    45,329
    1,492
    113
    try:
    Code:
    <html>
    <body>
    <img src=“image.php”>
    </body>
    </html>

    where image.php is your php code to create the PNG file.
     

    Lokka Baba

    Well-known member
  • May 11, 2014
    3,366
    888
    113
    මගේ කාමරේ
    PHP:
    <?php
    $dest = imagecreatefrompng('a.png');
    $src = imagecreatefrompng('b.png');
    
    imagealphablending($dest, false);
    imagesavealpha($dest, true);
    
    imagecopymerge($dest, $src, 64, 602, 0, 0, 328, 328, 100); //have to play with these numbers  
    
    header('Content-Type: image/png');
    imagepng($dest);
    
    imagedestroy($dest);
    imagedestroy($src);
    ?>

    මචන්ලා මේ ‌කෝඩ් ඒකේ output ඒක ‌ප‌ේජ් ඒකක පෙන්නන්නේ ‌කොහොමද ? ම‌ේ ක‌ෝඩ් ඒක‌ෙ‌න් ඉම‌ේජ් ඒක ෆුල් ‌ෙපේජ් ‌ෙපෙන්නනවා විතරයි

    මේ වගේ ‌ෙපෙන්නන්න ඔ්න

    PHP:
    <img src="<?php echo "$dest" ?>"  />

    file ekata save karla aken load karahan src ekata
    https://stackoverflow.com/questions...-in-php-display-works-saving-to-file-does-not
     

    BLACKLIST_MEMBER

    Well-known member
  • Feb 9, 2008
    37,854
    14,813
    113
    127.0.0.1
    me widihata daanawanam
    Code:
    [LEFT]  [COLOR=#000000] <img src="[COLOR=#0000BB]<?php [/COLOR][COLOR=#007700]echo [/COLOR][COLOR=#DD0000]"[/COLOR][COLOR=#0000BB]$dest[/COLOR][COLOR=#DD0000]" [/COLOR][COLOR=#0000BB]?>[/COLOR]"  />[/COLOR]   [/LEFT]

    code eka
    Code:
    [LEFT]  [COLOR=#000000] <img src="[/COLOR][COLOR=#000000][COLOR=#000000][COLOR=#0000BB]<?php 
    $dest [/COLOR][COLOR=#007700]= [/COLOR][COLOR=#0000BB]imagecreatefrompng[/COLOR][COLOR=#007700]([/COLOR][COLOR=#DD0000]'a.png'[/COLOR][COLOR=#007700]); 
    [/COLOR][COLOR=#0000BB]$src [/COLOR][COLOR=#007700]= [/COLOR][COLOR=#0000BB]imagecreatefrompng[/COLOR][COLOR=#007700]([/COLOR][COLOR=#DD0000]'b.png'[/COLOR][COLOR=#007700]); 
     
    [/COLOR][COLOR=#0000BB]imagealphablending[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]$dest[/COLOR][COLOR=#007700], [/COLOR][COLOR=#0000BB]false[/COLOR][COLOR=#007700]); 
    [/COLOR][COLOR=#0000BB]imagesavealpha[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]$dest[/COLOR][COLOR=#007700], [/COLOR][COLOR=#0000BB]true[/COLOR][COLOR=#007700]); 
     
    [/COLOR][COLOR=#0000BB]imagecopymerge[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]$dest[/COLOR][COLOR=#007700], [/COLOR][COLOR=#0000BB]$src[/COLOR][COLOR=#007700], [/COLOR][COLOR=#0000BB]64[/COLOR][COLOR=#007700], [/COLOR][COLOR=#0000BB]602[/COLOR][COLOR=#007700], [/COLOR][COLOR=#0000BB]0[/COLOR][COLOR=#007700], [/COLOR][COLOR=#0000BB]0[/COLOR][COLOR=#007700], [/COLOR][COLOR=#0000BB]328[/COLOR][COLOR=#007700], [/COLOR][COLOR=#0000BB]328[/COLOR][COLOR=#007700], [/COLOR][COLOR=#0000BB]100[/COLOR][COLOR=#007700]); [/COLOR][COLOR=#FF8000]//have to play with these numbers   
     
    [/COLOR][COLOR=#0000BB]header[/COLOR][COLOR=#007700]([/COLOR][COLOR=#DD0000]'Content-Type: image/png'[/COLOR][COLOR=#007700]); 
    [/COLOR][COLOR=#0000BB]imagepng[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]$dest[/COLOR][COLOR=#007700]); 
     
    [/COLOR][COLOR=#0000BB]imagedestroy[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]$dest[/COLOR][COLOR=#007700]); 
    [/COLOR][COLOR=#0000BB]imagedestroy[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]$src[/COLOR][COLOR=#007700]); 
    [/COLOR][COLOR=#0000BB]?>[/COLOR][/COLOR]" />[/COLOR]   [/LEFT]
    ohoma file eka hadala save karaddi extension eka .php kiyala save karanna wenawa.

    ehema nathinam

    image.php wage name ekakata me contents save karanna.

    Code:
    [COLOR=#000000][COLOR=#000000][COLOR=#0000BB]<?php 
    $dest [/COLOR][COLOR=#007700]= [/COLOR][COLOR=#0000BB]imagecreatefrompng[/COLOR][COLOR=#007700]([/COLOR][COLOR=#DD0000]'a.png'[/COLOR][COLOR=#007700]); 
    [/COLOR][COLOR=#0000BB]$src [/COLOR][COLOR=#007700]= [/COLOR][COLOR=#0000BB]imagecreatefrompng[/COLOR][COLOR=#007700]([/COLOR][COLOR=#DD0000]'b.png'[/COLOR][COLOR=#007700]); 
     
    [/COLOR][COLOR=#0000BB]imagealphablending[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]$dest[/COLOR][COLOR=#007700], [/COLOR][COLOR=#0000BB]false[/COLOR][COLOR=#007700]); 
    [/COLOR][COLOR=#0000BB]imagesavealpha[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]$dest[/COLOR][COLOR=#007700], [/COLOR][COLOR=#0000BB]true[/COLOR][COLOR=#007700]); 
     
    [/COLOR][COLOR=#0000BB]imagecopymerge[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]$dest[/COLOR][COLOR=#007700], [/COLOR][COLOR=#0000BB]$src[/COLOR][COLOR=#007700], [/COLOR][COLOR=#0000BB]64[/COLOR][COLOR=#007700], [/COLOR][COLOR=#0000BB]602[/COLOR][COLOR=#007700], [/COLOR][COLOR=#0000BB]0[/COLOR][COLOR=#007700], [/COLOR][COLOR=#0000BB]0[/COLOR][COLOR=#007700], [/COLOR][COLOR=#0000BB]328[/COLOR][COLOR=#007700], [/COLOR][COLOR=#0000BB]328[/COLOR][COLOR=#007700], [/COLOR][COLOR=#0000BB]100[/COLOR][COLOR=#007700]); [/COLOR][COLOR=#FF8000]//have to play with these numbers   
     
    [/COLOR][COLOR=#0000BB]header[/COLOR][COLOR=#007700]([/COLOR][COLOR=#DD0000]'Content-Type: image/png'[/COLOR][COLOR=#007700]); 
    [/COLOR][COLOR=#0000BB]imagepng[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]$dest[/COLOR][COLOR=#007700]); 
     
    [/COLOR][COLOR=#0000BB]imagedestroy[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]$dest[/COLOR][COLOR=#007700]); 
    [/COLOR][COLOR=#0000BB]imagedestroy[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]$src[/COLOR][COLOR=#007700]); [/COLOR][/COLOR][/COLOR]
    Note: end of the file ?> php tag eka close karana line eka add karanna epa.

    eetapasse ubage html file eke (index.html)

    Code:
    [LEFT]  [COLOR=#000000] <img src="[COLOR=#0000BB][COLOR=#000000]image.php[/COLOR][/COLOR]"  />[/COLOR]   [/LEFT]
    ohoma daanna content eka. eetapasse html file eka load karala balanna browser eke,
    wada karanna ona.

    kare nathinam php file eka direct load karala balapan image eka penawada kiyala. eka debug karala indapan