editor - IJG library or Windows photo viewer DQT generation -


the question is: how windows photo viewer generates dq (discrete quantization) tables? and/or how editor or application uses ijg library generates dq tables? i'm trying find out algorithm of recomputing tables when image resaved , parameters of computes them.

the ijg library uses baseline set of quantization tables using sample 1 in jpeg standard (or @ least used to). uses "quality" parameter scale values in tables. off top of head, quality setting 75 uses unmodified table. quality values higher baseline scale values smaller. lower quality values scale them larger.


Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -