Jump to content
Fórum Script Brasil
  • 0

(Resolvido) marca dágua


beuleal

Question

olá galera, não esta funcionando minha marca dagua, me ajudem.

@header("Content-type: image/jpeg;");
    
        $marca_opa = $_POST["marca_opa"]; // opacidade
    $marca_file = $_POST["marca_file"]; // marca
    $foto_form = $_POST["foto_form"]; // foto
    
    $original = imagecreatefromjpeg($foto_form);// copia a imagem
        $meu_logo = imagecreatefrompng($marca_file);// copia a marca

        $imagem_x = imagesx($original);// pega o valor da largura da imagem
        $imagem_y = imagesy($original);// pega o valor da altura da imagem

        $logo_x = imagesx($meu_logo);// pega o valor da altura da marca
        $logo_y = imagesy($meu_logo);// pega o valor da altura da marca


        imagecopymerge($original , $meu_logo , 0 , 0 , 0 , 0 , $logo_x , $logo_y , 100);

        imagejpeg($original,$foto_form);

Sim, eu peguei isso na internet.

Abs.

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

cara estava funcionando, o problema é o navegador, pois ele usa cache, então, se a imagem é carregada e tem o mesmo nome, usa a que foi carrega anteriormente... então o que eu fiz: criei uma outra pasta, ai funcionou certinho.

Vlw

RESOLVIDO!

Link to comment
Share on other sites

Join the conversation

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

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  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.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      652k
×
×
  • Create New...