Android Question Removed !! [B4X] Convert PNG To SVG

TILogistic

Expert
Licensed User
Longtime User
For reasons of an app that needed images in SVG, I am creating a cross-platform class that converts from Png or Jpg to SVG and vice versa.

Example:


1713298970553.png


Browser
1713299808778.png

Any comment is welcomed

Regards.
 
Last edited:

emexes

Expert
Licensed User
That is scarily good. 🏆

Any clue why the grey of the shadow and can outline are converted to black, rather than to matching shades of grey like the sides of the can?
 
Upvote 0

TILogistic

Expert
Licensed User
Longtime User
That is scarily good. 🏆

Any clue why the grey of the shadow and can outline are converted to black, rather than to matching shades of grey like the sides of the can?
Yes, I have been seeing this problem and until now I have realized that it is the transparency of the pixel.

If I don't omit the transparency, the outline of the can look good.

1713327501938.png
 
Last edited:
Upvote 0

TILogistic

Expert
Licensed User
Longtime User
Upvote 0

TILogistic

Expert
Licensed User
Longtime User
This project is not continuing.

It is being developed in another language (JAVA) more suitable for this solution.

Thank you all.

Greetings.

P.S.
If anyone wants to continue with this project, please contact me internally.
 
Upvote 0
Top