vectorize-pixelart:tldr:86325
The command "vectorize-pixelart" is used to convert a pixelated image (in PNG format) into a vectorized format. The command takes two arguments:
-
"${path-to-input-png}": This specifies the path to the input PNG file that you want to convert. You need to replace "${path-to-input-png}" with the actual file path on your system.
-
"${select}": This is an optional argument that allows you to specify certain options or parameters for the vectorization process. Again, you need to replace "${select}" with the desired options or parameters.
By executing this command with the appropriate arguments, the pixelated image in PNG format will be processed and converted into a vector format, making it scalable and editable without losing its quality or becoming pixelated.