Convert a list of image files to a single pdf file.
Inspired from Img2pdf project.
Features:
- Support file formats: BMP, PNG, JPG
- Support color type: L8, La8, Rgb8, Rgba8, Bgr8, Bgra8
- For image with alpha channel, automatically apply white background
image2pdf assets/* --output output.pdf --pagesize 150mmx150mmOutput: Pdf file
image2pdf assets/* --output output.pdfOutput: Pdf file
image2pdf assets/* --output output.pdf --pagesize A4Output: Pdf file
image2pdf assets/* --output output.pdf --pagesize A4^TOutput: Pdf file
cargo install image2pdf