On 3/28/25 10:42 AM, Ian B wrote:
> Now, was Imlib2 custom compiled or installed as part of your o.s packages ?
> I'm guessing it's definitely installed, but worth checking...
It might have been either.. :(
I instaled a custom apache set up on top of a normal Artix (Arch without
systemd) build t
I have an old image gallery that uses this libary in apache2 and modperl
I made a small test program is it behaves like the server code
#!/usr/bin/perl
use warnings;
use Image::Imlib2;
my $image;
#my $pic =
qq(/usr/local/apache2/htdocs/images/2025_purim_amsterdam/DSC03652.JPG);
my $pic = qq(/hom
On Fri, Mar 28, 2025 at 03:14:11PM +, Ian B wrote:
> For what it's worth, we got a bit tired with interfacing Perl with
> ImageMagik as it was always precarious, and just ended up calling the
> command line via Perl to save/convert files.
>
> On Fri, Mar 28, 2025 at 3:10 PM Ruben Safir wrote