Perl-GD
Perl-GD copied to clipboard
Perl GD module for bitmap graphics
See https://github.com/PhilterPaper/Perl-PDF-Builder/actions and https://rt.cpan.org/Ticket/Display.html?id=141125 Add the strawberry workflow to our GH Actions (the default)
add gdTransformAffineGetImage, gdTransformAffineCopy, gdTransformAffineBoundingBox
overriding the libgd internal printf stderr, and use it for perl warnings and errors.
After switching from Ubuntu 20 LTS (Perl Lib GD Version 2.71) to Ubuntu 22 LTS (Perl Lib GD Version 2.712.76) every Perl -w call of GD::Image->newFromPng() leads to the following...
Hi, I have a legacy CGI application which depends upon GD.pm. It also depends upon a quality Text To Speech command-line tool such as 'gTTS', and also nginx. I've created...
```console + cd GD-2.81 + /usr/bin/make -O -j48 V=1 VERBOSE=1 test TEST_VERBOSE=1 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- GD.bs blib/arch/auto/GD/GD.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')"...
I've compiled Perl 5.38 with VS2019, then zlib, libpng, jpeglib and libgd with VS2019. I'd like to use the standard procedure for building GD, but it's failing at a few...
On an ubuntu 24.04 with system libgd-dev installed: ``` TIFFFetchDirectory: Warning, Requested memory size for TIFF directory of 192 is greather than filesize 0. Memory not allocated, TIFF directory not...