Skip to content

[FEAT] add PDF as output #1

@bytebone

Description

@bytebone

Hey there,

this project came in clutch when I needed to batch generate thumbnails for a large folder of video files. The one feature I was missing though is to concatenate all produced thumbnails into neatly organized PDF files, appropriately sized to a pagesize, and properly compressed to not get too large.

If you're not sure what I am thinking of, consider this report from a professional (and paid) media software:
image

This would require moving the file information to the left of the thumbnails, and by default only generating one line of 3-4 thumbnails, depending on what fits best. Then making sure these stacked images dont exceed the width and height of standard page sizes.

Since I've been looking for go projects to better myself with, I'd offer to jump on and try to add this if you think of it as useful. I've played around with imagemagik a little to get this to work and have some sort of solution using magick montage, I'd just have to figure out how to properly implement this (or a more efficient solution) into the code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions