Results 220 comments of snibgo

> Fourth image: sesamebeforeremap.png -alpha off +dither -colorspace JzAzBz -remap sesamecolorspace.png -colorspace SRGB sesameremappedjzazbz.png That command probably doesn't do what you want. You convert the input image sesamebeforeremap.png to JzAzBz,...

I think that page was correct for integer IM 6, and not for IMv7, nor for HDRI. I suggest you follow the example programs supplied. And, of course, the internal...

> That is, IM is calculating default values as 10% of the dimension, in pixels, but this pixel number is being treated as a percent. At +50+50, the ellipse has...

1. Yes, https://imagemagick.org/script/command-line-options.php is missing an entry for `-script`. I suggest: ``` -script filename Transfer control to the named file, which can be "-" for stdin. ``` 2. The page...

Yes, that is better. When I edit two lines, to make a new file m2.mvg like this: ``` push graphic-context compliance "SVG" fill "black" fill-opacity 1 stroke "none" stroke-width 1...

> Using Photos app from windows shows ... Beware that some Microsoft Photo Viewers ignore embedded ICC profiles.

As fmw42 says, the numerical difference is very small. Doing a "-compose Difference -composite -auto-level" shows the differences are fairly evenly distributed. When the RMSE is less than 1%, evenly...

Your program builds and runs without complaint on my Windows 11 laptop, with 16 GB memory, ImageMagick 7.1.1-5 (Beta) Q32-HDRI x86_64, using the Gnu toolchain.

That was the current version when I last downloaded and built the IM source, against which I built your program.

> I'd like the developers to create a alignment tool ... Such a tool exists: https://wiki.panotools.org/Align_image_stack . See https://hugin.sourceforge.io/download/ for downloads. This isn't part of ImageMagick. It is a specialist,...