I'm looking for some information and methods for doing some file conversions for use in our automated OCR software. This software requires 300DPI multipage TIFF images. I can do the resizing but the file type conversion is a bit more difficult.
JPGs > MultiPage TIFF
TIFFs > MultiPage TIFF
PDF > MulitPage TIFF
PDF to MultiPage TIFF and JPG/TIFFs to MultiPage TIFFs
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
The order is what you giev to IM. If you use a *.jpg then the commandline shell expands this to list the files in alphabetical order.
Most shells will expand a {..,..} type syntax without resorting it.
as such {?,??,???,????}.jpg will expand to files of a single character
then two characters then three, and four. Within the lengths the files
are again sorted.
That is about the best I can do without knowing more about what files you are wanting to re-order.
Most shells will expand a {..,..} type syntax without resorting it.
as such {?,??,???,????}.jpg will expand to files of a single character
then two characters then three, and four. Within the lengths the files
are again sorted.
That is about the best I can do without knowing more about what files you are wanting to re-order.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/