-
Updated
Mar 18, 2019 - JavaScript
imagemagick
Here are 560 public repositories matching this topic...
How to get logs
-
Updated
Apr 5, 2020 - Shell
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
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
-
Updated
Apr 27, 2020 - Go
-
Updated
Jul 7, 2020 - Python
-
Updated
Nov 27, 2018 - JavaScript
We need to update the Documentation in https://github.com/flyimg/flyimg/blob/master/docs/url-options.md
Fix the images url.
App full options need to be updated as well.
Hi,
It will be great if it's allowed to customize the commit message of imgbot, so that we can use conventional commit format without failing commitlint check.
When building the git clone with stack build, I get
Configuring haskell-gi-0.20.3...
Cabal-simple_mPHDZzAJ_1.24.2.0_ghc-8.0.2: The pkg-config package
'gobject-introspection-1.0' version >=1.32 is required but it coul
-
Updated
Jun 5, 2020 - C++
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
-
Updated
Jun 14, 2020 - PHP
If something goes wrong during a create or save, it fails silently.
The new buffer code in create checks the exit status, but the old branch doesn't.
I'll work on whipping together a PR.
-
Updated
Mar 7, 2017 - Go
It might be nice to have these functions:
-
image_height -
image_width -
Maybe other things usually returned by
image_info.
I always use magick::image_info(image_object)$height hence my wanting a shortcut.
Currently build instructions do not work on windows and assume you have npm & typescript installed.
-
Updated
Jun 11, 2020 - Ruby
-
Updated
Dec 29, 2019
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
-
Updated
May 19, 2020 - Ruby
-
Updated
Feb 11, 2020 - Shell
-
Updated
Mar 12, 2020 - PHP
-
Updated
Nov 30, 2017 - C++
Improve this page
Add a description, image, and links to the imagemagick topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the imagemagick topic, visit your repo's landing page and select "manage topics."


The documentation suggests that logs should show up in the folder specified by the
--data-dirflag. However no logs are appearing in that folder. They also don't appear to show up in/var/log/anywhere either.How do we see what URLs are being requested from imageflow server?
Not sure if it makes any difference, but we're using the
ir4_proxy_uncachedoption.