Adaptive sharpen slow - any way to speed up?
Hi!I'm using convert to do adaptive sharpen (usually with 0x1) and it is really slow. Does anyone know how to speed it up?Thank you for anyone willing to help out!BestUlrichStatistics: Posted by...
View ArticleAnnotate worked in earlier versions
Image Magick Perl ModuleUsing Annotate to overlay a caption, works correctly for CentOS 6, fails for CentOS7 and CentOS 8Portrait images rotate overlay 90 deg. (West)Landscape images do not rotate...
View ArticleMissing delegate for "http"
Hello!I need help with this command, that should read a picture from my own security camera:convert "http://192.168.1.9/snapshot.cgi?user=user&pwd=user" /tmp/aPicture.jpgIt works perfectly on a...
View ArticleAWS Lambda with IM7
Hi,I am using ImageMagick in a AWS Lambda to crop png to tiles with that command: Code: /opt/bin/magick convert /tmp/1571383180912/1571383180912_300dpi.png -monitor -crop 512x512 -set filename:tile...
View Articlecrop to 1000*1200 px image non homothetic
Hi, I'm looking to find a way to do this if it's possible : - Have a lot of images with different dimension, and have to modify their dimensions to Magento with specific dimensions : 1000*1600...
View Articledeskew
Hi all I'm trying to deskew scanned images but weird things are happening. https://gofile.io/?c=ZgXVTYhere is my commandCode: FOR /F %%B IN ('convert %1 -gravity center -crop 1000x1000+0+0 -deskew...
View Articleconvert jpg to RGB components
I have jpg files and want to create single red, green and blue gray shade images. Is this possible?Statistics: Posted by clownpleco — 2019-10-18T09:45:53-07:00 — Replies 1 — Views 33275
View ArticleHow to run program
Sorry for the newbie question. I installed ImageMagick 7.0.8 Q16 (64) but can't figure out how to run it (Win 10). On my desktop, there is only ImageMagick Display - but no ImageMagick start icon....
View ArticleHistogram Output Oddness
Hi everyone! I hope you are well during this crazy time. I'm having an oddity with histogram output:Code: convert in.jpg -alpha off -depth 8 -flatten -separate -append -strip -define...
View Articledcraw conversion options
After some experimenting, I succeeded in piping dcraw's output to ImageMagick, see viewtopic.php?f=1&t=36517&p=167986&hili ... ng#p167986.As an alternative, I could probably edit the dcraw...
View ArticleImagemagick for batch conversion
I have a manga book with chapter so the basic file format goes like Book\Chapter no\images.jpg. I have figured out how i will convert it. But i batch process all the images so that the output of a...
View ArticleWhat does ImageMagick do when converting DNG to MOV?
Hello nice girls and guys!I have a question. I need to generate short video-clips from a bunch of DNG files that are generated from my Highspeed camera. In the folder with the DNGs I use this command:...
View Article[solved] Dithering from 48bit (to 24bit) image not possible?
I'm certain it is, because I've done it from 16-bit greyscale to 8-bit greyscale here:-http://www.imagemagick.org/discourse-se ... 5dc9c07e6fCode: magick image24.png -depth 16 -define png:format=png48...
View ArticleImageMagick SVG reading doesn't like styles in CDATA markup
According to the SVG specs at https://www.w3.org/TR/SVG11/styling.html#StylingWithCSS,"it is highly recommended that internal style sheets be placed inside CDATA blocks.". But when I do this, the...
View ArticleExtract tiles in a grid from a single PNG?
I know questions like this get asked a lot, but I haven't been able to find an answer to my specific use-case.I frequently have to extract rectangular tile images that are laid out in a grid in a...
View Article