Users • Histogram 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 ArticleUsers • dcraw 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 ArticleUsers • Imagemagick 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 ArticleUsers • What 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 ArticleUsers • Re: What does ImageMagick do when converting DNG to MOV?
Still have no solution. But if someone stumbles upon this: I recognized that FFMPEG can work on DNGs directly, which is much much faster, since it uses the GPU. Unfortunately the clips are very dark...
View ArticleUsers • [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 ArticleUsers • Re: Dithering from 48bit (to 24bit) image not possible?
Well, I've concluded that it doesn't work! However, the obvious solution to this is to split the colour channels and do the dithering separately, then combine again:-Code: magick image24.png -resize...
View ArticleBugs • ImageMagick 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 ArticleUsers • Extract 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 ArticleMagick.NET • Background Pattern to Use with Extent()?
Is it possible to use some kind of Gradient or Background "hatched" pattern image instead of a color when using to fill the background when calling Extent?Here is my current...
View Article