Page 1 of 1

image comparison in mobiles irrespective of resolution

Posted: 2016-04-06T05:52:47-07:00
by srinivaskolla
Hi

I want to compare two images in mobile with same screen sizes , but different in resolutions. can I use ImageMagick in that case , if anyone already covered that type of scenario in your task, can you please share it to me , it will be helpful to me you can reach me on

srinivaskolla121@gmail.com

if not can anyone suggest me any other good tool for image comparison.

Re: image comparison in mobiles irrespective of resolution

Posted: 2016-04-06T09:09:48-07:00
by fmw42
compare requires images in pixel sizes. It ignores the resolution (dpi). Resolution is typically for printing and does not affect the digital image.

Re: image comparison in mobiles irrespective of resolution

Posted: 2016-04-09T20:11:23-07:00
by srinivaskolla
if anyone has already created a method for this comparison using JAVA, can you please share with me. it would be really helpful to me.