Search found 1 match

by username1
2013-04-12T21:49:07-07:00
Forum: Bugs
Topic: -define jpeg:extent binary search iterations
Replies: 1
Views: 3641

-define jpeg:extent binary search iterations

-define jpeg:extent appears to be using binary search to locate the optimum quality value in the range of 100 integers, and thus should do so in at most log_2(100)≈7 iterations. According to -monitor, it frequently produces more than 7 temporary images while working. Why would more than 7 temporary ...