Resizing Huge Image
Posted: 2009-04-20T09:33:24-07:00
Hi Guys,
I need some help; I'm trying to resize images with sizes of ~10GB using the convert -resize command.
The resize value is quite small, so the output file size isn't much different than the original image.
This all works out fine, however, it takes muuuch too long to complete the process; I'm therefore looking for ways to reduce the processing time. Apart from hardware upgrades, what would you recommend among these options:
- Use different File Format for Resizing? (Currently using .jpg, .png for example was much slower)
- Use a different Software for the resizing?
- Mogrify vs Convert?
- Is there a command to join multiple images slices together into 1 single image?
(Original image could be sliced up and resized individually to save memory)
Any help appreciated
I need some help; I'm trying to resize images with sizes of ~10GB using the convert -resize command.
The resize value is quite small, so the output file size isn't much different than the original image.
This all works out fine, however, it takes muuuch too long to complete the process; I'm therefore looking for ways to reduce the processing time. Apart from hardware upgrades, what would you recommend among these options:
- Use different File Format for Resizing? (Currently using .jpg, .png for example was much slower)
- Use a different Software for the resizing?
- Mogrify vs Convert?
- Is there a command to join multiple images slices together into 1 single image?
(Original image could be sliced up and resized individually to save memory)
Any help appreciated