mirror of
https://github.com/visioncortex/vtracer.git
synced 2025-12-07 01:26:12 -08:00
Alpha channel handling in CLI (#23)
* Support transparent color images * Remove unnecessary conditional * Add temporary git url to visioncortex dependency * Use fastrand instead of rand * Reduce the number of random iterations when keying * Add heuristic to avoid expensive calculations for non-transparent input * Add three additional special keying colours * Add transparency check to some inner pixels
This commit is contained in:
@@ -13,4 +13,5 @@ keywords = ["svg", "computer-graphics"]
|
||||
[dependencies]
|
||||
clap = "2.33.3"
|
||||
image = "0.23.10"
|
||||
visioncortex = "0.6.0"
|
||||
visioncortex = { version = "0.7.0", git = "https://github.com/visioncortex/visioncortex" }
|
||||
fastrand = "1.8"
|
||||
Reference in New Issue
Block a user