oliframe 0.3.7

Add a simple border to one or more images
.idea/

# Ignore any sample files, except for .jpg that don't have _bordered in the name
samples/*
!samples/*.jpg
!samples/*.png
samples/*_bordered*

output

# Generated by Cargo
# will have compiled files and executables
debug/
target/

# These are backup files generated by rustfmt
**/*.rs.bk

# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb


# Added by cargo

/target

.DS_Store