generate images with labels from a database
        Posted  
        
            by Duncan Benoit
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Duncan Benoit
        
        
        
        Published on 2010-04-26T16:10:59Z
        Indexed on 
            2010/04/26
            16:13 UTC
        
        
        Read the original article
        Hit count: 299
        
image
|automated-tests
hi there
I need to have some images into my database, and the thing is that i need that images to have certain file names, dimensions and text on it.
I know how to generate some images using the opencv lib, but this means that i need to install the lib and do just that job(which sounds as reinventing the wheel). Do you think is worth to do that or maybe you have a better idea?
ps: the images are for testing stage of a software application, so i don;t need anything fancy or artistic.
© Stack Overflow or respective owner