in reply to ChatGPT's solution (was: Re: Create email tracking image)
in thread Create email tracking image
I wonder what it thinks you mean by "the best way" when there are so many:
my $i = Imager->new(xsize => 1, ysize => 1, channels => 4); $i->write(fd=>fileno(STDOUT), type=>'png') or die $i->errstr;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: ChatGPT's solution (was: Re: Create email tracking image)
by Bod (Parson) on Mar 23, 2023 at 00:58 UTC |