Operating System - HP-UX
1834554 Members
3913 Online
110069 Solutions
New Discussion

batch convert Images under HPUX

 
SOLVED
Go to solution
Christian Schulze
Regular Advisor

batch convert Images under HPUX

Hi,

I have to convert a large number (>5000) Images (WMF-format) into jpg-format

for Windows there are thousands of tools which can do this.
But I need a do this via cronjob.

Any Ideas ?

Thanks in advance,
Christian
never touch a running system
4 REPLIES 4
Pete Randall
Outstanding Contributor

Re: batch convert Images under HPUX

Christian,

I was looking for ImageMagick but came up with this - maybe it would help:

http://hpux.connect.org.uk/hppd/hpux/Development/Libraries/GdkMagick-0.5.1/


Pete

Pete
Pete Randall
Outstanding Contributor
Solution

Re: batch convert Images under HPUX

Christian Schulze
Regular Advisor

Re: batch convert Images under HPUX

Thanks Pete,

it seems to fit my needs perfectly ...

You get 10 (I would even give 11 for this fast answer)

Christian
never touch a running system
Rick Beldin
HPE Pro

Re: batch convert Images under HPUX

The best batch tool for manipulating images is pbmplus. The following tool is based on it.

http://hpux.cs.utah.edu/hppd/hpux/X11/Graphics/netpbm-10.6/

ImageMagick also available at the same site:

http://hpux.cs.utah.edu/hppd/hpux/X11/Viewers/ImageMagick-5.5.3/

Note that with ImageMagick there are variety of plugins that you may need to install.
Necessary questions: Why? What? How? When?