Converts set of jpg, jpeg, png or gif images to a common size e.g. for an animated gif. Crops and scales images to a common specified size. Java source included.
To convert a single file, type:
java.exe -jar C:\com\mindprod\cropper\cropper.jar 200 300 rabbit.gif
where 200x300 pixels is the desired size.
The results replace the old file, so you had better make a backup just in case this is not what you want.
You can also list several files on the command line:
java.exe -jar C:\com\mindprod\cropper\cropper.jar rabbit.gif C:\mydir\cat.png
To use convert the current directory of jpg, png and gif files:
java.exe -jar C:\com\mindprod\cropper\cropper.jar .
to convert a whole directory tree of images:
java.exe -jar C:\com\mindprod\cropper\cropper.jar -s E:\imagedirs
Sorry no wildcards, just . , and ..
DON'T USE WILDCARDS unless you deeply understand how they work. Windows expands them, not cropper, and feeds them to cropper (or any other program) as a giant list of all the directories and files in the
current directory. Cropper will thus tend process all the files in your directories, when you just meant to process the files in the current directory.
If you have the jar extension set up as executable, you can abbreviate:
C:\com\mindprod\cropper\cropper.jar .
Keywords: cropper, common size, png, jpg, jpeg, gif, scale, cropy
|
|
Related programs in Graphic Apps - Converters & Optimizers |
Image Viewer
View and resize digital images quickly and easily or view a slide show
|
Pixel Grease - Easy Image Editor
An easy to use image editor that creates a bunch of images with one click.
|
Able2Extract
View and convert PDF data to Word, Excel, PowerPoint and Publisher
|
Unerase Digital Photos
Digital pictures retrieval tool recover accidentally deleted photos, snapshots
|
IconEdit2
Create and edit icon files with professional yet easy-to-use Icon Editor.
|
Easy Photo Slide Show
Display all digital photos as a slide show.
|
Resize JPEGs
Resize JPEGs is a free, lightweight fast photo resizing tool. Bulk resizing too.
|
PhotoOnWeb Album Creator
Create customized photo albums and host them on the internet
|
ExifCleaner
Enables you to remove individual Exif tags or to strip Exif data entirely.
|
AnyImage Screen Saver
AnyImage Screen Saver is your key to an enjoyable desktop.
|