# File lib/fusioncharts/exporter/generator.rb, line 221
      def initialize(image_data,width,height,bgcolor,format)
        @image_data=image_data
        @width=width
        @height=height
        @bgcolor=bgcolor
        @format=format
      end