Skip to content

scp93ch/polaroid-thumbnail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

polaroid-thumbnail

This is a bash script to create a thumbnail of a photograph that looks like a Polaroid photo with the caption written underneath. The thumbnail is randomly rotated slightly and has a drop shadow, e.g.

example thumbnail

The script requires the ImageMagick suite to be installed. You use the script by supplying three arguments:

  1. The input file name
  2. The output file name
  3. The caption (enclosed in quotes)

e.g. thumbnail.sh photo.jpg photo_thumb.png "This is the caption"

The input and output file types can be any format, but I recommend using PNG as the output format, because the drop shadow is actually alpha-blended to work with any background and PNG preserves the alpha channel.

About

Shell script to make image thumbnails in the style of Polaroid photos

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages