I want to convert PNG files to SVG format with PHP and ImageMagick.
My PNG files background are transparent and colors are black. So there is an color shape (black). I used this code "convert a.png b.svg" on terminal but, converted file's size very big. (9 MB ~). My png's size is only 16 KB.
How Can I convert PNG to SVG with other method ?
[NOTE !]: I don't want to convert SVG to PNG !!!
Ex. My PNG file: