Search found 5 matches

by ZAB
2013-05-23T10:52:25-07:00
Forum: Users
Topic: Compare multipage tiff
Replies: 12
Views: 16229

Re: Compare multipage tiff

Ok... It will be a second command line but how to calc PSNR of this diff image using only IM? Comparing multipage images is a real usecase! Now IM silently compare first two pages of a first tiff file... or last two pages of a second file... whatever... it is a bug. Should I fill an issue in the iss...
by ZAB
2013-05-23T01:26:21-07:00
Forum: Users
Topic: Compare multipage tiff
Replies: 12
Views: 16229

Re: Compare multipage tiff

I am getting this error "compare.exe: unrecognized option `-layers' @ error/compare.c/CompareImageCommand/707." But even if I remove -layers from command line, say "compare -metric psnr multipage.tif null: multipage.tif diff.tif", IM prints 11.0495 PSNR to standard output. I'ts n...
by ZAB
2013-05-22T00:06:54-07:00
Forum: Users
Topic: Compare multipage tiff
Replies: 12
Views: 16229

Re: Compare multipage tiff

Ok. Is there any way to compare multipage tiffs on a page by page basis? With a one line command.
by ZAB
2013-05-21T23:39:33-07:00
Forum: Users
Topic: Compare multipage tiff
Replies: 12
Views: 16229

Re: Compare multipage tiff

I do not want to split animation into frames. I just want to compare two multipage tiffs. I tried to run "compare -metric PSNR multipage1.tif multipage2.tif diff.tif" and it fails. Even though both tiffs are equal IM shows 11.7 PSNR and diff.tif contains only one meaningless page.
by ZAB
2013-05-21T14:17:07-07:00
Forum: Users
Topic: Compare multipage tiff
Replies: 12
Views: 16229

Re: Compare multipage tiff

Did multipage images comparison ever worked in imagemagick?