Skip to main content

Questions tagged [image-processing]

The tag has no usage guidance.

0 votes
0 answers
21 views

Can't install volumentations on google collab

I am relatively new here. I have a very limited dataset of 3d-images that i want to use as a dataset to train a neural network. This is why i am trying to augment those images . I see that ...
Diana Tsvetkova's user avatar
0 votes
1 answer
39 views

File Size increases on basic pdf -> raster image -> pdf roundtrip with `pdfimages` + `magick`

Why do I not succeed into making this simple pdf → raster image → pdf round-trip file-size-stable? $ # Get original file (8KB, just extracted from my scanner). $ curl "https://nextcloud.mbb.cnrs....
iago-lito's user avatar
  • 366
0 votes
2 answers
152 views

How to extract frames from a video using ffmpeg?

Basically I want to extract all frames from the video where the images will be resized to be 720p. All of this I know how to do. But for testing I want to extract every Nth frame. So every 30th image ...
Joan Venge's user avatar
  • 1,496
0 votes
0 answers
18 views

How to use action matching for images (actual images, not URLs or filenames) in KDE Clipboard?

What one does use to match objects such as images?
dusoft's user avatar
  • 111
0 votes
1 answer
919 views

Are the "full size" images from Instagram on a browser actually full size?

I am following the "view page source" method for getting the full resolution of an Instagram image, but feel like I'm doing something wrong. Let's consider this example. If you view source ...
Display name's user avatar
0 votes
0 answers
84 views

How to draw a moving line as slider for the image comparison video generator script in Python with FFmpeg

I have the below script to generate a video slider with FFmpeg You can see example here (first 10 seconds) : https://youtu.be/F_wf1uHqZRA I am trying to replicate effect of imgsli like a person is ...
Furkan Gözükara's user avatar
2 votes
2 answers
203 views

How to find duplicate images, possibly with different resolutions?

I have some images (photos) and there are duplicates but no matter how I sort them they are scattered because of resolution and irregular naming. I tried gm compare but can't figure out which metric ...
yarns's user avatar
  • 145
0 votes
1 answer
367 views

How to invert an SVG image?

I’m searching for a solution (in Linux console) which “inverts” an SVG. It shall take an input .svg and generate output .svg with multiple shapes, each one filling a single transparent area. And vice ...
Ivanov's user avatar
  • 1
1 vote
2 answers
54 views

How to determine bits per channel in XPM (X PixMap) image format?

Looking at the XPM (X PixMap) image format, I don't see anywhere that the number of bits per channel (or, equivalently, the number of possible colors) is specified. Poking around on my Ubuntu system, ...
Robert Dodier's user avatar
0 votes
0 answers
26 views

identify PNGs in SVG's clothing

I sometimes encounter "faux" SVGs, i.e., SVG images files that simply list pixels as paths: <svg xmlns="http://www.w3.org/2000/svg" width="1295" height="573"&...
Nico Schlömer's user avatar
4 votes
1 answer
273 views

Replacing a color using -transparency regardless of existing pixel opacity, using ImageMagick

I have a colorful image that has alot of existing transparent background, but also a few blocks of hot pink rgb(255,0,255) color I want to additionally become transparent. I'm doing so like this: ...
Jamin Grey's user avatar
1 vote
0 answers
106 views

Color rotation/correction help request for GIMP

I'm new to GIMP and am looking for help on color rotation. Some target colors don't always seem to be accessible, or I don't understand how to get to it. For example: Here I can rotate the color from ...
Eric's user avatar
  • 111
0 votes
0 answers
1k views

Why has Chrome started to distort the rendering of icons or images?

When I open a new page and move the mouse, Chrome starts to render icons and images in a distorted way. For example, right now, the SuperUser Log on this page's top is rendered as follows: The "...
René Nyffenegger's user avatar
0 votes
0 answers
56 views

GIMP Does Not Paint Consistently

I want to use the Paintbrush Tool in GIMP, but it does not apply paint in a consistent manner. Often the paint is applied very lightly, sometimes even hard to notice, or not at all (no Undo option ...
user10478's user avatar
  • 123
0 votes
0 answers
174 views

Creating silent video from an image file (like png) using FFmpeg

ffmpeg -y -loop 1 -i '$inputFile' -f lavfi -i anullsrc=r=44100:cl=stereo -vf "scale=1280:720" -c:v libx264 -pix_fmt yuv420p -c:a aac -strict experimental -t $seconds -crf 28 -preset ...
najam ulhassan's user avatar

15 30 50 per page
1
2 3 4 5
13