Fixing mtg card dimensions.

This commit is contained in:
Sergiotarxz 2024-05-23 12:58:52 +02:00
parent 9d35ce2400
commit fea89d3cba
1 changed files with 2 additions and 2 deletions

View File

@ -87,8 +87,8 @@ sub _generate_pdf($self, $cards, $images) {
}
my $margin_left = 25;
my $margin_bottom = 25;
my $mtg_card_width = 6.3;
my $mtg_card_height = 8.8;
my $mtg_card_width = 6.35;
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');