maltek709 / selenium-screenshot

Tool to make screenshots of urls and compare them using ImageMagick via IM4Java
0 stars 1 forks source link

Compare images of different dimension #2

Open maltek709 opened 8 years ago

maltek709 commented 8 years ago

ImageMagick itself is not capable of comparing images with different dimensions. It needs a workaround to solve this issue. Maybe by cutting images in parts and comparing every part of the same size presenting the same view level.

maltek709 commented 8 years ago

ImageMagick cmd: convert src.png -crop 1617x960 dst.png Divides Image to parts with dim 1617x960.