Java image with double value pixel
        Posted  
        
            by marionmaiden
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by marionmaiden
        
        
        
        Published on 2010-04-06T03:34:39Z
        Indexed on 
            2010/04/06
            4:23 UTC
        
        
        Read the original article
        Hit count: 217
        
Actually I'm working with BufferedImages, that provide me pixel values in int type.
Do you know a Java object to represent an image that the pixel value in double or float type?
© Stack Overflow or respective owner