TASKS | AVIF | DEV | BASH | SVGO | README
WHAT: Produce sized images and lowercase the file names. Output also one image with no suffix, named same as original, to use with jekyll_seo Open Graph / Twitter Cards.
HOW:
Put images into _input/_images_to_size/
then run:
gulp size_images
WHAT: Adds folder name + index, lowercasing the original file name. Starts from 10, to avoid single digit no. in the first 9 jpgs. Edit gulp files to start from 0 if you prefer.
HOW:
Put images into _input/_images_to_rename/
then run:
gulp curatename
WHAT:
Changes the original file name and name images using folder name + index .
To avoid single digit no. for the first 9 jpgs, set var index = 10;
in the gulpfile.js.
HOW:
Put images into _input/_images_to_rename/
then run:
gulp rename_images
WHAT:
Changes the original file name and name images starting from 1.jpg.
To avoid single digit no. for the first 9 jpgs, set var index = 10;
in the gulpfile.js.
HOW:
Put images into _input/_images_to_rename/
then run:
gulp rename_simple
WHAT: Output 1000px wide jpgs of standard quality (22).
HOW:
Put images into _input/_images_to_rename/
then run:
gulp size_1k
WHAT: Output 1000px wide jpgs of higher quality (44).
HOW:
Put images into _input/_images_to_size/
then run:
gulp size_1khi
WHAT: Output 2000px wide jpgs of higher quality (44).
HOW:
Put images into _input/_images_to_size/
then run:
gulp size_2khi
WHAT: Output 1333px wide (usually used for 2000px tall images) jpgs of higher quality (44).
HOW:
Put images into _input/_images_to_size/
then run:
gulp size_2kvhi
WHAT:
Copy images to process into _input/_images_to_size/
.
gulp binocle
WHAT: Output also one image with no suffix, named same as original, to use with jekyll_seo Open Graph / Twitter Cards.
HOW:
Put images into _input/_images_to_size/
then run:
gulp sizes
gulp rename
gulp curate
WHAT:
Output into _input/_images_to_size/
.
gulp lower