How to plot image data in PERL on Windows?
        Posted  
        
            by angaran
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by angaran
        
        
        
        Published on 2010-05-21T10:06:16Z
        Indexed on 
            2010/05/21
            10:10 UTC
        
        
        Read the original article
        Hit count: 194
        
I would like to plot some image binary data on a grayscale matrix-like graph with custom values on axes. I'm using Perl on a Windows machine but I can't fine the right module to do this. I'm already using GD::Graph to plot other type of data but it seems unsuitable for this specific task.
© Stack Overflow or respective owner