Giter Club home page Giter Club logo

Comments (4)

comur avatar comur commented on July 1, 2024

Hi @AlexLwm

can you send me your image that i can test and try to add a patch pls ?

thanks

from comurimagebundle.

AlexLwm avatar AlexLwm commented on July 1, 2024

laptop

Sure in this file le screen laptop is transparent.

Personaly I have change init_crop to have a background white

And I have change uploadController.php

in function resizeCropImage

     $dstR = imagecreatetruecolor( $destW, $destH );
    //imagealphablending($dstR, false);
    //imagecopyresampled($dstR,$imgR,$destX,$destY,$srcX,$srcY,$destW,$destH,$srcW,$srcH);

    imagealphablending($dstR, false);
    $col=imagecolorallocatealpha($dstR,255,255,255,127);
    imagefilledrectangle($dstR,0,0,$destW, $destH,$col);
    imagealphablending($dstR,true);

    imagecopyresampled($dstR,$imgR,$destX,$destY,$srcX,$srcY,$destW,$destH,$srcW,$srcH);
    imagealphablending($dstR,true);
    imagesavealpha($dstR, true);

from comurimagebundle.

comur avatar comur commented on July 1, 2024

Can you confirm if it's ok or not for you pls ?

from comurimagebundle.

AlexLwm avatar AlexLwm commented on July 1, 2024

It s ok
Thank's

2015-01-06 11:19 GMT+01:00 Can OMUR [email protected]:

Can you confirm if it's ok or not for you pls ?


Reply to this email directly or view it on GitHub
#30 (comment)
.

Alexandre HUBERT

Bureau :0230961981[image: LWM Agence : agence digitale]
www.lwm-agence.com http://www.lwm-agence.com/Standard Paris :01 44 77 99
44Standard Rennes :02 30 96 14 09Fax :01 44 77 99 40[image: LWM Agence :
Suivez-nous sur Twitter] http://twitter.com/lwm_agence [image: LWM
Agence : Rejoignez-nous sur Facebook]
http://www.facebook.com/pages/LWM-agence-digitale/391932214186500

from comurimagebundle.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.