Updated submodules, added comments to shell/common
This commit is contained in:
parent
c12d676cf7
commit
2b2afdd380
@ -1 +1 @@
|
|||||||
Subproject commit d1834979b23d369b6bde93eab0600a1d59cc7dff
|
Subproject commit 8df1edc2b027b52ad84db60b6649099e72e63cd7
|
||||||
@ -53,3 +53,14 @@ ytpl-export () {yt-dlp -j --flat-playlist "$1" | jq -r '.id' | sed 's_^_https://
|
|||||||
|
|
||||||
# common date format
|
# common date format
|
||||||
shdate () {date +'%Y%m%d'}
|
shdate () {date +'%Y%m%d'}
|
||||||
|
|
||||||
|
# create function later:
|
||||||
|
# large image heavy pdf into smaller pdf
|
||||||
|
# below will:
|
||||||
|
# break pages into jpg files with 300dpi
|
||||||
|
# resize images to roughly 100k
|
||||||
|
# create a new pdf from jpg files
|
||||||
|
#
|
||||||
|
# pdftoppm -jpeg -r 300 input_document.pdf output_image
|
||||||
|
# jpegoptim --size=100k output_image*.jpg
|
||||||
|
# img2pdf $(ls -v output_image*.jpg) -o output_document.pdf
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
Subproject commit 28b6cfb74c695fb6c381825d4855fe948ffd0c33
|
Subproject commit 41ca2923d8c85bcd4a991d9c43f03ac11c1f9a14
|
||||||
@ -1 +1 @@
|
|||||||
Subproject commit 0d153edda876543b1f618cdac1a427bda19e1e53
|
Subproject commit 32f5f5db956e9228740b7402b378df221238f38c
|
||||||
@ -1 +1 @@
|
|||||||
Subproject commit b4ed5305f3fbf7633df6d3cad8ada5c2a9df6bc3
|
Subproject commit 04aa7941818ee1b4bf0b732e33608bf6def24966
|
||||||
Loading…
Reference in New Issue
Block a user