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.
image comparison in mobiles irrespective of resolution
-
- Posts: 2
- Joined: 2016-04-06T04:12:09-07:00
- Authentication code: 1151
- 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
compare requires images in pixel sizes. It ignores the resolution (dpi). Resolution is typically for printing and does not affect the digital image.
-
- Posts: 2
- Joined: 2016-04-06T04:12:09-07:00
- Authentication code: 1151
Re: image comparison in mobiles irrespective of resolution
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.