Skip to main content

Questions tagged [imagemagick]

ImageMagick is an open source software suite for displaying, converting and editing raster image files.

-1 votes
0 answers
17 views

Highlight video motion into to a single image [closed]

I have a fixed camera that captures the motion of a ball bouncing around. I would like to convert this into an "action shot" or simply a superimposed picture of all the balls. It has to be ...
Andy Chow's user avatar
1 vote
1 answer
29 views

How to layer photos on top of watermark with ImageMagick? [closed]

I am a photographer working on a project which in the end will result in some photos I'm going to post on social media. But in doing this I want to format some photos with a template I made to make ...
Callie Barker'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
1 answer
404 views

PowerShell, ImageMagick, GhostScript to extract each page of a PDF as a separate image

I'd like to take a PDF and extract each page as an image. I've been able to do this with ImageMagick and GhostScript, but the results are incredibly bad quality. I've tried many different output ...
YorSubs's user avatar
  • 959
1 vote
1 answer
169 views

How can I allow ImageMagick to convert a grayscale png to an ico file without errors?

I have a grayscale PNG, and when trying to use ImageMagick (Version 7.1.1-28) to create an ICO file it always gives me the following warning: $ convert favicon.png -define icon:auto-resize=16,32,48,64,...
Dan Herbert's user avatar
  • 1,801
1 vote
1 answer
80 views

Can ImageMagick make my grayscale image brighter by "compressing" the black-to-white range to dark-gray-to-white?

I have a grayscale image with pixels ranging from black to white. I'd like to make it brighter by moving the "black floor" up, and scaling the other pixel intensities. I'd prefer linear ...
Anna's user avatar
  • 259
0 votes
2 answers
340 views

Why is this PNG converting to black JPG in imagemagick?

I swear this image was properly converting to a white-background JPG with black line art. Here is the original PNG (in case SE changes it when you upload). Here is what it looks like: But this is the ...
Lance's user avatar
  • 387
1 vote
2 answers
2k views

How to convert Samsung's motion photos to still photos?

I've taken a bunch of photos on my Samsung Galaxy phone after inadvertently activating the "motion photo" mode, which captures a short video clip before and after the "click", ...
Xavier Poinas's user avatar
2 votes
2 answers
120 views

How to prevent large file size in JPEG-PDF roundtrip conversion?

TL;DR: File size doubled in roundtrip conversion between JPEG and PDF. Tools used : poppler and imagemagick I am doing this Extract images from a pdf containing only images (scanned document), via ...
Abdullah Ibn Fulan's user avatar
1 vote
0 answers
269 views

How to fix error unable to read font in ImageMagick/Debian?

I'm running ImageMagick in WSL Debian and Ubuntu. I'm trying to write some text with ImageMagick but I getting font errors in both WSL linux versions: $ magick -background lightblue -fill blue -font ...
Rasec Malkic's user avatar
3 votes
1 answer
72 views

Is there an equivalent for ImageMagick’s “-shear” command in FFmpeg?

FWIW, I must run this on Windows platform. I have a series of videos shot in identical conditions (mounted camera shooting trains), all exhibiting the same rolling shutter effect when train passes. ...
user2349195's user avatar
0 votes
1 answer
422 views

Converting WebP files to GIF doesn’t work as expected. Resulting GIF is glitchy

I run command to convert WEBP into GIF but it's a bit "glitchy". Do I miss something? Debian: 11.8 ImageMagick: 6.9.11-60 Q16 x86_64 2021-01-25 convert -delay 10 sample.webp -loop 0 -...
Zakikun's user avatar
0 votes
2 answers
83 views

Some image files are deleted during output/moving with batch file

I've been having an issue for a while now with various versions of a batch file script I have been using to assist with listing items on my WordPress/woocommerce page. The script seems to occasionally ...
MonkeyNoodles's user avatar
1 vote
2 answers
462 views

Preserving transparent colors when converting svg to png

I have an SVG file that contains transparent colors like "#FF000080". When I convert the SVG to PNG using ImageMagick, the transparent colors are converted to black. (Any colors without an ...
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

15 30 50 per page
1
2 3 4 5
33