webmproject / sjpeg

SimpleJPEG: simple jpeg encoder
Apache License 2.0
70 stars 12 forks source link

make yuv_mode a proper enum SjpegYUVMode. #46

Closed skal65535 closed 6 years ago

skal65535 commented 6 years ago

-> values: SJPEG_YUV_420, SJPEG_YUV_444, SJPEG_YUV_SHARP, SJPEG_AUTO This is preferable to magic constants.

also add the shortcuts -420 / -444 / -sharp to 'sjpeg'

Change-Id: Ibd308a18d9dfd99b087a7524816b3ad16e66f004