Slice And Merge Images Via Command Line With Total Image Slicer
Usage: ImageSlicer.exe <source> <destination> <options>
If you have path with spaces, use quotation marks.
Options:
- -log <FileName> - Don`t show errors. Write them to the log file
- -list - File with files mask to convert
- -Recurse - Include subfolders
- -do - Delete originals
- -kfs - Keep Folder Structure
- -s - Operation to perform
- slice - Slice images
- merge - Merge images
- -dim - Merge dimensions <cols>x<rows>
- -size - Slice by image size <width>x<height>
- -piece - Slice by pices <cols>x<rows>
- -c - Convert action
- bmp - convert to windows bitmap
- jpg - convert to jpeg file
- tif - convert to tiff file
- gif - convert to gif file
- png - convert to png file
- pcx - convert to pcx file
- tga - convert to targa file
- pdf - convert to Adobe Acrobat PDF
- -tc - Tiff file compression
- unc - uncompressed TIFF
- lzw - LZW compression
- rle - RLE compression (packbits)
- jpg - JPEG compression
- bhc - Bilevel Huffman compression (CCITT1D)
- bgm - Bilevel Group 3 CCITT compression, monodimensional (G3FAX1D)
- bgb - Bilevel Group 3 CCITT compression, bidimensional (G3FAX2D)
- bg4 - Bilevel Group 4 CCITT compression, bidimensional (G4FAX)
- -jq - JPEG compression quality
- -pc - PDF compression
- unc - no compression
- rle - run length compression
- g4 - G4Fax (only black/white images)
- g3 - G3Fax (only black/white images)
- jpg - DCT-jpeg (only color images)
- lzw - LZW compression (for color and black/white images)
- -pn - PDF Paper name
- -ps - PDF Paper size x (for custom page name)
- -po - PDF Paper orientation
- p - Portrait
- l - Landscape
- -pdf_title - PDF document title
- -pdf_subject - PDF document subject
- -pdf_author - PDF document author
- -pdf_keywords - PDF document keywords
Note that -list is used when there is a list of files in a file.