python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
remapping svg to different coordinate system
I have an svg that I'd like to display using nonlinear coordinates, on semilog axes for instance. Is there a way to do this using e.g. matplotlib,inkscape, gimp that would avoid diving into the detail...
jeremy_rutman
Votes: 0
Answers: 0
Best way to export an image in multiple formats using GIMP's batch scripting in the same script?
I am trying to automate creating copies of a GIMP image in different formats, in order to serve them on a website (Using the picture element, offering several versions of an image for compatibility). ...
Michael Gardner
Votes: 0
Answers: 1
Geometric transformation: reproducing the Gimp warp tool in python
I would like to reproduce the Gimp warp tool in python, specifically the "Grow" transformation.
For example, having the input image:
I would like to obtain:
This is a template for the code...
Lorenzo Epifani
Votes: 0
Answers: 0
GIMP pythonfu get drawable from current image
I am iterating over all open images. I want to apply threshold on each of them. Since the threshold plugin takes drawable as argument, the drawable should be changed every time the image is changed, a...
Masum
Votes: 0
Answers: 1