"Shameer Khadar" on wrote... | Dear Image magick pals, | | I need to write a Perl::Magick program to create an image like this in | these URLs : http://stein.cshl.org/genome_informatics/BioGraphics/fig1.png | I am having a data file like this | PF00123 1 900 0.03 NP13638 | PF00123 10 190 0.13 NP13332 | PF02452 45 87 1.13 NP286139 | ... | I want to create several images based on several datafiles like this. I also | need to make this image clickable and to hyperlink to website. I would | appreciate any help/inputs to accomplish this. | You will need some program to parse the data and convert it as appropriate into the desired images.
As a starting point look at IM examples, Drawing Images http://www.imagemagick.org/Usage/draw/ These examples can also be used in the Magick langauge (Perl, PHP, or otherwise) using techniques detailed on the Main IM web site... Summary of MVG Primitives and Syntax http://www.imagemagick.org/script/magick-vector-graphics.php A copy of which is usally installed with ImageMagick locally at... /usr/share/doc/ImageMagick-*/www/magick-vector-graphics.html Note the '*' is the installed version number... Anthony Thyssen ( System Programmer ) <[EMAIL PROTECTED]> ----------------------------------------------------------------------------- So I'm a nerd, and proud of it! -- Anthony Thyssen ----------------------------------------------------------------------------- Anthony's Home is his Castle http://www.cit.gu.edu.au/~anthony/ _______________________________________________ Magick-users mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-users
