Live data from Hacker News

ImageMagick: CLI for Image Editing

imagemagick.org

1–10 of 101 posts

Re: ImageMagick: CLI for Image Editing

#3
At my $OLDJOB, I used ImageMagick to compare snapshots during some automated front-end testing on our public Drupal site. It would compare the running test to previously accepted images, highlighting pixel diffs in red. It would also generate a 4 frame animated gif with of the original, highlit changes, the running test version, and back to the highlit changes (so it could loop for better comparison).

Imagemagick saved enormous amounts of time for us as we made CSS and other module upgrades.

Re: ImageMagick: CLI for Image Editing

#4
post #2

This appears to just go to the the script page of imagemagick.org. Is there something new or something else we should be looking at here?

For each thing "everyone knows," there are tons of people learning about it for the first time right now.

https://xkcd.com/1053/

Re: ImageMagick: CLI for Image Editing

#5
post #2

This appears to just go to the the script page of imagemagick.org. Is there something new or something else we should be looking at here?

Likely this came about from a reader of a recent post also on the front page [1] where image scaling is mentioned for website loading performance.

> There's a million ways to skin the cat of image resizing, whether you're using photoshop, gimp or a command line utility. We like to use imagemagick when ever possible.

I notice this pattern. Someone posts, readers look at the article / content and the comments, then find something else interesting, and that thing then becomes another submission to HN (either because it is indeed interesting on its own, or to gain points due to relevancy of surrounding material on the front page, or both).

[1] https://news.ycombinator.com/item?id=29405159

Re: ImageMagick: CLI for Image Editing

#7
post #2

This appears to just go to the the script page of imagemagick.org. Is there something new or something else we should be looking at here?

Likely this came about from a reader of a recent post also on the front page [1] where image scaling is mentioned for website loading performance. > There's a million ways to skin the cat of image resizing, whether you're using photoshop, gimp or a command line utility. We like to use imagemagick when ever possible. I notice this pattern. Someone posts, readers look at the article / content and the comments, then fin…

[deleted]

Re: ImageMagick: CLI for Image Editing

#9
I don't know about using a CLI to edit images, but one of the best thing of having imagemagick installed on my workstation (it's an absolute essential) is the 'mogrify' CLI tool to batch resize, manipulate or change formats of a whole directory full of images.

https://imagemagick.org/script/mogrify.php

Post reply on HN