Skip to content

java app to resize jpeg images and send them in email

Notifications You must be signed in to change notification settings

spikehip/imageresize

Repository files navigation

Simple image resizer in java using Java2D API

USAGE:
java -jar imageresize.jar [-sr] [--size=size] [--email_to=email] [--email_from=email] [--smtp=smtp.address]
                          [--smtp_user=smtp.username] [--smtp_pass=smtp.password]
                          [--resize=true|false] [--send=true|false]
                          [--subject=subject] filename...

--options are stored to user preference file and reused when not specified
parameters
-r sets resizing on for the current session
-s sets sending on for the current session

Multiple .jpg or .JPG filenames are accepted 

About

java app to resize jpeg images and send them in email

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages