Initial commit

This commit is contained in:
2018-11-20 07:53:01 -05:00
commit 007a0f89cc
5 changed files with 101 additions and 0 deletions

6
convert-notes.txt Normal file
View File

@@ -0,0 +1,6 @@
.\ImageMagick-7.0.8-14-portable-Q16-x64\convert.exe ".\2018 Bass Family Fall004.jpg" -resize "1500x" -quality 60 -depth 24 test.jpg
-strip gets ride of details like camera fstop etc but it also removes the color profile resulting in a washed out look
If you have the AdobeRGB1998.icc file this is the best conversion:
.\ImageMagick-7.0.8-14-portable-Q16-x64\convert.exe ".\2018 Bass Family Fall004.jpg" -resize "1500x" -quality 60 -depth 24 -strip -profile ".\AdobeRGB1998.icc" test.jpg