sips not setting dpi to 72 of jpg images
Hi All,
I'm using sips -s dpiWidth 72.0 -s dpiHeight 72.0 Beach.jpg, it is not working on this.
Please test with following steps.
* Copy /Library/Desktop Pictures/Beach.JPG to ~/Desktop.
* open terminal
* cd ~/Desktop
* sips -g dpiWidth -g dpiHeight Beach.jpg // it shows 300.0, 300.0
* sips -s dpiWidth 72.0 -s dpiHeight 72.0 Beach.jpg
* sips -g dpiWidth -g dpiHeight Beach.jpg // it shows 300.0, 300.0 instead of 72.0, 72.0
I don't know why it is not working, I've tested this on iMac with 10.7.4 and 10.8.4
sips-h shows "sips 10.4.4 - scriptable image processing system."
Please help me to resolve this. Am I missing something here ?
Thanks