Luca Patera

Results 26 comments of Luca Patera

> Until this issue is resolved you can implement these changes in your code by extending the `Box` class: > > ``` >

Hi, check this pull request: https://github.com/stil/gd-text/pull/30

1. Download this library and manually include it in your project. 2. Open this pull request: https://github.com/stil/gd-text/pull/30 3. Open the tab "Files changed" 4. Click the "View file" button from...

@CFlanc your snippet doesn't work :( My code: http://sharex.lucapatera.it/uploads/phpstorm64_2017-09-11_00-03-13.png Result: http://sharex.lucapatera.it/uploads/firefox_2017-09-10_23-57-01.png The goal: http://sharex.lucapatera.it/uploads/ApplicationFrameHost_2017-09-11_00-08-50.png

@CFlanc > does you text size change to big when the string is small Nope :(

This is my code: //config $text='asd sad asdsa asd asdasd asda asdadasdd dasdasdasd aasdasd'; $initialfontsize=50; //canvas $im = imagecreatetruecolor(512, 512); //set transparent background $background=imagecolorallocate($im, 123, 123, 123); $background=imagecolortransparent($im, $background); imagefill($im,...

Hi, I wanted this feature so much that I created it for me you 😄 This is the github action: https://github.com/Lukasss93/phpinsights-badger-action (It will uploads phpinsights data to your self hosting...

https://github.com/nutgram/nutgram/discussions/179