NAME

BeamerReveal::FrameConverter - FrameConverter

VERSION

version 20251226.1345

SYNOPSIS

Worker object to convert the PDF containing the frames to bitamp files. Currently only conversion to JPEG has been implemented.

METHODS

new()

$fc = BeamerReveal::FrameConverter->new( $base, $pdffile, $xres, $yres );
. $base

the directory where the files that will be used by the reveal HTML file will be stored.

. $pdffile

the PDF file to harvest for slides

. $xres

the x-resolution of the canvas. This will determine the resolution at which the PDF will be converted to a bitmap file.

. $yres

the x-resolution of the canvas. This will determine the resolution at which the PDF will be converted to a bitmap file.

. <$fc>

the frame converter

$fc->toJPG()

Converts a pdf-file to one jpg file per frame. This is done at 4/3 of the canvas resolution.

AUTHOR

Walter Daems <wdaems@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2025 by Walter Daems.

This is free software, licensed under:

The GNU General Public License, Version 3, June 2007

CONTRIBUTOR

Paul Levrie