3

I am using jalava library as a diagram drawing tool.

It displays figures as images in order to maintain compatibility with majority of browsers. When diagram block is being resized a request is being made and new gif image is generated and send to browser.

What I need is generating image of basic blocks, like rounded rectangle, circle, diamond with specified parameters (height, width and color).

I want to do all server-side; my server part is written on Perl.

Sinan Ünür
  • 116,958
  • 15
  • 196
  • 339
jonny
  • 1,326
  • 9
  • 44
  • 62

2 Answers2

4

You can use:

  • PerlMagick: "PerlMagick is an objected-oriented Perl interface to ImageMagick"

Or

Sinan Ünür
  • 116,958
  • 15
  • 196
  • 339
zaf
  • 22,776
  • 12
  • 65
  • 95
  • Thanks Sinan. I'll remember that for the next time I answer a perl tagged question ;) – zaf Apr 27 '10 at 16:11
1

Imager is my favorite such tool.

tsee
  • 5,034
  • 1
  • 19
  • 27