in reply to Text on bitmap libraries?

Replying to my own question! :-) Thanks for GD & PerlMagick tips. It seems that the annotation functions in PerlMagick under Windows requires an X-server to be present. I was hoping to call the bitmap text annotation functions from a script under dos/windows without the need for an X-server etc. The text annotation on bitmap stuff will be done on a PC running Windows 95. The PC will be running a H.320 video on demand server application (written in C++). I need to generate dynamic bitmaps from this server app (by calling a perl script to do the magic) so I think running an X server on this machine as well isn't such an elegant solution as a stand alone (small) module. Anyone know how to do this without having to have an X server present etc? thanks all for your help. matt

Replies are listed 'Best First'.
RE: RE: Text on bitmap libraries?
by lhoward (Vicar) on May 25, 2000 at 17:53 UTC
    ImageMagick can be compiled to run without X. Check the compilation/installation docs that come with it. Of course, if the Annotate function can only take X fonts you may need to get them from somewhere..... hummm....

    ImageMagick tries to hook itself up to as many common graphics-type tools as it can. This is one of the reasons that it can support so many formats.