Apple Scriptable Image Processing System. Raster/Query images and ColorSync ICC Profiles. More information: https://ss64.com/osx/sips.html.
sips --out {{path/to/out_dir}}
sips --resampleHeightWidth {{1920}} {{300}} {{image.ext}}
sips --resampleHeightWidthMax {{1920}} {{300}} {{image.ext}}
sips --resampleWidth {{960}} {{path/to/images}}
sips --matchTo "/System/Library/ColorSync/Profiles/Generic RGB Profile.icc" {{path/to/image.ext}} {{path/to/out_dir}}
sips --deleteProperty profile --deleteColorManagementProperties {{path/to/image.ext}}