Maybe my pdf reader prints badly the dimensions.

This commit is contained in:
Sergiotarxz 2024-05-23 16:16:50 +02:00
parent 201a220cba
commit 0d014f0de3
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ sub _generate_pdf ( $self, $cards, $images ) {
}
my $margin_bottom = 25;
my $mtg_card_width = 6.35;
my $mtg_card_height = 9.15;
my $mtg_card_height = 8.89;
my $small_line_to_cut_better_size = 0.5;
open my $fh, '<', \$images_card->{$image_kind};
my $image = $pdf->image( $fh, format => 'jpeg' );