img2pdf

Convert images to PDF with lossless JPEG compression

brewmacoslinux
Try with needOr install directly
Source

About

Convert images to PDF via direct JPEG inclusion

Commands

img2pdf

Examples

convert single image to PDF$ img2pdf image.jpg -o output.pdf
combine multiple images into one PDF$ img2pdf image1.jpg image2.png image3.jpg -o combined.pdf
convert all images in folder to PDF$ img2pdf *.jpg -o all_images.pdf
create PDF with custom page size$ img2pdf image.jpg -o output.pdf -s A4
convert image and specify output quality$ img2pdf photo.jpg -o document.pdf -q 85