We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 751ce7d commit f1d512dCopy full SHA for f1d512d
1 file changed
turbojpeg.c
@@ -476,6 +476,7 @@ static tjhandle _tjInitCompress(tjinstance *this)
476
}
477
478
jpeg_create_compress(&this->cinfo);
479
+ jpeg_c_set_int_param(&this->cinfo, JINT_COMPRESS_PROFILE, JCP_FASTEST);
480
/* Make an initial call so it will create the destination manager */
481
jpeg_mem_dest_tj(&this->cinfo, &buf, &size, 0);
482
0 commit comments