On Tuesday, 15 October 2024 00:30:18 CEST Xavier Brochard wrote: > Installing libexactimage-perl doesn't download exactimage package, > resulting in unusable perl bindings (actualy it takes me some days > before understanding what didn't happened :-) > > Please, add a dependency against exactimage package, it will help. > Note that the same problem apply with libexactimage-python
Can you please provide a reproducer. Because libexactimage-perl contains the bindings + the statically linked library. The exactimage package only contains some binaries: * /usr/bin/bardecode * /usr/bin/e2mtiff * /usr/bin/econvert * /usr/bin/edentify * /usr/bin/empty-page * /usr/bin/hocr2pdf * /usr/bin/optimize2bw but no shared library (which would be loaded by the perl bindings). And none of the binaries are referenced by the bindings. I have just uninstalled extactimage and only had libexactimage-perl:amd64. Then I ran the attached script like this: convert -size 100x100 xc: +noise Random -set colorspace HSB -colorspace sRGB random.jpg convert random.jpg random.tif convert -size 100x100 xc: empty.png perl test.pl Worked fine for me. Kind regards, Sven
test.pl
Description: Perl program
signature.asc
Description: This is a digitally signed message part.