The Wayback Machine - https://web.archive.org/web/20200711231140/https://github.com/topics/imagemagick
Skip to content
#

imagemagick

Here are 560 public repositories matching this topic...

MimaHakurei
MimaHakurei commented Jun 4, 2019

Scrot contains the following command:

-e, --exec command
Exec command on the saved image.

It's useful because it allows commands like these:
scrot 'Snapshot_%Y_%m_%d_%H-%M-%S_$wx$h.png' -q 100 $1 -e 'xclip -se c -t image/png -i "$f"'
Where the image is saved to a file and the resulting file is operated on (in this case copied to the clipboard).

In maim, one would nee

Magick.NET
gerwintmg
gerwintmg commented Apr 8, 2020

Is your feature request related to a problem? Please describe

I'm using Magick.net to update Exif metadata, but could not find a way, to replace the thumbnail image.

Describe the solution you'd like

I would like to be able to replace the thumbnail, by using magick.net

Describe alternatives you've considered

I have tried to make an extension method but did not find a way to

jrochkind
jrochkind commented Apr 10, 2018

Is making sure the JPG output is a progressive JPG part of the ImageProcessing API?

It makes so much sense to make sure your thumbnails are progressive JPGs. They are often (for mathematical reasons I don't understand) smaller in file size, but more importantly they load in a way better for UX under a slow connection.

Another, although less important, thing that makes a lot of sense for web

ORESoftware
ORESoftware commented Feb 1, 2017

Subject of the issue

Describe your issue here.

Your environment

  • Operating system
    • Mac
    • Windows
    • Linux
  • Node.js version (node --version)
    • Node.js v4.x
    • Node.js v6.x
  • ImageMagick version (identify -version)
    • ImageMagick v6.9.x
    • ImageMagick v7.0.x
  • s3-uploader version
    • v0.x
    • v1.x
    • v2.x

Just l

Improve this page

Add a description, image, and links to the imagemagick topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the imagemagick topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.