About 413,000 results
Open links in new tab
  1. How to vectorize an image using python - Stack Overflow

    Dec 15, 2021 · Brohh, I was about to create a question to ask stack overflow community, ¿ how can I vectorize an image using python? and your question is answering mine, upvote for that! …

  2. python - How can I export a matplotlib figure as a vector graphic …

    Jan 9, 2019 · This outputs a nice vector graphic, but I can't edit the text as fields. I can run it through a text conversion software, but that moves text ever so slightly and makes everything …

  3. Converting an image into a vector of pixels - Stack Overflow

    Apr 6, 2017 · Ideally, my end goal is to convert the image into a vector of just pixels, so for instance if I have an image of dimensions 100x100, then I want a vector of dimensions …

  4. python - How do I convert a numpy array to (and display) an …

    I have created an array thusly: import numpy as np data = np.zeros( (512,512,3), dtype=np.uint8) data[256,256] = [255,0,0] What I want this to do is display a single red dot in the center of a 512...

  5. Convert Image ( png ) To Matrix And Then To 1D Array

    I have 5 pictures and i want to convert each image to 1d array and put it in a matrix as vector. I want to be able to convert each vector to image again. img = …

  6. python - PIL and vectorbased graphics - Stack Overflow

    Feb 28, 2013 · I run into several problems when I try to open EPS- or SVG-Images with PIL. Opening EPS from PIL import Image test = Image.open('test.eps') ends in: Traceback (most …

  7. Convert PNG to SVG using python - Stack Overflow

    Jul 15, 2015 · Is there way to convert a png file into SVG file using only pure python or a python module such as wand? To be more precise, I want to convert a png into a real vector graphics, …

  8. svg - Best way to create vector graphics in python to be used in …

    May 9, 2015 · saving something from matplotlib as support vector graphics (SVG) works fine. Problem, I cannot (easily) import it into word or pp. saving as EPS gives a horrible result. For …

  9. python - Fully convert a black and white image to a set of lines …

    Oct 11, 2019 · I hope this makes sense, I searched a number of stackoverflow posts but "vectorize" unfortunately also means something else in python and most line detection …

  10. python - How to plot vector field on image? - Stack Overflow

    Apr 12, 2019 · In order to understand visually the involved vector, scalar fields of an image operation which involves calculating, gradient, divergence, laplacian etc, I am trying to plot …

Refresh