Search found 9 matches

by NukaCola
2019-03-20T07:33:58-07:00
Forum: Users
Topic: Unable to do PDF comparison
Replies: 15
Views: 13118

Re: Unable to do PDF comparison

I have no idea what that "null:" is basically used for? Anyway, yes the differences images are black, but the differences are hard to spot since they are so small and marked with dark red. For big pages, this is could be a real challenge to spot the difference. That's why I wanted to chang...
by NukaCola
2019-03-20T05:22:46-07:00
Forum: Users
Topic: Unable to do PDF comparison
Replies: 15
Views: 13118

Re: [SOLVED] Unable to do PDF comparison

Hmm it seems as if I am getting white background images only if the images are identical!? In case of a difference the images are dark red on black but... still can't seem to find the difference if it's just a minor one. Any suggestion on how to make even tiny difference visible would be awesome!
by NukaCola
2019-03-20T04:44:00-07:00
Forum: Users
Topic: Unable to do PDF comparison
Replies: 15
Views: 13118

Re: [SOLVED] Unable to do PDF comparison

Sorry for bumping my old question, but I seem to be unable to format the difference images. At the moment the difference images are white and in my case the differences are just tiny so it's quite hard to find them on the screen. I got the hope that inversed colours will make it easier to spot the d...
by NukaCola
2018-12-17T04:57:11-07:00
Forum: Users
Topic: Unable to do PDF comparison
Replies: 15
Views: 13118

Re: Unable to do PDF comparison

Awesome, this works like a dream and is exactly what I needed.

Thank you both and have a great Christmas time!
by NukaCola
2018-12-16T23:54:35-07:00
Forum: Users
Topic: Unable to do PDF comparison
Replies: 15
Views: 13118

Re: Unable to do PDF comparison

Is there a way to generate difference images? So that just the differences are visible after the comparison?
by NukaCola
2018-12-16T23:24:29-07:00
Forum: Users
Topic: Unable to do PDF comparison
Replies: 15
Views: 13118

Re: Unable to do PDF comparison

Thanks again, snibgo! Now it's running just fine! I assume that the resulting numbers have to be interpreted as similarity? So 0.0 means 100% similarity while 0.01 means 99% similarity?!
by NukaCola
2018-12-14T03:46:57-07:00
Forum: Users
Topic: Unable to do PDF comparison
Replies: 15
Views: 13118

Re: Unable to do PDF comparison

Damn, I completely missed the "magic convert" part! :shock: I'm really sorry for that! I corrected the command line but it's still giving me an error: C:\Users\me>magick d:\Temp\A.pdf d:\Temp\B.pdf -compose Difference -layers composite -format %[fx:mean]\n info: magick: missing Null Image ...
by NukaCola
2018-12-14T02:48:15-07:00
Forum: Users
Topic: Unable to do PDF comparison
Replies: 15
Views: 13118

Re: Unable to do PDF comparison

Thanks snibgo! This seems to work, at least.... for a start. :) After some minutes another error is reported:
convert: missing Null Image List Separator layers Composite @ error/mogrify.c/MogrifyImageList/8473.
As an additional information, the PDFs weigh ~66MB and ~18MB and contain 80 pages each.
by NukaCola
2018-12-14T01:15:43-07:00
Forum: Users
Topic: Unable to do PDF comparison
Replies: 15
Views: 13118

Unable to do PDF comparison

Hi all, I want to compare 2 PDF files and a Google search revealed an older topic that explains how to do a PDF comparison using ImageMagick: https://www.imagemagick.org/discourse-server/viewtopic.php?t=29277 Probably I'm missing something because when I run the suggested command line (on Windows 10...