Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Converting tiff images to bmp on AIX

Status
Not open for further replies.

usedup

Programmer
Jun 25, 2003
4
US
Does anyone know of a good utility to convert tiff imanges to bmp?? I have about 10,000 images that have to be converted and workstation utilities take too much time.
Please let me know as soon as possible.

Thanks
 
i know a great prog that can do batch conversion of picture types, but it is for Windows. maybe you can ftp them out, convert, then back in.

IBM Certified -- AIX 4.3 Obfuscation
 
If you follow jwtesch's second link and grab ImageMagick it will do what you want. One of the command line utils is called
Code:
mogrify
. To use it you'd do something like:
Code:
mogrify -format bmp *.tiff
 
Thanks folks, all of these are helpful.
However, we've tried XV and ImageMagik and they don't seem to like our AIX box. It appears that we are missing a compiler.
We're trying something called EasyCopy which has a conversion feature that might be worth it. Also, on the Windows side we're trying ReaConverter Pro which seems to do the trick and then some. Very fast, too.

Now if I only had a way to create the metrics I need on the AIX box....
I'll keep everyone posted.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top