I have JPEG images into my Local Drive. I want to Convert JPEG images to BMP and then apply a pallets to all Converted BMP images.
Please Suggest me What could be the Best way to Do this. pallets are the .pal files.
|
I have JPEG images into my Local Drive. I want to Convert JPEG images to BMP and then apply a pallets to all Converted BMP images. Please Suggest me What could be the Best way to Do this. pallets are the .pal files. |
|||||||||||
|
|
Your best bet for converting images would be the command line tool ImageMagick. Your command would be something like:
P.S. are you sure you want to convert to BMP? They take up a huge amount of disk space. If you want lossless compression you can use PNG. |
|||||
|
|
You can check with @DisgruntledGoat if ImageMagick supports Batch Processing as I have never used it. I am not sure about the best technology for this but I have been using IrfanView for batch processing and I didn't have any problems till now. It can be downloaded from Link: http://www.irfanview.com/ SNAPSHOT OF BATCH PROCESSING
|
||||
|
|