hitesh.manchanda

Members
  • Content count

    5
  • Joined

  • Last visited

About hitesh.manchanda

  • Rank
    Forum Newbie
  1. Hi guys, I just wanted to know whether the Fusion Charts support Zoom in and Zoom Out features.Although they are flash files but if there is a way to achieve it then please let me know.
  2. Ruby Script for Image Saving

    In order to install RMagick you first need to install the IMAGE MAGICK in your system.Then u need to download the gem RMagick and follow the way the gems are installed locally.
  3. Ruby Script for Image Saving

    Well I have used Rmagick and its pretty easy to use as I has its own functional wrappers for Image Magick library. As far as I know minimagick does not support image composition which was required in my case as I had to make a new image object out of fusion chart. So i think Rmagick is useful for that.
  4. Ruby Script for Image Saving

    Hi Guys, well in my last post i asked for a ruby script to convert the fusion charts into image file.I would like to share with you that I have myself developed one such script finally and its working well . It use rmagick and imagemagick to do the same.But still it has got some rendering issues in case of Column3D chart. If any one needs that script feel free to contact me.
  5. I would like to know if there is any available ruby script for image saving as is available for php,asp.net and jsp based applications. I developed one of my own scripts by studying the available script but when i run the script to save the application the memory allocation fails. For more insight into this i would like to mention that I am using Rmagick library for image conversion and saving and it seems it's not able to allocate memory properly. Can someone provide me help on this as i am into urgent need for such a script to finish off my project.