I am trying to make a project to convert an image to a vector graphic image, how can I do this?
            Asked
            
        
        
            Active
            
        
            Viewed 2,090 times
        
    4
            
            
        - 
                    What have you tried so far? – jpnadas Jul 25 '19 at 06:05
 - 
                    Thank you for your response. I just get the vector matrix of an image (too simple). But I'm confuse how can I work with this to make a vector image. Can you help me to understand the process? Thank you – Farid Chowdhury Jul 25 '19 at 06:10
 - 
                    Have a look at PIL (python image library), I am sure there is a way to accomplish what you need using it. – jpnadas Jul 25 '19 at 07:08
 - 
                    This problem has nothing to do with numpy, please remove this tag – tstanisl Jul 25 '19 at 07:59
 - 
                    Yes I already looked on that, but I couldn't find anything helpful – Farid Chowdhury Jul 25 '19 at 07:59
 - 
                    This is a complex problem, please provide an exemplary image. For black&white bitmap images you can try AutoTrace. – tstanisl Jul 25 '19 at 08:02
 - 
                    @tstanisl can you share the references please? – Farid Chowdhury Jul 25 '19 at 08:04
 - 
                    @Fake_Death http://autotrace.sourceforge.net – tstanisl Jul 25 '19 at 08:28