gibney.org
:
Photography
:
Ricoh GX 200
(Entry Nr. 2067, by user 1 |
edit
)
i use the "F4000 (12M)" setting when making photos with this camera. That results in JPGs with 4000x3000 pixels. The compresses size is about 4.2 MB. I recompress them afterwards with this command (linux): <br> <br>for i in R*.JPG; do convert -verbose -quality 75% "$i" "s$i"; done <br> <br>75% sounds a bit low, but there is very little visible difference in quality. Only in areas of small details with high contrast, there is a visible loss of quality. Maybe I will experiment with a slightly higher setting next time. <br> <br>It would probably be a good idea to try out the "N4000" setting of the camera. I think the "F" means something like 98% jpeg quality and the "N" means something lower. Will test it next time.
Create a new entry at this position