image comparison in mobiles irrespective of resolution

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
srinivaskolla
Posts: 2
Joined: 2016-04-06T04:12:09-07:00
Authentication code: 1151

image comparison in mobiles irrespective of resolution

Post 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.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: image comparison in mobiles irrespective of resolution

Post 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.
srinivaskolla
Posts: 2
Joined: 2016-04-06T04:12:09-07:00
Authentication code: 1151

Re: image comparison in mobiles irrespective of resolution

Post 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.
Post Reply