Telegram Group & Telegram Channel
Make PDF photo collage / montage. Just run script in a directory of jpg images. This one creates photos 2 columns and 3 rows per page. Compresses pdf to small size.

[ ! -d output ] && mkdir output ; montage *.jpg -mode concatenate -tile 2x3 +polaroid -geometry -44-44 -background "#222222" output/montage_%03d.jpg ; img2pdf --imgsize 888x1500 output/*.jpg -o collage.pdf ; gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.5 -dPDFSETTINGS=/ebook -dNOPAUSE -dBATCH -dColorImageResolution=150 -sOutputFile=collage_small.pdf collage.pdf && exiftool -all:all= collage_small.pdf && qpdf --linearize --object-streams=generate collage_small.pdf collage_tiny.pdf && rm -f output/* collage_small.pdf collage_small.pdf_original



tg-me.com/geektips/974
Create:
Last Update:

Make PDF photo collage / montage. Just run script in a directory of jpg images. This one creates photos 2 columns and 3 rows per page. Compresses pdf to small size.

[ ! -d output ] && mkdir output ; montage *.jpg -mode concatenate -tile 2x3 +polaroid -geometry -44-44 -background "#222222" output/montage_%03d.jpg ; img2pdf --imgsize 888x1500 output/*.jpg -o collage.pdf ; gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.5 -dPDFSETTINGS=/ebook -dNOPAUSE -dBATCH -dColorImageResolution=150 -sOutputFile=collage_small.pdf collage.pdf && exiftool -all:all= collage_small.pdf && qpdf --linearize --object-streams=generate collage_small.pdf collage_tiny.pdf && rm -f output/* collage_small.pdf collage_small.pdf_original

BY GeekTips


Warning: Undefined variable $i in /var/www/tg-me/post.php on line 283

Share with your friend now:
tg-me.com/geektips/974

View MORE
Open in Telegram


GeekTips Telegram | DID YOU KNOW?

Date: |

A Telegram spokesman declined to comment on the bond issue or the amount of the debt the company has due. The spokesman said Telegram’s equipment and bandwidth costs are growing because it has consistently posted more than 40% year-to-year growth in users.

Telegram announces Search Filters

With the help of the Search Filters option, users can now filter search results by type. They can do that by using the new tabs: Media, Links, Files and others. Searches can be done based on the particular time period like by typing in the date or even “Yesterday”. If users type in the name of a person, group, channel or bot, an extra filter will be applied to the searches.

GeekTips from sg


Telegram GeekTips
FROM USA