python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Convert SVG to PNG with custom font in Python
I have read and tried several threads, but I was unable to solve this problem.
I have a simple SVG file:
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/x...
Kristof Rado
Votes: 0
Answers: 2
background color of JPG using wand (Python)
I use wand with Python to change the background color of a JPEG.
with Image(file=myJpg) as image:
image.background_color = Color("#f0f0f0")
image.save(filename='myJpg.jpg')
It seems...
lecogiteur
Votes: 0
Answers: 0
Implode on specified position on image
I have a question regarding the implode function (https://docs.wand-py.org/en/0.6.7/guide/fx.html#implode). Is there any possibility to use the implode function for a point in the image that is not th...

awake
Votes: 0
Answers: 1
Android: Animated gif image resize in kmagick
I am using kmagick for resizing gif images in android. It works fine for static but gives incorretc output for gif or animated webp files.
Magick.initialize().use {
val wand = Magi...
CrackerKSR
Votes: 0
Answers: 1