Skip to content

Shell script for bulk generating custom folder thumbnail based on a folder icon.

License

Notifications You must be signed in to change notification settings

j-jasz/folder_thumbnailer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

folder_thumbnailer

Shell script for bulk generating custom folder thumbnails based on a base folder icon.

For all images in /source script:

  • changes all filenames to lowercase
  • converts all jpeg/jpg to png
  • scales images down to max 1000x1000px
  • superimposes all the images over the base.png folder image
  • saves the final image to /merged

Example workflow with modified Kora folder icon:

Workflow example

Directory structure:

root
 ├─ folder_thumb.sh
 └─ images
    ├─ base.png
    ├─ source
    ├─ temp
    └─ merged

About

Shell script for bulk generating custom folder thumbnail based on a folder icon.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages