Skip to main content
Advice
0 votes
0 replies
35 views

How to cut label text out of polygon features in QGIS so that the letters become real holes in the geometry? I have a polygon layer where each feature has a label, and I would like to convert the ...
Przemyslaw Remin's user avatar
Tooling
0 votes
1 replies
84 views

I am currently working on a Python project using the tools listed below: import os import sys import argparse import subprocess import gradio as gr import requests import re from typing import Tuple, ...
Indo Jenish's user avatar
3 votes
1 answer
234 views

I'm developing a digital circuit design and simulation tool similar to Logisim, and I'm struggling immensely to render the distinctive curved shape of logic gates like OR/NOR gates. Despite numerous ...
FriedrichC's user avatar
0 votes
0 answers
89 views

I'm currently working on a personal project on making a procedural map generator. The way it currently is working is not the most intuitive, it's three different scripts all importing from each other, ...
Awan Moria's user avatar
0 votes
1 answer
129 views

I am trying to find a way to convert a .png image with 1px lines to a vector file. The issue I am having is that my approaches are very inconsistent due to the thin lines I am trying to recognize. One ...
pcace's user avatar
  • 754
3 votes
1 answer
201 views

I want to extract the centerline of a character, through client-side JavaScript, from .ttf (TrueType Fonts). TrueType fonts store characters as 2 paths, an inner and outer paths. However, I need the ...
samcodee's user avatar
  • 173
0 votes
0 answers
64 views

Is there any function similar to matplotlib.pyplot.streamplot in pyqtgraph? I am using a UI for data analysis and would really benefit if I could overplot it with streamlines. Unfortunately, all I ...
ahermann's user avatar
2 votes
1 answer
102 views

I am making a website that helps making kufi typography art. Kufi is basically based on grids. it varies by the way the grid is constructed. regular square grid circular grid before, I used to make ...
ibrahim Abdelmonem's user avatar
0 votes
0 answers
504 views

I created a complex SVG file using Matplotlib (105k data points and 16 MB), and I want to import it into an MS Word document while retaining its vector quality. However, when I try to insert the SVG ...
jasw's user avatar
  • 17
1 vote
1 answer
141 views

I have a vector graphics file (here a svg) that I would like to display in a window and be able to zoom in and out of at runtime (using CTRL +/-/0) without loosing quality. Unfortunately Qt seems to ...
Bernard Tourneur's user avatar
3 votes
3 answers
144 views

I am new to SVG. I am trying to define a "template" with a path in defs and reuse it. I want it the paths to rotate around the center with equal spacing between them This is how far i got. ...
S Mxller's user avatar
  • 193
-1 votes
2 answers
194 views

I'm working on a project where I need to extract images from a PDF layout that was originally exported from AutoCAD. The layout contains detailed drawings, specifically of solar modules, and I need ...
Henfry De Los Santos's user avatar
1 vote
0 answers
137 views

My goal is to take vector screenshots of my Python development IDE. I am using PyCharm community edition under Ubuntu 22.04. I have the package gtk-vector-screenshot installed (see https://launchpad....
Thomas Weise's user avatar
5 votes
1 answer
176 views

That's a problem from Polish Olympiad in Informatics, called Pionek (PIO). Given a set of not unique vectors, find the greatest possible euclidean distance in reference to (0,0) point you can achieve ...
Szyszka947's user avatar
  • 1,088
0 votes
1 answer
173 views

I'm looking to do the exact opposite of what this person wanted to do: Replacing vector images in a PDF with raster images In other words, I want to take pdfs with a mix of raster and vector images ...
IDn00b's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
77